Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"few-donuts-perform",
"five-crabs-remember",
"flat-readers-invite",
"flat-suns-watch",
"fluffy-shoes-applaud",
"forty-hairs-occur",
"forty-shrimps-fry",
Expand Down
6 changes: 3 additions & 3 deletions .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43965,
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43917,
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38626,
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33602,
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27661
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33617,
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27660
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/client

## 4.0.0-rc.12

### Minor Changes

- [#12838](https://github.com/apollographql/apollo-client/pull/12838) [`b005561`](https://github.com/apollographql/apollo-client/commit/b0055613c1f4837e994d2d0756348d553e2f302f) Thanks [@phryneas](https://github.com/phryneas)! - Add an entrypoint at `@apollo/client/v4-migration` that includes removed values and types. Each export includes doc blocks on how to migrate away from the removed type.

## 4.0.0-rc.11

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/client",
"version": "4.0.0-rc.11",
"version": "4.0.0-rc.12",
"description": "A fully-featured caching GraphQL client.",
"private": true,
"keywords": [
Expand Down