diff --git a/packages/apollo-boost/package.json b/packages/apollo-boost/package.json index a59aa4de565..d664c811ab8 100644 --- a/packages/apollo-boost/package.json +++ b/packages/apollo-boost/package.json @@ -1,6 +1,6 @@ { "name": "apollo-boost", - "version": "0.1.24", + "version": "0.1.25", "description": "The easiest way to get started with Apollo Client", "author": "Peggy Rayzis ", "contributors": [ diff --git a/packages/apollo-cache-inmemory/package.json b/packages/apollo-cache-inmemory/package.json index bc0fe217808..f313440fdf3 100644 --- a/packages/apollo-cache-inmemory/package.json +++ b/packages/apollo-cache-inmemory/package.json @@ -1,6 +1,6 @@ { "name": "apollo-cache-inmemory", - "version": "1.4.0", + "version": "1.4.1", "description": "Core abstract of Caching layer for Apollo Client", "author": "James Baxley ", "contributors": [ diff --git a/packages/apollo-cache/package.json b/packages/apollo-cache/package.json index b738ecbff7f..17bfdd6bfe3 100644 --- a/packages/apollo-cache/package.json +++ b/packages/apollo-cache/package.json @@ -1,6 +1,6 @@ { "name": "apollo-cache", - "version": "1.1.23", + "version": "1.1.24", "description": "Core abstract of Caching layer for Apollo Client", "author": "James Baxley ", "contributors": [ diff --git a/packages/apollo-client/package.json b/packages/apollo-client/package.json index e81bc6882e7..dee08cd39a3 100644 --- a/packages/apollo-client/package.json +++ b/packages/apollo-client/package.json @@ -1,7 +1,7 @@ { "name": "apollo-client", "private": true, - "version": "2.4.9", + "version": "2.4.10", "description": "A simple yet functional GraphQL client.", "main": "./lib/bundle.umd.js", "module": "./lib/index.js", diff --git a/packages/apollo-utilities/package.json b/packages/apollo-utilities/package.json index 2673cf09c64..8eb745831de 100644 --- a/packages/apollo-utilities/package.json +++ b/packages/apollo-utilities/package.json @@ -1,6 +1,6 @@ { "name": "apollo-utilities", - "version": "1.1.0", + "version": "1.1.1", "description": "Utilities for working with GraphQL ASTs", "author": "James Baxley ", "contributors": [ diff --git a/packages/graphql-anywhere/package.json b/packages/graphql-anywhere/package.json index 80497c8b595..f006fd88b46 100644 --- a/packages/graphql-anywhere/package.json +++ b/packages/graphql-anywhere/package.json @@ -1,6 +1,6 @@ { "name": "graphql-anywhere", - "version": "4.1.25", + "version": "4.1.26", "description": "Run GraphQL queries with no schema and just one resolver", "main": "./lib/bundle.umd.js", "module": "./lib/index.js",