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

This file was deleted.

7 changes: 0 additions & 7 deletions change/@nova-react-9a27c20b-f9d2-4ff7-a741-4ef4356d22ab.json

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"immutable": "^3.8.3"
},
"devDependencies": {
"beachball": "2.31.12",
"beachball": "3.0.0-alpha.4",
"lage": "2.14.0",
"minimatch": "^3.1.3",
"prettier": "^3.5.0",
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 Thu, 26 Mar 2026 17:14:16 GMT and should not be manually modified.
<!-- This log was last generated on Mon, 27 Jul 2026 11:06:44 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.11.9

Mon, 27 Jul 2026 11:06:44 GMT

### Patches

- Bump @nova/react to v2.9.3
- Bump @nova/react-test-utils to v8.0.2

## 1.11.8

Thu, 26 Mar 2026 17:14:16 GMT
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "1.11.9",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand All @@ -21,8 +21,8 @@
"types": "monorepo-scripts types"
},
"dependencies": {
"@nova/react": "2.9.2",
"@nova/react-test-utils": "8.0.1",
"@nova/react": "2.9.3",
"@nova/react-test-utils": "8.0.2",
"@nova/types": "1.7.1",
"graphql": "^15.5.0",
"react": "^18.3.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/nova-graphql-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nova/graphql-compiler

This log was last generated on Thu, 03 Apr 2025 16:14:11 GMT and should not be manually modified.
<!-- This log was last generated on Mon, 27 Jul 2026 11:06:44 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.0.4

Mon, 27 Jul 2026 11:06:44 GMT

### Patches

- network isolation (pavelglac@gmail.com)

## 1.0.3

Thu, 03 Apr 2025 16:14:11 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/nova-graphql-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nova/graphql-compiler",
"version": "1.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/nova-facade.git",
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 Thu, 26 Mar 2026 17:14:16 GMT and should not be manually modified.
<!-- This log was last generated on Mon, 27 Jul 2026 11:06:44 GMT and should not be manually modified. -->

<!-- Start content -->

## 8.0.2

Mon, 27 Jul 2026 11:06:44 GMT

### Patches

- network isolation (pavelglac@gmail.com)
- Bump @nova/react to v2.9.3

## 8.0.1

Thu, 26 Mar 2026 17:14:16 GMT
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "8.0.2",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/nova-facade.git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@graphitation/graphql-js-operation-payload-generator": "^0.12.9",
"@graphitation/graphql-js-tag": "^0.11.0",
"@nova/react": "^2.9.2",
"@nova/react": "^2.9.3",
"@nova/types": "^1.7.1",
"@types/react": "^17 || ^18",
"@types/relay-runtime": ">=19",
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, 09 Mar 2026 12:48:28 GMT and should not be manually modified.
<!-- This log was last generated on Mon, 27 Jul 2026 11:06:44 GMT and should not be manually modified. -->

<!-- Start content -->

## 2.9.3

Mon, 27 Jul 2026 11:06:44 GMT

### Patches

- network isolation (pavelglac@gmail.com)

## 2.9.2

Mon, 09 Mar 2026 12:48:28 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "2.9.3",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/nova-facade.git",
Expand Down
Loading
Loading