Skip to content

Commit d336c73

Browse files
Version Packages (alpha) (#438)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7589163 commit d336c73

File tree

12 files changed

+55
-13
lines changed

12 files changed

+55
-13
lines changed

.changeset/pre.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@
1818
"@integration-test/shared": "0.0.0",
1919
"@integration-test/tanstack-start": "0.0.0",
2020
"@integration-test/vite-streaming": "0.0.0",
21-
"@integration-test/vitest": "0.0.0"
21+
"@integration-test/vitest": "0.0.0",
22+
"@integration-test/playwright": "0.0.0"
2223
},
2324
"changesets": [
2425
"lovely-ears-kick",
26+
"moody-gifts-breathe",
2527
"old-squids-deny",
2628
"real-boats-guess",
2729
"rich-seahorses-reply",
28-
"sour-wasps-drum"
30+
"silly-points-count",
31+
"sour-wasps-drum",
32+
"sweet-cherries-protect"
2933
]
3034
}

packages/client-react-streaming/CHANGELOG.md

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

3+
## 0.12.0-alpha.1
4+
35
## 0.12.0-alpha.0
46

57
### Minor 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.0",
3+
"version": "0.12.0-alpha.1",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-nextjs.git"
66
},

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

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

3+
## 0.12.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- dec635c: This package has now been renamed to `"@apollo/client-integration-nextjs"`, please adjust your imports accordingly.
8+
9+
### Patch Changes
10+
11+
- @apollo/client-integration-nextjs@0.12.0-alpha.1
12+
313
## 0.12.0-alpha.0
414

515
### 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.0",
3+
"version": "0.12.0-alpha.1",
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.0"
100+
"@apollo/client-integration-nextjs": "0.12.0-alpha.1"
101101
}
102102
}

packages/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @apollo/client-integration-nextjs
2+
3+
## 0.12.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- @apollo/client-react-streaming@0.12.0-alpha.1

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.0",
3+
"version": "0.12.0-alpha.1",
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.0"
109+
"@apollo/client-react-streaming": "0.12.0-alpha.1"
110110
}
111111
}

packages/react-router/CHANGELOG.md

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

3+
## 0.12.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- 2f4890a: Set minimal version of React Router to 7.2.0-pre.3, removes need for patching.
8+
- @apollo/client-react-streaming@0.12.0-alpha.1
9+
310
## 0.12.0-alpha.0
411

512
### Minor 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.0",
3+
"version": "0.12.0-alpha.1",
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.0",
94+
"@apollo/client-react-streaming": "0.12.0-alpha.1",
9595
"@types/react-dom": "^19.0.0",
9696
"promiscade": "^0.0.2"
9797
}

packages/tanstack-start/CHANGELOG.md

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

3+
## 0.12.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- 7589163: Fix peer dependencies
8+
9+
pr: #435
10+
author: CarsonF
11+
commit: 472e82b8682897cc7630a48715150685d917bdf2
12+
13+
- @apollo/client-react-streaming@0.12.0-alpha.1
14+
315
## 0.12.0-alpha.0
416

517
### Patch Changes

0 commit comments

Comments
 (0)