Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2025
1 parent 2f779cd commit 63ee1b9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .changeset/nine-maps-exist.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-students-hide.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/client-react-streaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @apollo/client-react-streaming

## 0.11.8

### Patch Changes

- 251bec9: Change package publishing to Changesets
- 2f779cd: Add missing `peerDependencies`: `react-dom` and `graphql`
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.11.8",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs.git"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/experimental-nextjs-app-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @apollo/experimental-nextjs-app-support

## 0.11.8

### Patch Changes

- 251bec9: Change package publishing to Changesets
- Updated dependencies [251bec9]
- Updated dependencies [2f779cd]
- @apollo/client-react-streaming@0.11.8
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.11.8",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs.git"
},
Expand Down Expand Up @@ -149,6 +149,6 @@
"react": "^18 || >=19.0.0-rc"
},
"dependencies": {
"@apollo/client-react-streaming": "0.11.8-alpha.1"
"@apollo/client-react-streaming": "0.11.8"
}
}

0 comments on commit 63ee1b9

Please sign in to comment.