Skip to content

Commit

Permalink
v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Sep 5, 2019
1 parent da00029 commit 87f565d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/@orbit/*"
],
"version": "0.16.1",
"version": "0.16.2",
"npmClient": "yarn",
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/coordinator/package.json
Original file line number Diff line number Diff line change
@@ -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 <dan@cerebris.com>"
Expand Down
4 changes: 2 additions & 2 deletions packages/@orbit/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -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 <dan@cerebris.com>"
Expand All @@ -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",
Expand Down

0 comments on commit 87f565d

Please sign in to comment.