diff --git a/change/@nova-examples-c432ff63-ab43-4328-b665-3212f8bbe65e.json b/change/@nova-examples-c432ff63-ab43-4328-b665-3212f8bbe65e.json deleted file mode 100644 index 21420aa..0000000 --- a/change/@nova-examples-c432ff63-ab43-4328-b665-3212f8bbe65e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "major", - "comment": "add examples package", - "packageName": "@nova/examples", - "email": "Stanislaw.Wilczynski@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@nova-react-38a57d03-7f69-4197-b2f2-4ba427896bb8.json b/change/@nova-react-38a57d03-7f69-4197-b2f2-4ba427896bb8.json deleted file mode 100644 index de2aca4..0000000 --- a/change/@nova-react-38a57d03-7f69-4197-b2f2-4ba427896bb8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "bump version of relay-compiler-language-graphitation", - "packageName": "@nova/react", - "email": "Stanislaw.Wilczynski@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@nova-react-test-utils-f406b5a1-d647-42d9-81fe-538b79963581.json b/change/@nova-react-test-utils-f406b5a1-d647-42d9-81fe-538b79963581.json deleted file mode 100644 index 78b49d5..0000000 --- a/change/@nova-react-test-utils-f406b5a1-d647-42d9-81fe-538b79963581.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "major", - "comment": "add storybook decorator for nova components", - "packageName": "@nova/react-test-utils", - "email": "Stanislaw.Wilczynski@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@nova-types-3378b7b7-3f6f-45d5-82ce-687385f75b70.json b/change/@nova-types-3378b7b7-3f6f-45d5-82ce-687385f75b70.json deleted file mode 100644 index b0c2073..0000000 --- a/change/@nova-types-3378b7b7-3f6f-45d5-82ce-687385f75b70.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "bump deps", - "packageName": "@nova/types", - "email": "Stanislaw.Wilczynski@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/examples/CHANGELOG.json b/packages/examples/CHANGELOG.json new file mode 100644 index 0000000..9d5036f --- /dev/null +++ b/packages/examples/CHANGELOG.json @@ -0,0 +1,38 @@ +{ + "name": "@nova/examples", + "entries": [ + { + "date": "Wed, 17 May 2023 12:00:17 GMT", + "tag": "@nova/examples_v1.0.0", + "version": "1.0.0", + "comments": { + "major": [ + { + "author": "Stanislaw.Wilczynski@microsoft.com", + "package": "@nova/examples", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b", + "comment": "add examples package" + }, + { + "author": "beachball", + "package": "@nova/examples", + "comment": "Bump @nova/react to v1.3.0", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b" + }, + { + "author": "beachball", + "package": "@nova/examples", + "comment": "Bump @nova/react-test-utils to v4.0.0", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b" + }, + { + "author": "beachball", + "package": "@nova/examples", + "comment": "Bump @nova/types to v1.3.1", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b" + } + ] + } + } + ] +} diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md new file mode 100644 index 0000000..2604da7 --- /dev/null +++ b/packages/examples/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log - @nova/examples + +This log was last generated on Wed, 17 May 2023 12:00:17 GMT and should not be manually modified. + + + +## 1.0.0 + +Wed, 17 May 2023 12:00:17 GMT + +### Major changes + +- add examples package (Stanislaw.Wilczynski@microsoft.com) +- Bump @nova/react to v1.3.0 +- Bump @nova/react-test-utils to v4.0.0 +- Bump @nova/types to v1.3.1 diff --git a/packages/examples/package.json b/packages/examples/package.json index 3da32ba..7014fab 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,7 +1,7 @@ { "name": "@nova/examples", "license": "MIT", - "version": "0.0.1", + "version": "1.0.0", "main": "./src/index.ts", "scripts": { "build": "monorepo-scripts build", @@ -15,9 +15,9 @@ "build-storybook": "storybook build" }, "dependencies": { - "@nova/react": "1.2.1", - "@nova/react-test-utils": "3.1.3", - "@nova/types": "1.3.0", + "@nova/react": "1.3.0", + "@nova/react-test-utils": "4.0.0", + "@nova/types": "1.3.1", "graphql": "^15.5.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/packages/nova-react-test-utils/CHANGELOG.json b/packages/nova-react-test-utils/CHANGELOG.json index 7d34fff..f4f6286 100644 --- a/packages/nova-react-test-utils/CHANGELOG.json +++ b/packages/nova-react-test-utils/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@nova/react-test-utils", "entries": [ + { + "date": "Wed, 17 May 2023 12:00:17 GMT", + "tag": "@nova/react-test-utils_v4.0.0", + "version": "4.0.0", + "comments": { + "major": [ + { + "author": "Stanislaw.Wilczynski@microsoft.com", + "package": "@nova/react-test-utils", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b", + "comment": "add storybook decorator for nova components" + }, + { + "author": "beachball", + "package": "@nova/react-test-utils", + "comment": "Bump @nova/react to v1.3.0", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b" + }, + { + "author": "beachball", + "package": "@nova/react-test-utils", + "comment": "Bump @nova/types to v1.3.1", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b" + } + ] + } + }, { "date": "Thu, 11 May 2023 15:41:59 GMT", "tag": "@nova/react-test-utils_v3.1.3", diff --git a/packages/nova-react-test-utils/CHANGELOG.md b/packages/nova-react-test-utils/CHANGELOG.md index 82cce7f..fb50d67 100644 --- a/packages/nova-react-test-utils/CHANGELOG.md +++ b/packages/nova-react-test-utils/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @nova/react-test-utils -This log was last generated on Thu, 11 May 2023 15:41:59 GMT and should not be manually modified. +This log was last generated on Wed, 17 May 2023 12:00:17 GMT and should not be manually modified. +## 4.0.0 + +Wed, 17 May 2023 12:00:17 GMT + +### Major changes + +- add storybook decorator for nova components (Stanislaw.Wilczynski@microsoft.com) +- Bump @nova/react to v1.3.0 +- Bump @nova/types to v1.3.1 + ## 3.1.3 Thu, 11 May 2023 15:41:59 GMT diff --git a/packages/nova-react-test-utils/package.json b/packages/nova-react-test-utils/package.json index 64c22c7..999c198 100644 --- a/packages/nova-react-test-utils/package.json +++ b/packages/nova-react-test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@nova/react-test-utils", "license": "MIT", - "version": "3.1.3", + "version": "4.0.0", "main": "./src/index.ts", "scripts": { "build": "monorepo-scripts build", @@ -20,8 +20,8 @@ "@graphitation/apollo-react-relay-duct-tape": "^0.8.2", "@graphitation/graphql-js-operation-payload-generator": "^0.12.0", "@graphitation/graphql-js-tag": "^0.9.0", - "@nova/react": "^1.2.1", - "@nova/types": "^1.3.0", + "@nova/react": "^1.3.0", + "@nova/types": "^1.3.1", "@storybook/addon-actions": "^7.0.11", "@storybook/addons": "^7.0.11", "graphql": "^15.5.0", diff --git a/packages/nova-react/CHANGELOG.json b/packages/nova-react/CHANGELOG.json index 68991a5..3bd399f 100644 --- a/packages/nova-react/CHANGELOG.json +++ b/packages/nova-react/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@nova/react", "entries": [ + { + "date": "Wed, 17 May 2023 12:00:17 GMT", + "tag": "@nova/react_v1.3.0", + "version": "1.3.0", + "comments": { + "minor": [ + { + "author": "Stanislaw.Wilczynski@microsoft.com", + "package": "@nova/react", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b", + "comment": "bump version of relay-compiler-language-graphitation" + }, + { + "author": "beachball", + "package": "@nova/react", + "comment": "Bump @nova/types to v1.3.1", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b" + } + ] + } + }, { "date": "Thu, 11 May 2023 15:41:59 GMT", "tag": "@nova/react_v1.2.1", diff --git a/packages/nova-react/CHANGELOG.md b/packages/nova-react/CHANGELOG.md index 6f3bcbd..afa42b0 100644 --- a/packages/nova-react/CHANGELOG.md +++ b/packages/nova-react/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @nova/react -This log was last generated on Thu, 11 May 2023 15:41:59 GMT and should not be manually modified. +This log was last generated on Wed, 17 May 2023 12:00:17 GMT and should not be manually modified. +## 1.3.0 + +Wed, 17 May 2023 12:00:17 GMT + +### Minor changes + +- bump version of relay-compiler-language-graphitation (Stanislaw.Wilczynski@microsoft.com) +- Bump @nova/types to v1.3.1 + ## 1.2.1 Thu, 11 May 2023 15:41:59 GMT diff --git a/packages/nova-react/package.json b/packages/nova-react/package.json index caeb3f5..5e0cd4c 100644 --- a/packages/nova-react/package.json +++ b/packages/nova-react/package.json @@ -1,7 +1,7 @@ { "name": "@nova/react", "license": "MIT", - "version": "1.2.1", + "version": "1.3.0", "main": "./src/index.ts", "scripts": { "build": "monorepo-scripts build", @@ -19,7 +19,7 @@ "@graphitation/graphql-js-tag": "^0.9.0" }, "dependencies": { - "@nova/types": "^1.3.0", + "@nova/types": "^1.3.1", "graphql": "^15.5.0", "invariant": "^2.2.4", "relay-compiler": "^10.1.3", diff --git a/packages/nova-types/CHANGELOG.json b/packages/nova-types/CHANGELOG.json index ae655ba..0684929 100644 --- a/packages/nova-types/CHANGELOG.json +++ b/packages/nova-types/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@nova/types", "entries": [ + { + "date": "Wed, 17 May 2023 12:00:17 GMT", + "tag": "@nova/types_v1.3.1", + "version": "1.3.1", + "comments": { + "patch": [ + { + "author": "Stanislaw.Wilczynski@microsoft.com", + "package": "@nova/types", + "commit": "3d65a5bd2206326653affbe4f3f003219890e25b", + "comment": "bump deps" + } + ] + } + }, { "date": "Wed, 26 Apr 2023 08:47:37 GMT", "tag": "@nova/types_v1.3.0", diff --git a/packages/nova-types/CHANGELOG.md b/packages/nova-types/CHANGELOG.md index 6b2fda6..826744b 100644 --- a/packages/nova-types/CHANGELOG.md +++ b/packages/nova-types/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @nova/types -This log was last generated on Wed, 26 Apr 2023 08:47:37 GMT and should not be manually modified. +This log was last generated on Wed, 17 May 2023 12:00:17 GMT and should not be manually modified. +## 1.3.1 + +Wed, 17 May 2023 12:00:17 GMT + +### Patches + +- bump deps (Stanislaw.Wilczynski@microsoft.com) + ## 1.3.0 Wed, 26 Apr 2023 08:47:37 GMT diff --git a/packages/nova-types/package.json b/packages/nova-types/package.json index 8d36efb..0fc5560 100644 --- a/packages/nova-types/package.json +++ b/packages/nova-types/package.json @@ -1,7 +1,7 @@ { "name": "@nova/types", "license": "MIT", - "version": "1.3.0", + "version": "1.3.1", "main": "./src/index.ts", "scripts": { "build": "monorepo-scripts build",