Skip to content

Commit 4db0a73

Browse files
committed
chore: Publish
- apollo-boost@0.4.1 - apollo-cache-inmemory@1.6.1 - apollo-cache@1.3.1 - apollo-client@2.6.1 - apollo-utilities@1.3.1 - graphql-anywhere@4.2.3
1 parent fe4c2ff commit 4db0a73

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/apollo-boost/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-boost",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "The easiest way to get started with Apollo Client",
55
"author": "Peggy Rayzis <peggy@apollographql.com>",
66
"contributors": [

packages/apollo-cache-inmemory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-cache-inmemory",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Core abstract of Caching layer for Apollo Client",
55
"author": "James Baxley <james@meteor.com>",
66
"contributors": [

packages/apollo-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-cache",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Core abstract of Caching layer for Apollo Client",
55
"author": "James Baxley <james@meteor.com>",
66
"contributors": [

packages/apollo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-client",
33
"private": true,
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "A simple yet functional GraphQL client.",
66
"main": "./lib/bundle.cjs.js",
77
"module": "./lib/bundle.esm.js",

packages/apollo-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-utilities",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Utilities for working with GraphQL ASTs",
55
"author": "James Baxley <james@meteor.com>",
66
"contributors": [

packages/graphql-anywhere/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-anywhere",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "Run GraphQL queries with no schema and just one resolver",
55
"main": "./lib/bundle.cjs.js",
66
"module": "./lib/bundle.esm.js",

0 commit comments

Comments
 (0)