Skip to content

Commit

Permalink
v0.16.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Mar 14, 2019
1 parent 3aa8ca5 commit d2ee83a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.1"
"version": "0.16.0-beta.2"
}
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.1",
"version": "0.16.0-beta.2",
"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.1",
"@orbit/record-cache": "^0.16.0-beta.2",
"@orbit/utils": "^0.16.0-beta.1"
},
"devDependencies": {
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.1",
"version": "0.16.0-beta.2",
"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.1",
"@orbit/record-cache": "^0.16.0-beta.2",
"@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.1",
"version": "0.16.0-beta.2",
"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.1",
"version": "0.16.0-beta.2",
"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.1",
"@orbit/record-cache": "^0.16.0-beta.2",
"@orbit/utils": "^0.16.0-beta.1"
},
"devDependencies": {
Expand Down

0 comments on commit d2ee83a

Please sign in to comment.