Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
 - apollo-boost@0.1.25
 - apollo-cache-inmemory@1.4.1
 - apollo-cache@1.1.24
 - apollo-client@2.4.10
 - apollo-utilities@1.1.1
 - graphql-anywhere@4.1.26
  • Loading branch information
benjamn committed Jan 18, 2019
1 parent cfb9124 commit decc8fa
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
@@ -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 <peggy@apollographql.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion 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 <james@meteor.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion 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 <james@meteor.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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 <james@meteor.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit decc8fa

Please sign in to comment.