Skip to content

Commit

Permalink
v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Dec 10, 2019
1 parent 160c5fd commit e7a053d
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.3",
"version": "0.16.4",
"npmClient": "yarn",
"useWorkspaces": true,
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.16.4",
"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 All @@ -27,7 +27,7 @@
},
"dependencies": {
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.3",
"@orbit/data": "^0.16.4",
"@orbit/utils": "^0.16.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/data",
"version": "0.16.3",
"version": "0.16.4",
"description": "A flexible data access and synchronization layer.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down
4 changes: 2 additions & 2 deletions packages/@orbit/identity-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/identity-map",
"version": "0.16.3",
"version": "0.16.4",
"description": "Orbit identity map to manage model instances.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@glimmer/build": "^0.10.3",
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.3",
"@orbit/data": "^0.16.4",
"@orbit/utils": "^0.16.3",
"@typescript-eslint/eslint-plugin": "^2.2.0",
"@typescript-eslint/parser": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@orbit/indexeddb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/indexeddb",
"version": "0.16.3",
"version": "0.16.4",
"description": "IndexedDB support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.3",
"@orbit/record-cache": "^0.16.3",
"@orbit/data": "^0.16.4",
"@orbit/record-cache": "^0.16.4",
"@orbit/utils": "^0.16.3"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 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.3",
"version": "0.16.4",
"description": "Integration tests for core Orbit packages.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -20,17 +20,17 @@
"lint:ts": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/coordinator": "^0.16.3",
"@orbit/coordinator": "^0.16.4",
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.3",
"@orbit/data": "^0.16.4",
"@orbit/immutable": "^0.16.3",
"@orbit/indexeddb": "^0.16.3",
"@orbit/indexeddb": "^0.16.4",
"@orbit/indexeddb-bucket": "^0.16.3",
"@orbit/jsonapi": "^0.16.3",
"@orbit/local-storage": "^0.16.3",
"@orbit/jsonapi": "^0.16.4",
"@orbit/local-storage": "^0.16.4",
"@orbit/local-storage-bucket": "^0.16.3",
"@orbit/memory": "^0.16.3",
"@orbit/record-cache": "^0.16.3",
"@orbit/memory": "^0.16.4",
"@orbit/record-cache": "^0.16.4",
"@orbit/serializers": "^0.16.3",
"@orbit/utils": "^0.16.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@orbit/jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/jsonapi",
"version": "0.16.3",
"version": "0.16.4",
"description": "JSON:API support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.3",
"@orbit/data": "^0.16.4",
"@orbit/serializers": "^0.16.3",
"@orbit/utils": "^0.16.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@orbit/local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/local-storage",
"version": "0.16.3",
"version": "0.16.4",
"description": "Local storage support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.3",
"@orbit/record-cache": "^0.16.3",
"@orbit/data": "^0.16.4",
"@orbit/record-cache": "^0.16.4",
"@orbit/utils": "^0.16.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@orbit/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/memory",
"version": "0.16.3",
"version": "0.16.4",
"description": "Orbit source for managing in-memory records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -27,9 +27,9 @@
},
"dependencies": {
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.3",
"@orbit/data": "^0.16.4",
"@orbit/immutable": "^0.16.3",
"@orbit/record-cache": "^0.16.3",
"@orbit/record-cache": "^0.16.4",
"@orbit/utils": "^0.16.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@orbit/record-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/record-cache",
"version": "0.16.3",
"version": "0.16.4",
"description": "Orbit base classes used to access and maintain a set of records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.3",
"@orbit/data": "^0.16.4",
"@orbit/utils": "^0.16.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@orbit/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/store",
"version": "0.16.3",
"version": "0.16.4",
"description": "Orbit source for managing in-memory records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -27,10 +27,10 @@
},
"dependencies": {
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.3",
"@orbit/data": "^0.16.4",
"@orbit/immutable": "^0.16.3",
"@orbit/memory": "^0.16.3",
"@orbit/record-cache": "^0.16.3",
"@orbit/memory": "^0.16.4",
"@orbit/record-cache": "^0.16.4",
"@orbit/utils": "^0.16.3"
},
"devDependencies": {
Expand Down

0 comments on commit e7a053d

Please sign in to comment.