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 Dec 18, 2024
1 parent 20ce0c8 commit fd004bd
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
"@apollo/experimental-nextjs-app-support": "0.11.7",
"@internal/test-utils": "0.0.0"
},
"changesets": ["nine-maps-exist"]
"changesets": [
"nine-maps-exist",
"old-squids-deny",
"real-boats-guess"
]
}
11 changes: 11 additions & 0 deletions packages/client-react-streaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @apollo/client-react-streaming

## 0.12.0-alpha.2

### Minor Changes

- 20ce0c8: add `TeeToReadableStreamLink` and `ReadFromReadableStreamLink`

### Patch Changes

- 9a8c872: Start an alpha branch
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-alpha.1",
"version": "0.12.0-alpha.2",
"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
@@ -0,0 +1,9 @@
# @apollo/experimental-nextjs-app-support

## 0.12.0-alpha.2

### Patch Changes

- Updated dependencies [20ce0c8]
- Updated dependencies [9a8c872]
- @apollo/client-react-streaming@0.12.0-alpha.2
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-alpha.1",
"version": "0.12.0-alpha.2",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs.git"
},
Expand Down Expand Up @@ -154,6 +154,6 @@
"react": "^18 || >=19.0.0-rc"
},
"dependencies": {
"@apollo/client-react-streaming": "0.11.8-alpha.1"
"@apollo/client-react-streaming": "0.12.0-alpha.2"
}
}

0 comments on commit fd004bd

Please sign in to comment.