From 87f565dc01bee6da0368e0b4801207d750e336b9 Mon Sep 17 00:00:00 2001 From: Dan Gebhardt Date: Thu, 5 Sep 2019 17:46:39 -0400 Subject: [PATCH] v0.16.2 --- lerna.json | 2 +- packages/@orbit/coordinator/package.json | 2 +- packages/@orbit/integration-tests/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index e747803fc..896f127f4 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/@orbit/*" ], - "version": "0.16.1", + "version": "0.16.2", "npmClient": "yarn", "publish": { "ignoreChanges": [ diff --git a/packages/@orbit/coordinator/package.json b/packages/@orbit/coordinator/package.json index 7fde4c322..62533db78 100644 --- a/packages/@orbit/coordinator/package.json +++ b/packages/@orbit/coordinator/package.json @@ -1,6 +1,6 @@ { "name": "@orbit/coordinator", - "version": "0.16.1", + "version": "0.16.2", "description": "A coordinator and set of coordination strategies for managing data flow and keeping @orbit/data sources in sync.", "contributors": [ "Dan Gebhardt " diff --git a/packages/@orbit/integration-tests/package.json b/packages/@orbit/integration-tests/package.json index c602a9efe..b67f730be 100644 --- a/packages/@orbit/integration-tests/package.json +++ b/packages/@orbit/integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "@orbit/integration-tests", "private": true, - "version": "0.16.1", + "version": "0.16.2", "description": "Integration tests for core Orbit packages.", "contributors": [ "Dan Gebhardt " @@ -20,7 +20,7 @@ "lint:ts": "eslint . --ext .ts" }, "dependencies": { - "@orbit/coordinator": "^0.16.1", + "@orbit/coordinator": "^0.16.2", "@orbit/core": "^0.16.1", "@orbit/data": "^0.16.1", "@orbit/immutable": "^0.16.1",