Skip to content

Commit e794dd8

Browse files
Version Packages (alpha) (#12521)
1 parent eec20d1 commit e794dd8

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"cool-bikes-shake",
1616
"cuddly-spiders-tie",
1717
"curvy-pianos-count",
18+
"dirty-eagles-poke",
1819
"dirty-trees-pump",
1920
"eighty-squids-fix",
2021
"eleven-kangaroos-jump",
@@ -52,11 +53,13 @@
5253
"nervous-fireants-bow",
5354
"nervous-goats-allow",
5455
"nice-donkeys-reflect",
56+
"nice-dots-matter",
5557
"nice-waves-work",
5658
"odd-lemons-relax",
5759
"polite-bees-care",
5860
"poor-eels-punch",
5961
"popular-games-sleep",
62+
"purple-bears-flash",
6063
"purple-lions-cough",
6164
"rare-houses-prove",
6265
"real-gorillas-move",

CHANGELOG.md

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

3+
## 4.0.0-alpha.7
4+
5+
### Major Changes
6+
7+
- [#12513](https://github.com/apollographql/apollo-client/pull/12513) [`9c3207c`](https://github.com/apollographql/apollo-client/commit/9c3207c44ddad1f8b845c09495d6c070ace8de7b) Thanks [@phryneas](https://github.com/phryneas)! - Removed the `@apollo/client/react/context` and `@apollo/client/react/hooks` entry points. Please use `@apollo/client/react` instead.
8+
9+
- [#12513](https://github.com/apollographql/apollo-client/pull/12513) [`9c3207c`](https://github.com/apollographql/apollo-client/commit/9c3207c44ddad1f8b845c09495d6c070ace8de7b) Thanks [@phryneas](https://github.com/phryneas)! - Removed the `@apollo/client/react/parser` entry point. There is no replacement.
10+
11+
### Patch Changes
12+
13+
- [#12513](https://github.com/apollographql/apollo-client/pull/12513) [`9c3207c`](https://github.com/apollographql/apollo-client/commit/9c3207c44ddad1f8b845c09495d6c070ace8de7b) Thanks [@phryneas](https://github.com/phryneas)! - Removed the `parser` cache. The functionality has been replaced in a way that doesn't need caching.
14+
315
## 4.0.0-alpha.6
416

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

0 commit comments

Comments
 (0)