Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Dec 8, 2017
1 parent cd32793 commit 05e18c0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 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.1.3",
"version": "1.1.4",
"description": "Core abstract of Caching layer for Apollo Client",
"author": "James Baxley <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -39,8 +39,8 @@
"filesize": "npm run build:browser"
},
"dependencies": {
"apollo-cache": "^1.0.1",
"apollo-utilities": "^1.0.2",
"apollo-cache": "^1.0.2",
"apollo-utilities": "^1.0.3",
"graphql-anywhere": "^4.0.1"
},
"peerDependencies": {
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.0.1",
"version": "1.0.2",
"description": "Core abstract of Caching layer for Apollo Client",
"author": "James Baxley <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"filesize": "npm run build && npm run build:browser"
},
"dependencies": {
"apollo-utilities": "^1.0.2"
"apollo-utilities": "^1.0.3"
},
"devDependencies": {
"@types/graphql": "0.11.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/apollo-client-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-client-preset",
"version": "1.0.4",
"version": "1.0.5",
"description": "Core abstract of Caching layer for Apollo Client",
"author": "James Baxley <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -35,8 +35,8 @@
"filesize": "npm run build && npm run build:browser"
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.1",
"apollo-client": "^2.0.3",
"apollo-cache-inmemory": "^1.1.4",
"apollo-client": "^2.0.4",
"apollo-link": "^1.0.6",
"apollo-link-http": "^1.3.1",
"graphql-tag": "^2.4.2"
Expand Down
12 changes: 6 additions & 6 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.0.3",
"version": "2.0.4",
"description": "A simple yet functional GraphQL client.",
"main": "./lib/bundle.umd.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -50,10 +50,10 @@
"license": "MIT",
"dependencies": {
"@types/zen-observable": "^0.5.3",
"apollo-cache": "^1.0.1",
"apollo-cache": "^1.0.2",
"apollo-link": "^1.0.0",
"apollo-link-dedup": "^1.0.0",
"apollo-utilities": "^1.0.2",
"apollo-utilities": "^1.0.3",
"symbol-observable": "^1.0.2",
"zen-observable": "^0.6.0"
},
Expand All @@ -67,12 +67,13 @@
"@types/jest": "21.1.8",
"@types/lodash": "4.14.88",
"@types/node": "8.0.57",
"apollo-cache-inmemory": "^1.1.1",
"apollo-cache-inmemory": "^1.1.4",
"benchmark": "2.1.4",
"browserify": "14.5.0",
"bundlesize": "0.15.3",
"danger": "1.1.0",
"flow-bin": "0.60.1",
"github": "12.1.0",
"graphql": "0.11.7",
"graphql-tag": "2.6.0",
"isomorphic-fetch": "2.2.1",
Expand All @@ -86,8 +87,7 @@
"typescript": "2.4.2",
"uglify-js": "3.2.1",
"webpack": "3.10.0",
"webpack-bundle-analyzer": "2.9.1",
"github": "12.1.0"
"webpack-bundle-analyzer": "2.9.1"
},
"optionalDependencies": {
"@types/async": "2.0.45"
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.2",
"version": "1.0.3",
"description": "Utilities for working with GraphQL ASTs",
"author": "James Baxley <[email protected]>",
"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.0-alpha.0",
"version": "4.1.0",
"description": "Run GraphQL queries with no schema and just one resolver",
"main": "./lib/bundle.umd.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"author": "Sashko Stubailo <[email protected]>",
"license": "MIT",
"dependencies": {
"apollo-utilities": "^1.0.2"
"apollo-utilities": "^1.0.3"
},
"devDependencies": {
"@types/graphql": "0.11.7",
Expand Down

0 comments on commit 05e18c0

Please sign in to comment.