Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
 - apollo-boost@0.1.14
 - apollo-cache-inmemory@1.2.8
 - apollo-cache@1.1.15
 - apollo-client@2.4.0
 - apollo-utilities@1.0.19
 - graphql-anywhere@4.1.17
  • Loading branch information
hwillson committed Aug 17, 2018
1 parent 1d4b3e7 commit 0b198c1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions 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.13",
"version": "0.1.14",
"description": "The easiest way to get started with Apollo Client",
"author": "Peggy Rayzis <peggy@apollographql.com>",
"contributors": [
Expand Down Expand Up @@ -34,9 +34,9 @@
"filesize": "npm run build && npm run build:browser"
},
"dependencies": {
"apollo-cache": "^1.1.14",
"apollo-cache-inmemory": "^1.2.7",
"apollo-client": "^2.3.8",
"apollo-cache": "^1.1.15",
"apollo-cache-inmemory": "^1.2.8",
"apollo-client": "^2.4.0",
"apollo-link": "^1.0.6",
"apollo-link-error": "^1.0.3",
"apollo-link-http": "^1.3.1",
Expand All @@ -46,7 +46,7 @@
"devDependencies": {
"@types/graphql": "0.12.7",
"@types/jest": "23.3.1",
"apollo-utilities": "^1.0.18",
"apollo-utilities": "^1.0.19",
"browserify": "15.2.0",
"fetch-mock": "6.5.2",
"graphql": "0.13.2",
Expand Down
8 changes: 4 additions & 4 deletions 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.2.7",
"version": "1.2.8",
"description": "Core abstract of Caching layer for Apollo Client",
"author": "James Baxley <james@meteor.com>",
"contributors": [
Expand Down Expand Up @@ -40,9 +40,9 @@
"filesize": "npm run build:browser"
},
"dependencies": {
"apollo-cache": "^1.1.14",
"apollo-utilities": "^1.0.18",
"graphql-anywhere": "^4.1.16"
"apollo-cache": "^1.1.15",
"apollo-utilities": "^1.0.19",
"graphql-anywhere": "^4.1.17"
},
"peerDependencies": {
"graphql": "0.11.7 || ^0.12.0 || ^0.13.0"
Expand Down
4 changes: 2 additions & 2 deletions 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.14",
"version": "1.1.15",
"description": "Core abstract of Caching layer for Apollo Client",
"author": "James Baxley <james@meteor.com>",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"filesize": "npm run build && npm run build:browser"
},
"dependencies": {
"apollo-utilities": "^1.0.18"
"apollo-utilities": "^1.0.19"
},
"devDependencies": {
"@types/graphql": "0.12.7",
Expand Down
8 changes: 4 additions & 4 deletions 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.3.8",
"version": "2.4.0",
"description": "A simple yet functional GraphQL client.",
"main": "./lib/bundle.umd.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -47,10 +47,10 @@
"license": "MIT",
"dependencies": {
"@types/zen-observable": "^0.8.0",
"apollo-cache": "^1.1.14",
"apollo-cache": "^1.1.15",
"apollo-link": "^1.0.0",
"apollo-link-dedup": "^1.0.0",
"apollo-utilities": "^1.0.18",
"apollo-utilities": "^1.0.19",
"symbol-observable": "^1.0.2",
"zen-observable": "^0.8.0"
},
Expand All @@ -65,7 +65,7 @@
"@types/jest": "23.3.1",
"@types/lodash": "4.14.116",
"@types/node": "10.5.7",
"apollo-cache-inmemory": "^1.2.7",
"apollo-cache-inmemory": "^1.2.8",
"benchmark": "2.1.4",
"browserify": "15.2.0",
"bundlesize": "0.17.0",
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.18",
"version": "1.0.19",
"description": "Utilities for working with GraphQL ASTs",
"author": "James Baxley <james@meteor.com>",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions 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.16",
"version": "4.1.17",
"description": "Run GraphQL queries with no schema and just one resolver",
"main": "./lib/bundle.umd.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"license": "MIT",
"dependencies": {
"apollo-utilities": "^1.0.18"
"apollo-utilities": "^1.0.19"
},
"devDependencies": {
"@types/graphql": "0.12.7",
Expand Down

0 comments on commit 0b198c1

Please sign in to comment.