Skip to content

Commit

Permalink
Update CHANGELOG.md with next published versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jan 18, 2019
1 parent 2b492bd commit cfb9124
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,9 @@

## Apollo Client (vNext)

### Apollo Client (vNext)
## Apollo Client (2.4.10)

### Apollo Client (2.4.10)

- The `apollo-client` package no longer exports a `printAST` function from
`graphql/language/printer`. If you need this functionality, import it
Expand All @@ -15,7 +17,7 @@
last fired exceeds their desired interval. <br/>
[PR #4243](https://github.com/apollographql/apollo-client/pull/4243)

### Apollo Cache In-Memory (vNext)
### Apollo Cache In-Memory (1.4.1)

- The `optimism` npm package has been updated to a version (0.6.9) that
provides its own TypeScript declarations, which should fix problems like
Expand All @@ -35,6 +37,8 @@
additional complexity or bundle size. <br/>
[PR #4245](https://github.com/apollographql/apollo-client/pull/4245)

### Apollo Utilities (1.1.1)

- The `flattenSelections` helper function is no longer exported from
`apollo-utilities`, since `getDirectiveNames` has been reimplemented
without using `flattenSelections`, and `flattenSelections` has no clear
Expand Down

0 comments on commit cfb9124

Please sign in to comment.