Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applying package updates #134

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "applying package updates",
"packageName": "@nova/examples",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "patch",
"comment": "fix eventing pointer for multiple interceptors",
"comment": "applying package updates",
"packageName": "@nova/react",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "applying package updates",
"packageName": "@nova/react-test-utils",
"email": "[email protected]",
"dependentChangeType": "patch"
}

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": "Wed, 15 Jan 2025 12:24:50 GMT",
"tag": "@nova/examples_v1.5.11",
"version": "1.5.11",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nova/examples",
"commit": "6dfd06006c05ff3b85a122764b554cfa7c848293",
"comment": "use interceptor instead of eventing"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react to v2.6.5",
"commit": "7eac482ff55e219840ab18b90487c2a684be32e1"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react-test-utils to v6.0.0",
"commit": "7eac482ff55e219840ab18b90487c2a684be32e1"
}
]
}
},
{
"date": "Tue, 26 Nov 2024 14:29:27 GMT",
"tag": "@nova/examples_v1.5.10",
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, 26 Nov 2024 14:29:27 GMT and should not be manually modified.
This log was last generated on Wed, 15 Jan 2025 12:24:50 GMT and should not be manually modified.

<!-- Start content -->

## 1.5.11

Wed, 15 Jan 2025 12:24:50 GMT

### Patches

- use interceptor instead of eventing ([email protected])
- Bump @nova/react to v2.6.5
- Bump @nova/react-test-utils to v6.0.0

## 1.5.10

Tue, 26 Nov 2024 14:29:27 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.10",
"version": "1.5.11",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@nova/graphql-compiler": "1.0.2",
"@nova/react": "2.6.4",
"@nova/react-test-utils": "5.7.0",
"@nova/react": "2.6.5",
"@nova/react-test-utils": "6.0.0",
"@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": "Wed, 15 Jan 2025 12:24:50 GMT",
"tag": "@nova/react-test-utils_v6.0.0",
"version": "6.0.0",
"comments": {
"major": [
{
"author": "[email protected]",
"package": "@nova/react-test-utils",
"commit": "6dfd06006c05ff3b85a122764b554cfa7c848293",
"comment": "rewrite evetingprovider to eventinginterceptor"
},
{
"author": "beachball",
"package": "@nova/react-test-utils",
"comment": "Bump @nova/react to v2.6.5",
"commit": "7eac482ff55e219840ab18b90487c2a684be32e1"
}
]
}
},
{
"date": "Tue, 26 Nov 2024 14:29:27 GMT",
"tag": "@nova/react-test-utils_v5.7.0",
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, 26 Nov 2024 14:29:27 GMT and should not be manually modified.
This log was last generated on Wed, 15 Jan 2025 12:24:50 GMT and should not be manually modified.

<!-- Start content -->

## 6.0.0

Wed, 15 Jan 2025 12:24:50 GMT

### Major changes

- rewrite evetingprovider to eventinginterceptor ([email protected])
- Bump @nova/react to v2.6.5

## 5.7.0

Tue, 26 Nov 2024 14:29:27 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.7.0",
"version": "6.0.0",
"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.4",
"@nova/react": "^2.6.5",
"@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": "Wed, 15 Jan 2025 12:24:50 GMT",
"tag": "@nova/react_v2.6.5",
"version": "2.6.5",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nova/react",
"commit": "7eac482ff55e219840ab18b90487c2a684be32e1",
"comment": "fix eventing pointer for multiple interceptors"
}
]
}
},
{
"date": "Tue, 07 Jan 2025 12:18:31 GMT",
"tag": "@nova/react_v2.6.4",
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 Fri, 25 Oct 2024 16:58:53 GMT and should not be manually modified.
This log was last generated on Wed, 15 Jan 2025 12:24:50 GMT and should not be manually modified.

<!-- Start content -->

## 2.6.5

Wed, 15 Jan 2025 12:24:50 GMT

### Patches

- fix eventing pointer for multiple interceptors ([email protected])

## 2.6.4

Fri, 25 Oct 2024 16:58:53 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.4",
"version": "2.6.5",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand Down
Loading