Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gql-svc committed May 13, 2024
1 parent fcac2f1 commit d8d101b
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 19 deletions.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions packages/examples/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@nova/examples",
"entries": [
{
"date": "Mon, 13 May 2024 20:36:36 GMT",
"tag": "@nova/examples_v1.1.0",
"version": "1.1.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@nova/examples",
"commit": "fcac2f11d5f5ca1bc56ef41ed2507c66333ce356",
"comment": "bump storybook to latest 7.x"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react-test-utils to v4.3.0",
"commit": "fcac2f11d5f5ca1bc56ef41ed2507c66333ce356"
}
]
}
},
{
"date": "Fri, 05 Apr 2024 04:20:11 GMT",
"tag": "@nova/examples_v1.0.10",
Expand Down
11 changes: 10 additions & 1 deletion packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @nova/examples

This log was last generated on Fri, 05 Apr 2024 04:20:11 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 20:36:36 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.0

Mon, 13 May 2024 20:36:36 GMT

### Minor changes

- bump storybook to latest 7.x ([email protected])
- Bump @nova/react-test-utils to v4.3.0

## 1.0.10

Fri, 05 Apr 2024 04:20:11 GMT
Expand Down
4 changes: 2 additions & 2 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.0.10",
"version": "1.1.0",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@nova/react": "2.3.0",
"@nova/graphql-compiler": "1.0.1",
"@nova/react-test-utils": "4.2.3",
"@nova/react-test-utils": "4.3.0",
"@nova/types": "1.4.0",
"graphql": "^15.5.0",
"react": "^17.0.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/nova-react-test-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@nova/react-test-utils",
"entries": [
{
"date": "Mon, 13 May 2024 20:36:36 GMT",
"tag": "@nova/react-test-utils_v4.3.0",
"version": "4.3.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@nova/react-test-utils",
"commit": "fcac2f11d5f5ca1bc56ef41ed2507c66333ce356",
"comment": "bump storybook to latest 7.x"
}
]
}
},
{
"date": "Fri, 05 Apr 2024 04:20:11 GMT",
"tag": "@nova/react-test-utils_v4.2.3",
Expand Down
10 changes: 9 additions & 1 deletion packages/nova-react-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nova/react-test-utils

This log was last generated on Fri, 05 Apr 2024 04:20:11 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 20:36:36 GMT and should not be manually modified.

<!-- Start content -->

## 4.3.0

Mon, 13 May 2024 20:36:36 GMT

### Minor changes

- bump storybook to latest 7.x ([email protected])

## 4.2.3

Fri, 05 Apr 2024 04:20:11 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.2.3",
"version": "4.3.0",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand Down

0 comments on commit d8d101b

Please sign in to comment.