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

Commit e9e7ec8

Browse files
chore: release 0.15.4 (#509)
1 parent f9ef410 commit e9e7ec8

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"npmClient": "yarn",
88
"useWorkspaces": true,
9-
"version": "0.15.3",
9+
"version": "0.15.4",
1010
"command": {
1111
"publish": {
1212
"exact": true

packages/offix-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-cache",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "GraphQL Mutation and Subscription Helpers",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

packages/offix-client-boost/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-client-boost",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "simplifies setup and usage of offix-client",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -24,8 +24,8 @@
2424
"apollo-link-retry": "2.2.16",
2525
"apollo-link-ws": "1.0.20",
2626
"apollo-upload-client": "13.0.0",
27-
"offix-client": "0.15.1",
28-
"offix-conflicts-client": "0.15.1",
27+
"offix-client": "0.15.4",
28+
"offix-conflicts-client": "0.15.4",
2929
"subscriptions-transport-ws": "0.9.16"
3030
},
3131
"devDependencies": {

packages/offix-client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-client",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "Offix GraphQL Offline Client",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -50,10 +50,10 @@
5050
"apollo-link-error": "1.1.13",
5151
"apollo-link-http": "1.5.17",
5252
"apollo-link-retry": "2.2.16",
53-
"offix-cache": "0.15.1",
54-
"offix-conflicts-client": "0.15.1",
55-
"offix-offline": "0.15.1",
56-
"offix-scheduler": "0.15.1",
53+
"offix-cache": "0.15.4",
54+
"offix-conflicts-client": "0.15.4",
55+
"offix-offline": "0.15.4",
56+
"offix-scheduler": "0.15.4",
5757
"traverse": "0.6.6"
5858
},
5959
"peerDependencies": {

packages/offix-conflicts-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-conflicts-client",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "adds client side conflict detection and resolution",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

packages/offix-conflicts-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-conflicts-server",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "Offix GraphQL server",
55
"main": "dist/index.js",
66
"scripts": {

packages/offix-offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-offline",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "Offix package that exposes network interfaces",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

packages/offix-scheduler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-scheduler",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -34,7 +34,7 @@
3434
"typescript": "3.9.5"
3535
},
3636
"dependencies": {
37-
"offix-offline": "0.15.1"
37+
"offix-offline": "0.15.4"
3838
},
3939
"peerDependencies": {
4040
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"

packages/react-offix-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-offix-hooks",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "Use offix-client in react hooks",
55
"keywords": [
66
"offix",
@@ -48,7 +48,7 @@
4848
"typescript": "3.9.5"
4949
},
5050
"dependencies": {
51-
"offix-client": "0.15.1",
51+
"offix-client": "0.15.4",
5252
"react": "16.13.1"
5353
},
5454
"peerDependencies": {

0 commit comments

Comments
 (0)