Skip to content

Commit

Permalink
v0.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Mar 7, 2021
1 parent 2d56e4c commit 91b4fa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7",
"version": "0.16.8",
"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.16.7",
"version": "0.16.8",
"description": "IndexedDB support for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "0.16.8",
"description": "Integration tests for core Orbit packages.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand All @@ -24,7 +24,7 @@
"@orbit/core": "^0.16.3",
"@orbit/data": "^0.16.7",
"@orbit/immutable": "^0.16.3",
"@orbit/indexeddb": "^0.16.7",
"@orbit/indexeddb": "^0.16.8",
"@orbit/indexeddb-bucket": "^0.16.3",
"@orbit/jsonapi": "^0.16.7",
"@orbit/local-storage": "^0.16.7",
Expand Down

0 comments on commit 91b4fa8

Please sign in to comment.