Skip to content

Commit fb95eca

Browse files
Version Packages (alpha) (#10889)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1562a2f commit fb95eca

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
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",

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

+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.14",
3+
"version": "3.8.0-alpha.15",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)