Skip to content

Commit b9111c9

Browse files
Version Packages (alpha) (#497)
* Version Packages (alpha) * manually adjust --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lenz Weber-Tronic <[email protected]>
1 parent ea1e23c commit b9111c9

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"@internal/test-utils": "0.0.0"
2323
},
2424
"changesets": [
25-
"calm-snakes-mate"
25+
"calm-snakes-mate",
26+
"hip-crews-unite",
27+
"hot-wasps-relax",
28+
"swift-countries-own",
29+
"thin-eagles-cross-2",
30+
"thin-eagles-cross"
2631
]
2732
}

packages/react-router/CHANGELOG.md

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

3+
## 0.13.1-alpha.6
4+
5+
### Patch Changes
6+
7+
- 874abab: Drop depdendency `ts-invariant`. Please use `setLogVerbosity` from `@apollo/client` instead of `setVerbosity` from `ts-invariant`.
8+
- 874abab: 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+
- 874abab: Update signature of PreloadTransportedQueryOptions from `<TVariables, TData>` to `<TData, TVariables>`
10+
- 874abab: Deprecate `PreloadQueryOptions` - please use `PreloadQuery.Options` instead.
11+
- 874abab: Deprecate `PreloadQueryProps` - please use `PreloadQuery.Props` instead.
12+
- @apollo/client-react-streaming@0.13.0
13+
314
## 0.12.3-alpha.5
415

516
### Patch Changes

packages/react-router/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-integration-react-router",
3-
"version": "0.12.3-alpha.5",
3+
"version": "0.13.0-alpha.1",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations"
66
},

0 commit comments

Comments
 (0)