Skip to content

Commit 547a3f9

Browse files
Version Packages (#496)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d8a60b commit 547a3f9

File tree

14 files changed

+49
-39
lines changed

14 files changed

+49
-39
lines changed

.changeset/hip-crews-unite.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/hot-wasps-relax.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/swift-countries-own.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/thin-eagles-cross-2.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/thin-eagles-cross.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/client-react-streaming/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- a434180: Drop depdendency `ts-invariant`. Please use `setLogVerbosity` from `@apollo/client` instead of `setVerbosity` from `ts-invariant`.
8+
- a434180: Updating Apollo Client from v3 to v4. Please follow the [Apollo Client migration guide](https://www.apollographql.com/docs/react/migrating/apollo-client-4-migration).
9+
- a434180: Update signature of PreloadTransportedQueryOptions from `<TVariables, TData>` to `<TData, TVariables>`
10+
- a434180: Deprecate `PreloadQueryOptions` - please use `PreloadQuery.Options` instead.
11+
- a434180: Deprecate `PreloadQueryProps` - please use `PreloadQuery.Props` instead.
12+
313
## 0.12.3
414

515
### 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.3",
3+
"version": "0.13.0",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations.git"
66
},

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

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

3+
## 0.13.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a434180]
8+
- Updated dependencies [a434180]
9+
- Updated dependencies [a434180]
10+
- Updated dependencies [a434180]
11+
- Updated dependencies [a434180]
12+
- @apollo/client-integration-nextjs@0.13.0
13+
314
## 0.12.3
415

516
### 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.3",
3+
"version": "0.13.0",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations.git"
66
},
@@ -99,6 +99,6 @@
9999
"rxjs": "^7.3.0"
100100
},
101101
"dependencies": {
102-
"@apollo/client-integration-nextjs": "0.12.3"
102+
"@apollo/client-integration-nextjs": "0.13.0"
103103
}
104104
}

packages/nextjs/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- a434180: Drop depdendency `ts-invariant`. Please use `setLogVerbosity` from `@apollo/client` instead of `setVerbosity` from `ts-invariant`.
8+
- a434180: Updating Apollo Client from v3 to v4. Please follow the [Apollo Client migration guide](https://www.apollographql.com/docs/react/migrating/apollo-client-4-migration).
9+
- a434180: Update signature of PreloadTransportedQueryOptions from `<TVariables, TData>` to `<TData, TVariables>`
10+
- a434180: Deprecate `PreloadQueryOptions` - please use `PreloadQuery.Options` instead.
11+
- a434180: Deprecate `PreloadQueryProps` - please use `PreloadQuery.Props` instead.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [a434180]
16+
- Updated dependencies [a434180]
17+
- Updated dependencies [a434180]
18+
- Updated dependencies [a434180]
19+
- Updated dependencies [a434180]
20+
- @apollo/client-react-streaming@0.13.0
21+
322
## 0.12.3
423

524
### Patch Changes

0 commit comments

Comments
 (0)