Skip to content

Commit

Permalink
v0.17.0-beta.27
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Jan 30, 2022
1 parent 733a031 commit 448b4b1
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
@@ -1,5 +1,5 @@
{
"version": "0.17.0-beta.26",
"version": "0.17.0-beta.27",
"npmClient": "yarn",
"useWorkspaces": true,
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion 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.26",
"version": "0.17.0-beta.27",
"description": "IndexedDB support for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down
8 changes: 4 additions & 4 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.26",
"version": "0.17.0-beta.27",
"description": "Integration tests for core Orbit packages.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand All @@ -20,12 +20,12 @@
"@orbit/core": "^0.17.0-beta.26",
"@orbit/data": "^0.17.0-beta.26",
"@orbit/immutable": "^0.17.0-beta.26",
"@orbit/indexeddb": "^0.17.0-beta.26",
"@orbit/indexeddb": "^0.17.0-beta.27",
"@orbit/indexeddb-bucket": "^0.17.0-beta.26",
"@orbit/jsonapi": "^0.17.0-beta.26",
"@orbit/local-storage": "^0.17.0-beta.26",
"@orbit/local-storage": "^0.17.0-beta.27",
"@orbit/local-storage-bucket": "^0.17.0-beta.26",
"@orbit/memory": "^0.17.0-beta.26",
"@orbit/memory": "^0.17.0-beta.27",
"@orbit/record-cache": "^0.17.0-beta.26",
"@orbit/records": "^0.17.0-beta.26",
"@orbit/serializers": "^0.17.0-beta.26",
Expand Down
2 changes: 1 addition & 1 deletion 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.26",
"version": "0.17.0-beta.27",
"description": "Local storage support for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion 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.26",
"version": "0.17.0-beta.27",
"description": "Orbit source for managing in-memory records.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down

0 comments on commit 448b4b1

Please sign in to comment.