Skip to content

Commit a1d423e

Browse files
Version Packages (alpha) (#459)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7836098 commit a1d423e

File tree

12 files changed

+48
-11
lines changed

12 files changed

+48
-11
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
"@integration-test/playwright": "0.0.0"
2323
},
2424
"changesets": [
25+
"bright-eels-kiss",
2526
"curvy-carrots-refuse",
2627
"funny-moose-press",
28+
"lemon-taxis-perform",
2729
"lovely-ears-kick",
2830
"moody-gifts-breathe",
2931
"old-squids-deny",

packages/client-react-streaming/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @apollo/client-react-streaming
22

3+
## 0.12.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- 3b6eca6: Added a warning when calling the `query` shortcut of `registerApolloClient` outside of a RSC (e.g. in Server Actions or Middleware).
8+
This could cause situations where users would accidentally create multiple Apollo Client instances.
9+
310
## 0.12.0-alpha.3
411

512
### Patch Changes

packages/client-react-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-react-streaming",
3-
"version": "0.12.0-alpha.3",
3+
"version": "0.12.0-alpha.4",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-nextjs.git"
66
},

packages/experimental-nextjs-app-support/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/experimental-nextjs-app-support
22

3+
## 0.12.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- @apollo/client-integration-nextjs@0.12.0-alpha.4
8+
39
## 0.12.0-alpha.3
410

511
### Patch Changes

packages/experimental-nextjs-app-support/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/experimental-nextjs-app-support",
3-
"version": "0.12.0-alpha.3",
3+
"version": "0.12.0-alpha.4",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-nextjs.git"
66
},
@@ -97,6 +97,6 @@
9797
"react": "^18 || >=19.0.0-rc"
9898
},
9999
"dependencies": {
100-
"@apollo/client-integration-nextjs": "0.12.0-alpha.3"
100+
"@apollo/client-integration-nextjs": "0.12.0-alpha.4"
101101
}
102102
}

packages/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @apollo/client-integration-nextjs
22

3+
## 0.12.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3b6eca6]
8+
- @apollo/client-react-streaming@0.12.0-alpha.4
9+
310
## 0.12.0-alpha.3
411

512
### Patch Changes

packages/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-integration-nextjs",
3-
"version": "0.12.0-alpha.3",
3+
"version": "0.12.0-alpha.4",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-nextjs.git"
66
},
@@ -106,6 +106,6 @@
106106
"react": "^18 || >=19.0.0-rc"
107107
},
108108
"dependencies": {
109-
"@apollo/client-react-streaming": "0.12.0-alpha.3"
109+
"@apollo/client-react-streaming": "0.12.0-alpha.4"
110110
}
111111
}

packages/react-router/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @apollo/client-integration-react-router
22

3+
## 0.12.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- 7836098: fix up types for async loaders
8+
- Updated dependencies [3b6eca6]
9+
- @apollo/client-react-streaming@0.12.0-alpha.4
10+
311
## 0.12.0-alpha.3
412

513
### Patch Changes

packages/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-integration-react-router",
3-
"version": "0.12.0-alpha.3",
3+
"version": "0.12.0-alpha.4",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-nextjs"
66
},
@@ -91,7 +91,7 @@
9191
"react-router": "^7.2.0-pre.3"
9292
},
9393
"dependencies": {
94-
"@apollo/client-react-streaming": "0.12.0-alpha.3",
94+
"@apollo/client-react-streaming": "0.12.0-alpha.4",
9595
"@types/react-dom": "^19.0.0",
9696
"promiscade": "^0.0.2"
9797
}

packages/tanstack-start/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @apollo/client-integration-tanstack-start
22

3+
## 0.12.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3b6eca6]
8+
- @apollo/client-react-streaming@0.12.0-alpha.4
9+
310
## 0.12.0-alpha.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)