Skip to content

Commit

Permalink
v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Mar 1, 2022
1 parent 689370a commit 4207796
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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",
"version": "0.17.1",
"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",
"version": "0.17.1",
"description": "IndexedDB support for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down
6 changes: 3 additions & 3 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",
"version": "0.17.1",
"description": "Integration tests for core Orbit packages.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand All @@ -20,9 +20,9 @@
"@orbit/core": "^0.17.0",
"@orbit/data": "^0.17.0",
"@orbit/immutable": "^0.17.0",
"@orbit/indexeddb": "^0.17.0",
"@orbit/indexeddb": "^0.17.1",
"@orbit/indexeddb-bucket": "^0.17.0",
"@orbit/jsonapi": "^0.17.0",
"@orbit/jsonapi": "^0.17.1",
"@orbit/local-storage": "^0.17.0",
"@orbit/local-storage-bucket": "^0.17.0",
"@orbit/memory": "^0.17.0",
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.17.0",
"version": "0.17.1",
"description": "JSON:API support for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down

0 comments on commit 4207796

Please sign in to comment.