From 07a7e0def5497c3379870ef1f791da1e09841d1e Mon Sep 17 00:00:00 2001 From: Pavel Glac Date: Thu, 30 Jul 2026 13:29:27 +0000 Subject: [PATCH 1/2] manual bump and fix --- ...s-0d2cb15e-5fc0-4cd7-b7b6-27a19a149007.json | 7 ------- package.json | 6 +++--- packages/examples/CHANGELOG.md | 12 +++++++++++- packages/examples/package.json | 8 ++++---- packages/nova-react-test-utils/CHANGELOG.md | 11 ++++++++++- packages/nova-react-test-utils/package.json | 6 +++--- packages/nova-react/CHANGELOG.md | 10 +++++++++- packages/nova-react/package.json | 4 ++-- packages/nova-types/CHANGELOG.md | 10 +++++++++- packages/nova-types/package.json | 2 +- yarn.lock | 18 +++++++++--------- 11 files changed, 61 insertions(+), 33 deletions(-) delete mode 100644 change/@nova-types-0d2cb15e-5fc0-4cd7-b7b6-27a19a149007.json diff --git a/change/@nova-types-0d2cb15e-5fc0-4cd7-b7b6-27a19a149007.json b/change/@nova-types-0d2cb15e-5fc0-4cd7-b7b6-27a19a149007.json deleted file mode 100644 index 003b160..0000000 --- a/change/@nova-types-0d2cb15e-5fc0-4cd7-b7b6-27a19a149007.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Doc", - "packageName": "@nova/types", - "email": "pavelglac@gmail.com", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index 2602442..edfa33f 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ ] }, "scripts": { - "beachball": "beachball -b origin/main", + "beachball": "beachball", "build": "lage build", - "change": "yarn beachball change", - "checkchange": "yarn beachball check", + "change": "yarn beachball -b origin/main change", + "checkchange": "yarn beachball -b origin/main check", "ci": "yarn lage build types test lint && yarn checkchange", "clean": "git clean -fdx -e node_modules", "postinstall": "yarn workspace @nova/examples playwright install --with-deps chromium", diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index c92a0b0..aa8aea2 100644 --- a/packages/examples/CHANGELOG.md +++ b/packages/examples/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @nova/examples - + +## 1.11.10 + +Thu, 30 Jul 2026 13:29:00 GMT + +### Patches + +- Bump @nova/react to v2.9.4 +- Bump @nova/react-test-utils to v8.0.3 +- Bump @nova/types to v1.7.2 + ## 1.11.9 Mon, 27 Jul 2026 11:06:44 GMT diff --git a/packages/examples/package.json b/packages/examples/package.json index 12ed43a..898b156 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@nova/examples", - "version": "1.11.9", + "version": "1.11.10", "license": "MIT", "sideEffects": false, "type": "module", @@ -21,9 +21,9 @@ "types": "monorepo-scripts types" }, "dependencies": { - "@nova/react": "2.9.3", - "@nova/react-test-utils": "8.0.2", - "@nova/types": "1.7.1", + "@nova/react": "2.9.4", + "@nova/react-test-utils": "8.0.3", + "@nova/types": "1.7.2", "graphql": "^15.5.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/nova-react-test-utils/CHANGELOG.md b/packages/nova-react-test-utils/CHANGELOG.md index ea52897..6f4aec5 100644 --- a/packages/nova-react-test-utils/CHANGELOG.md +++ b/packages/nova-react-test-utils/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @nova/react-test-utils - + +## 8.0.3 + +Thu, 30 Jul 2026 13:29:00 GMT + +### Patches + +- Bump @nova/react to v2.9.4 +- Bump @nova/types to v1.7.2 + ## 8.0.2 Mon, 27 Jul 2026 11:06:44 GMT diff --git a/packages/nova-react-test-utils/package.json b/packages/nova-react-test-utils/package.json index 66be2ad..66a1846 100644 --- a/packages/nova-react-test-utils/package.json +++ b/packages/nova-react-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nova/react-test-utils", - "version": "8.0.2", + "version": "8.0.3", "repository": { "type": "git", "url": "https://github.com/microsoft/nova-facade.git", @@ -33,8 +33,8 @@ "dependencies": { "@graphitation/graphql-js-operation-payload-generator": "^0.12.9", "@graphitation/graphql-js-tag": "^0.11.0", - "@nova/react": "^2.9.3", - "@nova/types": "^1.7.1", + "@nova/react": "^2.9.4", + "@nova/types": "^1.7.2", "@types/react": "^17 || ^18", "@types/relay-runtime": ">=19", "graphql": "^15.5.0", diff --git a/packages/nova-react/CHANGELOG.md b/packages/nova-react/CHANGELOG.md index 76e4132..627495f 100644 --- a/packages/nova-react/CHANGELOG.md +++ b/packages/nova-react/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @nova/react - + +## 2.9.4 + +Thu, 30 Jul 2026 13:29:00 GMT + +### Patches + +- Bump @nova/types to v1.7.2 + ## 2.9.3 Mon, 27 Jul 2026 11:06:44 GMT diff --git a/packages/nova-react/package.json b/packages/nova-react/package.json index 7455984..fa1c7f5 100644 --- a/packages/nova-react/package.json +++ b/packages/nova-react/package.json @@ -1,6 +1,6 @@ { "name": "@nova/react", - "version": "2.9.3", + "version": "2.9.4", "repository": { "type": "git", "url": "https://github.com/microsoft/nova-facade.git", @@ -17,7 +17,7 @@ "types": "monorepo-scripts types" }, "dependencies": { - "@nova/types": "^1.7.1", + "@nova/types": "^1.7.2", "graphql": "^15.5.0", "invariant": "^2.2.4" }, diff --git a/packages/nova-types/CHANGELOG.md b/packages/nova-types/CHANGELOG.md index 79eeed1..df76dd7 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 Mon, 09 Mar 2026 12:48:28 GMT and should not be manually modified. + +## 1.7.2 + +Thu, 30 Jul 2026 13:29:00 GMT + +### Patches + +- Doc (pavelglac@gmail.com) + ## 1.7.1 Mon, 09 Mar 2026 12:48:28 GMT diff --git a/packages/nova-types/package.json b/packages/nova-types/package.json index f66c149..1dadfd9 100644 --- a/packages/nova-types/package.json +++ b/packages/nova-types/package.json @@ -1,6 +1,6 @@ { "name": "@nova/types", - "version": "1.7.1", + "version": "1.7.2", "repository": { "type": "git", "url": "https://github.com/microsoft/nova-facade.git", diff --git a/yarn.lock b/yarn.lock index 2127c77..9dbf09e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1877,9 +1877,9 @@ __metadata: "@graphql-codegen/cli": "npm:^3.2.2" "@graphql-codegen/typescript": "npm:^3.0.2" "@graphql-codegen/typescript-resolvers": "npm:^3.1.1" - "@nova/react": "npm:2.9.3" - "@nova/react-test-utils": "npm:8.0.2" - "@nova/types": "npm:1.7.1" + "@nova/react": "npm:2.9.4" + "@nova/react-test-utils": "npm:8.0.3" + "@nova/types": "npm:1.7.2" "@storybook/addon-vitest": "npm:^9.0.15" "@storybook/react-vite": "npm:^9.0.15" "@swc/core": "npm:^1.11.0" @@ -1940,7 +1940,7 @@ __metadata: languageName: unknown linkType: soft -"@nova/react-test-utils@npm:8.0.2, @nova/react-test-utils@workspace:packages/nova-react-test-utils": +"@nova/react-test-utils@npm:8.0.3, @nova/react-test-utils@workspace:packages/nova-react-test-utils": version: 0.0.0-use.local resolution: "@nova/react-test-utils@workspace:packages/nova-react-test-utils" dependencies: @@ -1949,8 +1949,8 @@ __metadata: "@graphitation/apollo-react-relay-duct-tape": "npm:^1.3.0" "@graphitation/graphql-js-operation-payload-generator": "npm:^0.12.9" "@graphitation/graphql-js-tag": "npm:^0.11.0" - "@nova/react": "npm:^2.9.3" - "@nova/types": "npm:^1.7.1" + "@nova/react": "npm:^2.9.4" + "@nova/types": "npm:^1.7.2" "@storybook/react": "npm:^9.0.15" "@types/react": "npm:^17 || ^18" "@types/react-relay": "npm:^18.0.0" @@ -2001,12 +2001,12 @@ __metadata: languageName: unknown linkType: soft -"@nova/react@npm:2.9.3, @nova/react@npm:^2.9.3, @nova/react@workspace:packages/nova-react": +"@nova/react@npm:2.9.4, @nova/react@npm:^2.9.4, @nova/react@workspace:packages/nova-react": version: 0.0.0-use.local resolution: "@nova/react@workspace:packages/nova-react" dependencies: "@graphitation/graphql-js-tag": "npm:^0.11.0" - "@nova/types": "npm:^1.7.1" + "@nova/types": "npm:^1.7.2" "@types/invariant": "npm:^2.2.35" "@types/react": "npm:^18.3.1" "@types/react-dom": "npm:^18.3.0" @@ -2031,7 +2031,7 @@ __metadata: languageName: unknown linkType: soft -"@nova/types@npm:1.7.1, @nova/types@npm:^1.7.1, @nova/types@workspace:packages/nova-types": +"@nova/types@npm:1.7.2, @nova/types@npm:^1.7.2, @nova/types@workspace:packages/nova-types": version: 0.0.0-use.local resolution: "@nova/types@workspace:packages/nova-types" dependencies: From fa3fb4054bce3bd8d202a5179eb6a65d18c5f5ec Mon Sep 17 00:00:00 2001 From: Pavel Glac Date: Thu, 30 Jul 2026 13:31:36 +0000 Subject: [PATCH 2/2] Change files --- .../@nova-types-44121810-b9dc-4d26-8189-95755cab2efc.json | 7 +++++++ packages/nova-types/README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 change/@nova-types-44121810-b9dc-4d26-8189-95755cab2efc.json diff --git a/change/@nova-types-44121810-b9dc-4d26-8189-95755cab2efc.json b/change/@nova-types-44121810-b9dc-4d26-8189-95755cab2efc.json new file mode 100644 index 0000000..6d092f9 --- /dev/null +++ b/change/@nova-types-44121810-b9dc-4d26-8189-95755cab2efc.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "manual bump and fix", + "packageName": "@nova/types", + "email": "pavelglac@gmail.com", + "dependentChangeType": "patch" +} diff --git a/packages/nova-types/README.md b/packages/nova-types/README.md index f1d1712..697d4a1 100644 --- a/packages/nova-types/README.md +++ b/packages/nova-types/README.md @@ -2,4 +2,4 @@ The Nova Facade is a set of interfaces that represent the core framework dependencies of a data-backed UI component in a large application. This allows high value components to be written in a host agnostic fashion and used within any host that implements the Nova contracts. -This Types package contains the core contracts and the sister package `@nova/react provides` a React specific implementation of the contexts etc required to make the host implementations accessible to the Nova component code. +This Types package contains the core contracts and the sister package @nova/react provides a React specific implementation of the contexts etc required to make the host implementations accessible to the Nova component code.