Skip to content

Commit

Permalink
v0.17.0-beta.24
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Jul 26, 2021
1 parent 7803074 commit aa577a4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.17.0-beta.23",
"version": "0.17.0-beta.24",
"npmClient": "yarn",
"useWorkspaces": true,
"publish": {
Expand Down
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.17.0-beta.23",
"version": "0.17.0-beta.24",
"description": "IndexedDB support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/record-cache": "^0.17.0-beta.23",
"@orbit/record-cache": "^0.17.0-beta.24",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/utils": "^0.17.0-beta.19"
},
Expand Down
10 changes: 5 additions & 5 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.17.0-beta.23",
"version": "0.17.0-beta.24",
"description": "Integration tests for core Orbit packages.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -20,13 +20,13 @@
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/immutable": "^0.17.0-beta.14",
"@orbit/indexeddb": "^0.17.0-beta.23",
"@orbit/indexeddb": "^0.17.0-beta.24",
"@orbit/indexeddb-bucket": "^0.17.0-beta.20",
"@orbit/jsonapi": "^0.17.0-beta.22",
"@orbit/local-storage": "^0.17.0-beta.23",
"@orbit/local-storage": "^0.17.0-beta.24",
"@orbit/local-storage-bucket": "^0.17.0-beta.20",
"@orbit/memory": "^0.17.0-beta.23",
"@orbit/record-cache": "^0.17.0-beta.23",
"@orbit/memory": "^0.17.0-beta.24",
"@orbit/record-cache": "^0.17.0-beta.24",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/serializers": "^0.17.0-beta.19",
"@orbit/utils": "^0.17.0-beta.19"
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.17.0-beta.23",
"version": "0.17.0-beta.24",
"description": "Local storage support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/record-cache": "^0.17.0-beta.23",
"@orbit/record-cache": "^0.17.0-beta.24",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/utils": "^0.17.0-beta.19"
},
Expand Down
4 changes: 2 additions & 2 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.17.0-beta.23",
"version": "0.17.0-beta.24",
"description": "Orbit source for managing in-memory records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/immutable": "^0.17.0-beta.14",
"@orbit/record-cache": "^0.17.0-beta.23",
"@orbit/record-cache": "^0.17.0-beta.24",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/utils": "^0.17.0-beta.19"
},
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.17.0-beta.23",
"version": "0.17.0-beta.24",
"description": "Orbit base classes used to access and maintain a set of records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down

0 comments on commit aa577a4

Please sign in to comment.