Skip to content

Commit

Permalink
Merge branch 'main' into user/stwilczy/stricterTypeAndBetterErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwilczynski authored Oct 28, 2024
2 parents b3f01e3 + 97e0e22 commit c43c9ed
Show file tree
Hide file tree
Showing 12 changed files with 99 additions and 30 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions change/@nova-react-2428c3ea-ce99-4fe4-aca6-eda0689d53a3.json

This file was deleted.

This file was deleted.

27 changes: 27 additions & 0 deletions packages/examples/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@nova/examples",
"entries": [
{
"date": "Fri, 25 Oct 2024 16:58:53 GMT",
"tag": "@nova/examples_v1.5.8",
"version": "1.5.8",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nova/examples",
"commit": "544e8218d9752c33359f6fbb83a9c0f346d25c32",
"comment": "add example of overriding generate function"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react to v2.6.4",
"commit": "544e8218d9752c33359f6fbb83a9c0f346d25c32"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react-test-utils to v5.5.4",
"commit": "544e8218d9752c33359f6fbb83a9c0f346d25c32"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 17:30:41 GMT",
"tag": "@nova/examples_v1.5.7",
Expand Down
12 changes: 11 additions & 1 deletion packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @nova/examples

This log was last generated on Tue, 08 Oct 2024 17:30:41 GMT and should not be manually modified.
This log was last generated on Fri, 25 Oct 2024 16:58:53 GMT and should not be manually modified.

<!-- Start content -->

## 1.5.8

Fri, 25 Oct 2024 16:58:53 GMT

### Patches

- add example of overriding generate function ([email protected])
- Bump @nova/react to v2.6.4
- Bump @nova/react-test-utils to v5.5.4

## 1.5.7

Tue, 08 Oct 2024 17:30:41 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nova/examples",
"license": "MIT",
"version": "1.5.7",
"version": "1.5.8",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand All @@ -17,9 +17,9 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@nova/react": "2.6.3",
"@nova/react": "2.6.4",
"@nova/graphql-compiler": "1.0.2",
"@nova/react-test-utils": "5.5.3",
"@nova/react-test-utils": "5.5.4",
"@nova/types": "1.5.1",
"graphql": "^15.5.0",
"react": "^18.3.1",
Expand Down
21 changes: 21 additions & 0 deletions packages/nova-react-test-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@nova/react-test-utils",
"entries": [
{
"date": "Fri, 25 Oct 2024 16:58:53 GMT",
"tag": "@nova/react-test-utils_v5.5.4",
"version": "5.5.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nova/react-test-utils",
"commit": "544e8218d9752c33359f6fbb83a9c0f346d25c32",
"comment": "relax types for overrding generator"
},
{
"author": "beachball",
"package": "@nova/react-test-utils",
"comment": "Bump @nova/react to v2.6.4",
"commit": "544e8218d9752c33359f6fbb83a9c0f346d25c32"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 17:30:41 GMT",
"tag": "@nova/react-test-utils_v5.5.3",
Expand Down
11 changes: 10 additions & 1 deletion packages/nova-react-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @nova/react-test-utils

This log was last generated on Tue, 08 Oct 2024 17:30:41 GMT and should not be manually modified.
This log was last generated on Fri, 25 Oct 2024 16:58:53 GMT and should not be manually modified.

<!-- Start content -->

## 5.5.4

Fri, 25 Oct 2024 16:58:53 GMT

### Patches

- relax types for overrding generator ([email protected])
- Bump @nova/react to v2.6.4

## 5.5.3

Tue, 08 Oct 2024 17:30:41 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/nova-react-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nova/react-test-utils",
"license": "MIT",
"version": "5.5.3",
"version": "5.5.4",
"main": "./src/relay/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@graphitation/graphql-js-operation-payload-generator": "^0.12.9",
"@graphitation/graphql-js-tag": "^0.9.4",
"@jest/types": ">27.0.0",
"@nova/react": "^2.6.3",
"@nova/react": "^2.6.4",
"@nova/types": "^1.5.1",
"@types/react": "^17 || ^18",
"@types/relay-runtime": ">16",
Expand Down
15 changes: 15 additions & 0 deletions packages/nova-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@nova/react",
"entries": [
{
"date": "Fri, 25 Oct 2024 16:58:53 GMT",
"tag": "@nova/react_v2.6.4",
"version": "2.6.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nova/react",
"commit": "544e8218d9752c33359f6fbb83a9c0f346d25c32",
"comment": "bump graphitation packages"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 17:30:41 GMT",
"tag": "@nova/react_v2.6.3",
Expand Down
10 changes: 9 additions & 1 deletion packages/nova-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nova/react

This log was last generated on Tue, 08 Oct 2024 17:30:41 GMT and should not be manually modified.
This log was last generated on Fri, 25 Oct 2024 16:58:53 GMT and should not be manually modified.

<!-- Start content -->

## 2.6.4

Fri, 25 Oct 2024 16:58:53 GMT

### Patches

- bump graphitation packages ([email protected])

## 2.6.3

Tue, 08 Oct 2024 17:30:41 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/nova-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nova/react",
"license": "MIT",
"version": "2.6.3",
"version": "2.6.4",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand Down

0 comments on commit c43c9ed

Please sign in to comment.