Skip to content

Commit

Permalink
Merge branch 'main' into user/stwilczy/smallRefactor1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwilczynski authored Oct 3, 2024
2 parents 9e99ff6 + e005e3d commit 02051b4
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": "Thu, 03 Oct 2024 12:19:11 GMT",
"tag": "@nova/examples_v1.5.4",
"version": "1.5.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nova/examples",
"commit": "0ff8fb479a6f9e211eed2d5dd7c298cbb4ce81f3",
"comment": "use custom store is some stories"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react-test-utils to v5.5.0",
"commit": "0ff8fb479a6f9e211eed2d5dd7c298cbb4ce81f3"
}
]
}
},
{
"date": "Mon, 23 Sep 2024 17:25:14 GMT",
"tag": "@nova/examples_v1.5.3",
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 Mon, 23 Sep 2024 17:25:14 GMT and should not be manually modified.
This log was last generated on Thu, 03 Oct 2024 12:19:11 GMT and should not be manually modified.

<!-- Start content -->

## 1.5.4

Thu, 03 Oct 2024 12:19:11 GMT

### Patches

- use custom store is some stories ([email protected])
- Bump @nova/react-test-utils to v5.5.0

## 1.5.3

Mon, 23 Sep 2024 17:25:14 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.5.3",
"version": "1.5.4",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@nova/react": "2.6.1",
"@nova/graphql-compiler": "1.0.2",
"@nova/react-test-utils": "5.4.2",
"@nova/react-test-utils": "5.5.0",
"@nova/types": "1.5.1",
"graphql": "^15.5.0",
"react": "^18.3.1",
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": "Thu, 03 Oct 2024 12:19:11 GMT",
"tag": "@nova/react-test-utils_v5.5.0",
"version": "5.5.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@nova/react-test-utils",
"commit": "0ff8fb479a6f9e211eed2d5dd7c298cbb4ce81f3",
"comment": "fix issue with store being shared between stories"
}
]
}
},
{
"date": "Mon, 23 Sep 2024 17:25:14 GMT",
"tag": "@nova/react-test-utils_v5.4.2",
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 Mon, 23 Sep 2024 17:25:14 GMT and should not be manually modified.
This log was last generated on Thu, 03 Oct 2024 12:19:11 GMT and should not be manually modified.

<!-- Start content -->

## 5.5.0

Thu, 03 Oct 2024 12:19:11 GMT

### Minor changes

- fix issue with store being shared between stories ([email protected])

## 5.4.2

Mon, 23 Sep 2024 17:25:14 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": "5.4.2",
"version": "5.5.0",
"main": "./src/relay/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand Down

0 comments on commit 02051b4

Please sign in to comment.