Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
 - apollo-boost@0.1.21
 - apollo-cache-inmemory@1.3.10
 - apollo-client@2.4.6
  • Loading branch information
benjamn committed Nov 16, 2018
1 parent 4dbe4c7 commit 87cecbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-boost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-boost",
"version": "0.1.20",
"version": "0.1.21",
"description": "The easiest way to get started with Apollo Client",
"author": "Peggy Rayzis <peggy@apollographql.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-cache-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-cache-inmemory",
"version": "1.3.9",
"version": "1.3.10",
"description": "Core abstract of Caching layer for Apollo Client",
"author": "James Baxley <james@meteor.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-client",
"private": true,
"version": "2.4.5",
"version": "2.4.6",
"description": "A simple yet functional GraphQL client.",
"main": "./lib/bundle.umd.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit 87cecbe

Please sign in to comment.