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

Commit

Permalink
fix: Release 0.7.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 11, 2019
1 parent 9dcb160 commit 249b215
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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": "conflict-examples",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"private": true,
"description": "",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"express": "^4.16.4",
"graphql": "0.13.2",
"graphql-tools": "^4.0.3",
"offix-conflicts-server": "0.7.0-rc.1"
"offix-conflicts-server": "0.7.0-rc.2"
},
"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.7.0-rc.1",
"version": "0.7.0-rc.2",
"command": {
"publish": {
"exact": true
Expand Down
2 changes: 1 addition & 1 deletion packages/offix-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-cache",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"description": "GraphQL Mutation and Subscription Helpers",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
10 changes: 5 additions & 5 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.7.0-rc.1",
"version": "0.7.0-rc.2",
"description": "Offix GraphQL Offline Client",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -32,10 +32,10 @@
"del": "5.0.0",
"fetch-mock": "7.3.6",
"graphql": "14.4.2",
"graphql-tag": "2.10.1",
"mocha": "6.1.4",
"ts-node": "8.3.0",
"typescript": "3.5.3",
"graphql-tag": "2.10.1"
"typescript": "3.5.3"
},
"dependencies": {
"apollo-cache-inmemory": "1.6.2",
Expand All @@ -49,8 +49,8 @@
"apollo-upload-client": "11.0.0",
"debug": "4.1.1",
"idb-localstorage": "0.2.0",
"offix-cache": "0.7.0-rc.1",
"offix-offline": "0.7.0-rc.1",
"offix-cache": "0.7.0-rc.2",
"offix-offline": "0.7.0-rc.2",
"subscriptions-transport-ws": "0.9.16"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix-conflicts-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-conflicts-server",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"description": "Offix GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/offix-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-offline",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"description": "Offix GraphQL Offline package that exposes Apollo Links ",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -30,10 +30,10 @@
"del": "5.0.0",
"fetch-mock": "7.3.6",
"graphql": "14.4.2",
"graphql-tag": "2.10.1",
"mocha": "6.1.4",
"ts-node": "8.3.0",
"typescript": "3.5.3",
"graphql-tag": "2.10.1"
"typescript": "3.5.3"
},
"dependencies": {
"apollo-cache-inmemory": "1.6.2",
Expand All @@ -42,7 +42,7 @@
"apollo-link-error": "1.1.11",
"debug": "4.1.1",
"idb-localstorage": "0.2.0",
"offix-cache": "0.7.0-rc.1"
"offix-cache": "0.7.0-rc.2"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
Expand Down

0 comments on commit 249b215

Please sign in to comment.