Skip to content

Commit 6920b0b

Browse files
Version Packages (alpha)
1 parent b9b4263 commit 6920b0b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"@apollo/client": "3.9.7"
66
},
77
"changesets": [
8+
"eleven-doors-rescue",
9+
"flat-singers-kiss",
810
"tasty-pillows-ring"
911
]
1012
}

CHANGELOG.md

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

3+
## 3.10.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- [#11694](https://github.com/apollographql/apollo-client/pull/11694) [`835d5f3`](https://github.com/apollographql/apollo-client/commit/835d5f30c532c432e2434561580e6f1ec44cc908) Thanks [@phryneas](https://github.com/phryneas)! - Expose `setErrorMessageHandler` from `@apollo/client/dev` entrypoint.
8+
9+
- [#11689](https://github.com/apollographql/apollo-client/pull/11689) [`cb8ffe5`](https://github.com/apollographql/apollo-client/commit/cb8ffe50e903397f741b62a44624bfe69b5f7b75) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where passing a new `from` option to `useFragment` would first render with the previous value before rerendering with the correct value.
10+
311
## 3.10.0-alpha.0
412

513
### Minor 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.10.0-alpha.0",
3+
"version": "3.10.0-alpha.1",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)