diff --git a/examples/conflicts/package.json b/examples/conflicts/package.json index 07f99a4ff..bd621a124 100644 --- a/examples/conflicts/package.json +++ b/examples/conflicts/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "0.6.0", + "version": "0.6.1", "private": true, "description": "", "scripts": { @@ -17,7 +17,7 @@ "express": "^4.16.4", "graphql": "0.13.2", "graphql-tools": "^4.0.3", - "offix-cache": "0.6.0" + "offix-cache": "0.6.1" }, "devDependencies": { "@types/graphql": "^14.0.3", diff --git a/lerna.json b/lerna.json index 7ada58ddb..7dfeebc95 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "examples/*", "packages/*" ], - "version": "0.6.0", + "version": "0.6.1", "command": { "publish": { "exact": true diff --git a/packages/offix-cache/package.json b/packages/offix-cache/package.json index f36332a1c..9baee3d09 100644 --- a/packages/offix-cache/package.json +++ b/packages/offix-cache/package.json @@ -1,6 +1,6 @@ { "name": "offix-cache", - "version": "0.6.0", + "version": "0.6.1", "description": "GraphQL Mutation and Subscription Helpers", "main": "dist/index.js", "types": "types/index.d.ts", @@ -19,7 +19,7 @@ "fetch-mock": "7.3.3", "graphql-tag": "2.10.1", "mocha": "6.1.4", - "offix-client": "0.6.0", + "offix-client": "0.6.1", "ts-node": "8.3.0", "typescript": "3.5.2" }, diff --git a/packages/offix-client/package.json b/packages/offix-client/package.json index 34eeac2a9..14b9c69f6 100644 --- a/packages/offix-client/package.json +++ b/packages/offix-client/package.json @@ -1,6 +1,6 @@ { "name": "offix-client", - "version": "0.6.0", + "version": "0.6.1", "description": "Offix GraphQL Offline Client", "main": "dist/index.js", "types": "types/index.d.ts", @@ -52,7 +52,7 @@ "graphql-tag": "2.10.1", "graphql-tools": "4.0.5", "idb-localstorage": "0.2.0", - "offix-cache": "0.6.0", + "offix-cache": "0.6.1", "subscriptions-transport-ws": "0.9.16", "util": "0.12.0" }, diff --git a/packages/offix-server/package.json b/packages/offix-server/package.json index 335587658..24326dbea 100644 --- a/packages/offix-server/package.json +++ b/packages/offix-server/package.json @@ -1,6 +1,6 @@ { "name": "offix-server", - "version": "0.6.0", + "version": "0.6.1", "description": "Offix GraphQL server", "main": "dist/index.js", "scripts": {