Skip to content

Commit b8fb185

Browse files
Version Packages (rc)
1 parent 2d1e3ea commit b8fb185

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"tough-tips-drop",
233233
"tricky-tables-shave",
234234
"twelve-mangos-dance",
235+
"twenty-numbers-perform",
235236
"twenty-snakes-sort",
236237
"unlucky-kiwis-sell",
237238
"unlucky-sheep-change",

CHANGELOG.md

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

3+
## 4.0.0-rc.6
4+
5+
### Patch Changes
6+
7+
- [#12782](https://github.com/apollographql/apollo-client/pull/12782) [`742b3a0`](https://github.com/apollographql/apollo-client/commit/742b3a0ed65d28818974e56225c86ab7e350e677) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Move `ApolloClient`, `ObservableQuery`, and `ApolloCache.watchFragment` method options and result types into namespaces. The old types are now exported as deprecated.
8+
39
## 4.0.0-rc.5
410

511
### Major Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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",
3-
"version": "4.0.0-rc.5",
3+
"version": "4.0.0-rc.6",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)