Skip to content

Commit 21cfe5d

Browse files
committed
Update CHANGELOG.md with new patch versions.
1 parent 2593f8f commit 21cfe5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
**Note:** This is a cumulative changelog that outlines all of the Apollo Client project child package changes that were bundled into a specific `apollo-client` release.
22

3-
## Apollo Client (vNEXT)
3+
## Apollo Client (2.6.1)
44

55
- In all Apollo Client packages, the compilation of `lib/bundle.esm.js` to `lib/bundle.cjs.js` and `lib/bundle.umd.js` now uses Babel instead of Rollup, since Babel correctly compiles some [edge cases](https://github.com/apollographql/apollo-client/issues/4843#issuecomment-495717720) that neither Rollup nor TypeScript compile correctly. <br/>
66
[@benjamn](https://github.com/benjamn) in [#4911](https://github.com/apollographql/apollo-client/pull/4911)
77

8-
### Apollo Cache In-Memory
8+
### Apollo Cache In-Memory 1.6.1
99

1010
- Pretend that `__typename` exists on the root Query when matching fragments. <br/>
1111
[@benjamn](https://github.com/benjamn) in [#4853](https://github.com/apollographql/apollo-client/pull/4853)
1212

13-
### Apollo Utilities
13+
### Apollo Utilities 1.3.1
1414

1515
- The `isEqual` function has been reimplemented using the `lodash.isequal` npm package, to better support circular references. Since the `lodash.isequal` package is already used by `react-apollo`, this change is likely to decrease total bundle size. <br/>
1616
[@capaj](https://github.com/capaj) in [#4915](https://github.com/apollographql/apollo-client/pull/4915)

0 commit comments

Comments
 (0)