Skip to content

Commit 80414c6

Browse files
github-actions[bot]apollogithubactionsbot[bot]jerelmiller
authored
Version Packages (rc) (#12764)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: apollogithubactionsbot[bot] <159198662+apollogithubactionsbot[bot]@users.noreply.github.com> Co-authored-by: Jerel Miller <[email protected]>
1 parent 20bec23 commit 80414c6

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
"great-suns-cover",
1212
"perfect-donuts-roll",
1313
"popular-waves-drop",
14+
"shy-boxes-exercise",
1415
"shy-dragons-tease",
1516
"smooth-countries-cough",
1617
"spotty-walls-repair",
1718
"tidy-bulldogs-exercise"
1819
]
19-
}
20+
}

.size-limits.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"dist/apollo-client.min.cjs": 42760,
3-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 34803
2+
"dist/apollo-client.min.cjs": 42758,
3+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 34800
44
}

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+
## 3.14.0-rc.0
4+
5+
### Minor Changes
6+
7+
- [#12763](https://github.com/apollographql/apollo-client/pull/12763) [`5de6a3d`](https://github.com/apollographql/apollo-client/commit/5de6a3d3189afa2a7c3bb2eb08d3c4394ae4a16d) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Version bump only to release latest as `rc`.
8+
39
## 3.14.0-alpha.1
410

511
### Minor 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": "3.13.8",
3+
"version": "3.14.0-rc.0",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)