Skip to content

Commit fbe7741

Browse files
Version Packages (alpha)
1 parent 3a1369c commit fbe7741

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
},
77
"changesets": [
88
"early-pens-retire",
9+
"gorgeous-buses-laugh",
10+
"lazy-teachers-sell",
911
"polite-birds-rescue",
1012
"rude-mayflies-scream",
1113
"short-bikes-mate",

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @apollo/client
22

3+
## 3.8.0-alpha.6
4+
5+
### Minor Changes
6+
7+
- [#10521](https://github.com/apollographql/apollo-client/pull/10521) [`fbf729414`](https://github.com/apollographql/apollo-client/commit/fbf729414b6322a84158d9864bdfb5b17b2c7d77) Thanks [@benjamn](https://github.com/benjamn)! - Simplify `__DEV__` polyfill to use imports instead of global scope
8+
9+
### Patch Changes
10+
11+
- [#7555](https://github.com/apollographql/apollo-client/pull/7555) [`45562d6fa`](https://github.com/apollographql/apollo-client/commit/45562d6fa20eab658bd86d79d092862ace4e1225) Thanks [@TheCeloReis](https://github.com/TheCeloReis)! - Adds `TVariables` generic to `GraphQLRequest` and `MockedResponse` interfaces.
12+
313
## 3.8.0-alpha.5
414

515
### Patch Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "3.8.0-alpha.5",
3+
"version": "3.8.0-alpha.6",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)