Skip to content

Commit 359f80a

Browse files
authored
Merge branch 'release-3.8' into remove-typename-alternate-impl
2 parents 9bb91d8 + fb95eca commit 359f80a

File tree

5 files changed

+63
-37
lines changed

5 files changed

+63
-37
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"silent-eagles-check",
3434
"silver-radios-chew",
3535
"sixty-trains-sniff",
36+
"small-pots-applaud",
3637
"small-timers-shake",
3738
"small-tomatoes-explode",
3839
"smooth-forks-shop",

.changeset/small-pots-applaud.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@apollo/client': patch
3+
---
4+
5+
Updates dependency versions in `package.json` by bumping:
6+
7+
- `@wry/context` to `^0.7.3`
8+
- `@wry/equality` to `^0.5.6`
9+
- `@wry/trie` to `^0.4.3`
10+
- `optimism` to `^0.17.4`
11+
12+
to 1. [fix sourcemap warnings](https://github.com/benjamn/wryware/pull/497) and 2. a Codesandbox [sandpack (in-browser) bundler transpilation bug](https://github.com/codesandbox/sandpack/issues/940) with an [upstream optimism workaround](https://github.com/benjamn/optimism/pull/550).

CHANGELOG.md

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

3+
## 3.8.0-alpha.15
4+
5+
### Patch Changes
6+
7+
- [#10888](https://github.com/apollographql/apollo-client/pull/10888) [`1562a2f5a`](https://github.com/apollographql/apollo-client/commit/1562a2f5a91cf577d9c89c4e84088a6bccc73c28) Thanks [@alessbell](https://github.com/alessbell)! - Updates dependency versions in `package.json` by bumping:
8+
9+
- `@wry/context` to `^0.7.3`
10+
- `@wry/equality` to `^0.5.6`
11+
- `@wry/trie` to `^0.4.3`
12+
- `optimism` to `^0.17.4`
13+
14+
to 1. [fix sourcemap warnings](https://github.com/benjamn/wryware/pull/497) and 2. a Codesandbox [sandpack (in-browser) bundler transpilation bug](https://github.com/codesandbox/sandpack/issues/940) with an [upstream optimism workaround](https://github.com/benjamn/optimism/pull/550).
15+
316
## 3.8.0-alpha.14
417

518
### Minor Changes

package-lock.json

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

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "3.8.0-alpha.14",
3+
"version": "3.8.0-alpha.15",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [
@@ -86,12 +86,12 @@
8686
},
8787
"dependencies": {
8888
"@graphql-typed-document-node/core": "^3.1.1",
89-
"@wry/context": "^0.7.0",
90-
"@wry/equality": "^0.5.0",
91-
"@wry/trie": "^0.4.0",
89+
"@wry/context": "^0.7.3",
90+
"@wry/equality": "^0.5.6",
91+
"@wry/trie": "^0.4.3",
9292
"graphql-tag": "^2.12.6",
9393
"hoist-non-react-statics": "^3.3.2",
94-
"optimism": "^0.17.0",
94+
"optimism": "^0.17.4",
9595
"prop-types": "^15.7.2",
9696
"response-iterator": "^0.2.6",
9797
"symbol-observable": "^4.0.0",

0 commit comments

Comments
 (0)