Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 11, 2025
1 parent 5528ac0 commit 07934c3
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 9 deletions.
16 changes: 14 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@
"@apollo/experimental-nextjs-app-support": "0.11.8",
"@apollo/client-integration-react-router": "0.11.8",
"@apollo/client-integration-tanstack-start": "0.11.8",
"@internal/test-utils": "0.0.0"
"@internal/test-utils": "0.0.0",
"@integration-test/jest": "0.0.0",
"@integration-test/nextjs": "0.0.0",
"@integration-test/react-router": "0.0.0",
"@integration-test/shared": "0.0.0",
"@integration-test/tanstack-start": "0.0.0",
"@integration-test/vite-streaming": "0.0.0",
"@integration-test/vitest": "0.0.0"
},
"changesets": []
"changesets": [
"lovely-ears-kick",
"old-squids-deny",
"real-boats-guess",
"sour-wasps-drum"
]
}
11 changes: 11 additions & 0 deletions packages/client-react-streaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @apollo/client-react-streaming

## 0.12.0-alpha.0

### Minor Changes

- 8209093: Implement multipart streaming support for `PreloadQuery`
- 20ce0c8: add `TeeToReadableStreamLink` and `ReadFromReadableStreamLink`

### Patch Changes

- 9a8c872: Start an alpha branch

## 0.11.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/client-react-streaming",
"version": "0.11.8",
"version": "0.12.0-alpha.0",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs.git"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/experimental-nextjs-app-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/experimental-nextjs-app-support

## 0.12.0-alpha.0

### Patch Changes

- Updated dependencies [8209093]
- Updated dependencies [20ce0c8]
- Updated dependencies [9a8c872]
- @apollo/client-react-streaming@0.12.0-alpha.0

## 0.11.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/experimental-nextjs-app-support",
"version": "0.11.8",
"version": "0.12.0-alpha.0",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs.git"
},
Expand Down Expand Up @@ -144,6 +144,6 @@
"react": "^18 || >=19.0.0-rc"
},
"dependencies": {
"@apollo/client-react-streaming": "0.11.8"
"@apollo/client-react-streaming": "0.12.0-alpha.0"
}
}
14 changes: 14 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @apollo/client-integration-react-router

## 0.12.0-alpha.0

### Minor Changes

- 5417a54: Add a package to support React Router streaming SSR

### Patch Changes

- Updated dependencies [8209093]
- Updated dependencies [20ce0c8]
- Updated dependencies [9a8c872]
- @apollo/client-react-streaming@0.12.0-alpha.0
4 changes: 2 additions & 2 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/client-integration-react-router",
"version": "0.11.8",
"version": "0.12.0-alpha.0",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs"
},
Expand Down Expand Up @@ -91,7 +91,7 @@
"react-router": "^7.0.2"
},
"dependencies": {
"@apollo/client-react-streaming": "0.11.8",
"@apollo/client-react-streaming": "0.12.0-alpha.0",
"@types/react-dom": "^19.0.0",
"promiscade": "^0.0.2"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/tanstack-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @apollo/client-integration-tanstack-start

## 0.12.0-alpha.0

### Patch Changes

- Updated dependencies [8209093]
- Updated dependencies [20ce0c8]
- Updated dependencies [9a8c872]
- @apollo/client-react-streaming@0.12.0-alpha.0
4 changes: 2 additions & 2 deletions packages/tanstack-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/client-integration-tanstack-start",
"version": "0.11.8",
"version": "0.12.0-alpha.0",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs"
},
Expand Down Expand Up @@ -96,7 +96,7 @@
"react": "^19"
},
"dependencies": {
"@apollo/client-react-streaming": "0.11.8",
"@apollo/client-react-streaming": "0.12.0-alpha.0",
"jsesc": "^3.1.0"
}
}

0 comments on commit 07934c3

Please sign in to comment.