Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Nov 21, 2018
1 parent 7a6a6ca commit 1da881c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.21",
"version": "0.1.22",
"description": "The easiest way to get started with Apollo Client",
"author": "Peggy Rayzis <[email protected]>",
"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.10",
"version": "1.3.11",
"description": "Core abstract of Caching layer for Apollo Client",
"author": "James Baxley <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-cache",
"version": "1.1.20",
"version": "1.1.21",
"description": "Core abstract of Caching layer for Apollo Client",
"author": "James Baxley <[email protected]>",
"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.6",
"version": "2.4.7",
"description": "A simple yet functional GraphQL client.",
"main": "./lib/bundle.umd.js",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-utilities",
"version": "1.0.25",
"version": "1.0.26",
"description": "Utilities for working with GraphQL ASTs",
"author": "James Baxley <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-anywhere/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-anywhere",
"version": "4.1.22",
"version": "4.1.23",
"description": "Run GraphQL queries with no schema and just one resolver",
"main": "./lib/bundle.umd.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit 1da881c

Please sign in to comment.