diff --git a/packages/apollo-boost/package.json b/packages/apollo-boost/package.json index b9028643623..a6915902ad1 100644 --- a/packages/apollo-boost/package.json +++ b/packages/apollo-boost/package.json @@ -1,6 +1,6 @@ { "name": "apollo-boost", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "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 99728f6c9cb..be9f7f256df 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-alpha.2", + "version": "1.4.0-alpha.3", "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 d81a608662c..2c18b036633 100644 --- a/packages/apollo-cache/package.json +++ b/packages/apollo-cache/package.json @@ -1,6 +1,6 @@ { "name": "apollo-cache", - "version": "1.2.0-alpha.2", + "version": "1.2.0-alpha.3", "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 d66738f0e8d..254d13c7ad6 100644 --- a/packages/apollo-client/package.json +++ b/packages/apollo-client/package.json @@ -1,7 +1,7 @@ { "name": "apollo-client", "private": true, - "version": "2.5.0-alpha.2", + "version": "2.5.0-alpha.3", "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 67f1da2a843..9da8476b091 100644 --- a/packages/apollo-utilities/package.json +++ b/packages/apollo-utilities/package.json @@ -1,6 +1,6 @@ { "name": "apollo-utilities", - "version": "1.1.0-alpha.2", + "version": "1.1.0-alpha.3", "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 1097a525885..3d8d3ceddcd 100644 --- a/packages/graphql-anywhere/package.json +++ b/packages/graphql-anywhere/package.json @@ -1,6 +1,6 @@ { "name": "graphql-anywhere", - "version": "4.2.0-alpha.2", + "version": "4.2.0-alpha.3", "description": "Run GraphQL queries with no schema and just one resolver", "main": "./lib/bundle.umd.js", "module": "./lib/index.js",