Skip to content

Commit 8d4b351

Browse files
Version Packages (rc)
1 parent 454ec78 commit 8d4b351

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
"mean-lizards-think",
114114
"metal-needles-search",
115115
"mighty-carrots-bathe",
116+
"mighty-jobs-drum",
116117
"mighty-penguins-wink",
117118
"modern-feet-do",
118119
"moody-lobsters-listen",

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.5
4+
5+
### Patch Changes
6+
7+
- [#12775](https://github.com/apollographql/apollo-client/pull/12775) [`454ec78`](https://github.com/apollographql/apollo-client/commit/454ec78b751853da07243174a6f9bdc4535e7e8f) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Don't export `gql` from `@apollo/client/react` entrypoint. Import from `@apollo/client` instead.
8+
39
## 4.0.0-rc.4
410

511
### Minor Changes

package-lock.json

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

scripts/codemods/ac3-to-ac4/CHANGELOG.md

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

3+
## 1.0.0-rc.1
4+
5+
### Patch Changes
6+
7+
- [#12775](https://github.com/apollographql/apollo-client/pull/12775) [`454ec78`](https://github.com/apollographql/apollo-client/commit/454ec78b751853da07243174a6f9bdc4535e7e8f) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Don't export `gql` from `@apollo/client/react` entrypoint. Import from `@apollo/client` instead.
8+
39
## 1.0.0-rc.0
410

511
### Major Changes

scripts/codemods/ac3-to-ac4/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-codemod-migrate-3-to-4",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Apollo Client Codemod to migrate from version 3 to version 4",
55
"keywords": [
66
"apollo",

0 commit comments

Comments
 (0)