Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "patch",
"comment": "Doc",
"comment": "manual bump and fix",
"packageName": "@nova/types",
"email": "pavelglac@gmail.com",
"dependentChangeType": "patch"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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 Mon, 27 Jul 2026 11:06:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 30 Jul 2026 13:29:00 GMT and should not be manually modified. -->

<!-- Start content -->

## 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
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nova/examples",
"version": "1.11.9",
"version": "1.11.10",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand All @@ -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",
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 Mon, 27 Jul 2026 11:06:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 30 Jul 2026 13:29:00 GMT and should not be manually modified. -->

<!-- Start content -->

## 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
Expand Down
6 changes: 3 additions & 3 deletions packages/nova-react-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
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 Mon, 27 Jul 2026 11:06:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 30 Jul 2026 13:29:00 GMT and should not be manually modified. -->

<!-- Start content -->

## 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
Expand Down
4 changes: 2 additions & 2 deletions packages/nova-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
10 changes: 9 additions & 1 deletion packages/nova-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
<!-- This log was last generated on Thu, 30 Jul 2026 13:29:00 GMT and should not be manually modified. -->

<!-- Start content -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion packages/nova-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/nova-types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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:
Expand Down
Loading