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

Commit

Permalink
chore: release 0.15.4 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyzissou committed Jun 16, 2020
1 parent f9ef410 commit e9e7ec8
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.15.3",
"version": "0.15.4",
"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.15.3",
"version": "0.15.4",
"description": "GraphQL Mutation and Subscription Helpers",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/offix-client-boost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-client-boost",
"version": "0.15.3",
"version": "0.15.4",
"description": "simplifies setup and usage of offix-client",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -24,8 +24,8 @@
"apollo-link-retry": "2.2.16",
"apollo-link-ws": "1.0.20",
"apollo-upload-client": "13.0.0",
"offix-client": "0.15.1",
"offix-conflicts-client": "0.15.1",
"offix-client": "0.15.4",
"offix-conflicts-client": "0.15.4",
"subscriptions-transport-ws": "0.9.16"
},
"devDependencies": {
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.15.3",
"version": "0.15.4",
"description": "Offix GraphQL Offline Client",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -50,10 +50,10 @@
"apollo-link-error": "1.1.13",
"apollo-link-http": "1.5.17",
"apollo-link-retry": "2.2.16",
"offix-cache": "0.15.1",
"offix-conflicts-client": "0.15.1",
"offix-offline": "0.15.1",
"offix-scheduler": "0.15.1",
"offix-cache": "0.15.4",
"offix-conflicts-client": "0.15.4",
"offix-offline": "0.15.4",
"offix-scheduler": "0.15.4",
"traverse": "0.6.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix-conflicts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-conflicts-client",
"version": "0.15.3",
"version": "0.15.4",
"description": "adds client side conflict detection and resolution",
"main": "dist/index.js",
"types": "types/index.d.ts",
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.15.3",
"version": "0.15.4",
"description": "Offix GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-offline",
"version": "0.15.3",
"version": "0.15.4",
"description": "Offix package that exposes network interfaces",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/offix-scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-scheduler",
"version": "0.15.3",
"version": "0.15.4",
"description": "",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "3.9.5"
},
"dependencies": {
"offix-offline": "0.15.1"
"offix-offline": "0.15.4"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-offix-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-offix-hooks",
"version": "0.15.3",
"version": "0.15.4",
"description": "Use offix-client in react hooks",
"keywords": [
"offix",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "3.9.5"
},
"dependencies": {
"offix-client": "0.15.1",
"offix-client": "0.15.4",
"react": "16.13.1"
},
"peerDependencies": {
Expand Down

0 comments on commit e9e7ec8

Please sign in to comment.