Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 2, 2019
1 parent be02d84 commit e84b489
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/conflicts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"description": "",
"scripts": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"examples/*",
"packages/*"
],
"version": "0.6.0",
"version": "0.6.1",
"command": {
"publish": {
"exact": true
Expand Down
4 changes: 2 additions & 2 deletions packages/offix-cache/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/offix-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/offix-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-server",
"version": "0.6.0",
"version": "0.6.1",
"description": "Offix GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e84b489

Please sign in to comment.