Skip to content

Commit

Permalink
v0.16.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Apr 15, 2019
1 parent 1a51006 commit 90c392d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/@orbit/*"
],
"version": "0.16.0-beta.3"
"version": "0.16.0-beta.4"
}
4 changes: 2 additions & 2 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.0-beta.3",
"version": "0.16.0-beta.4",
"description": "IndexedDB support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@orbit/core": "^0.16.0-beta.1",
"@orbit/data": "^0.16.0-beta.1",
"@orbit/record-cache": "^0.16.0-beta.3",
"@orbit/record-cache": "^0.16.0-beta.4",
"@orbit/utils": "^0.16.0-beta.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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.0-beta.3",
"version": "0.16.0-beta.4",
"description": "Integration tests for core Orbit packages.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -23,14 +23,14 @@
"@orbit/core": "^0.16.0-beta.1",
"@orbit/data": "^0.16.0-beta.1",
"@orbit/immutable": "^0.16.0-beta.1",
"@orbit/indexeddb": "^0.16.0-beta.3",
"@orbit/indexeddb": "^0.16.0-beta.4",
"@orbit/indexeddb-bucket": "^0.16.0-beta.1",
"@orbit/jsonapi": "^0.16.0-beta.1",
"@orbit/local-storage": "^0.16.0-beta.3",
"@orbit/jsonapi": "^0.16.0-beta.4",
"@orbit/local-storage": "^0.16.0-beta.4",
"@orbit/local-storage-bucket": "^0.16.0-beta.1",
"@orbit/record-cache": "^0.16.0-beta.3",
"@orbit/record-cache": "^0.16.0-beta.4",
"@orbit/serializers": "^0.16.0-beta.1",
"@orbit/store": "^0.16.0-beta.3",
"@orbit/store": "^0.16.0-beta.4",
"@orbit/utils": "^0.16.0-beta.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "0.16.0-beta.4",
"description": "JSON:API support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down
4 changes: 2 additions & 2 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.0-beta.3",
"version": "0.16.0-beta.4",
"description": "Local storage support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@orbit/core": "^0.16.0-beta.1",
"@orbit/data": "^0.16.0-beta.1",
"@orbit/record-cache": "^0.16.0-beta.3",
"@orbit/record-cache": "^0.16.0-beta.4",
"@orbit/utils": "^0.16.0-beta.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.3",
"version": "0.16.0-beta.4",
"description": "Orbit base classes used to access and maintain a set of records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down
4 changes: 2 additions & 2 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.0-beta.3",
"version": "0.16.0-beta.4",
"description": "Orbit source for managing in-memory records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -27,7 +27,7 @@
"@orbit/core": "^0.16.0-beta.1",
"@orbit/data": "^0.16.0-beta.1",
"@orbit/immutable": "^0.16.0-beta.1",
"@orbit/record-cache": "^0.16.0-beta.3",
"@orbit/record-cache": "^0.16.0-beta.4",
"@orbit/utils": "^0.16.0-beta.1"
},
"devDependencies": {
Expand Down

0 comments on commit 90c392d

Please sign in to comment.