Skip to content

Commit 4207796

Browse files
committed
v0.17.1
1 parent 689370a commit 4207796

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.17.0",
2+
"version": "0.17.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"publish": {

packages/@orbit/indexeddb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbit/indexeddb",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "IndexedDB support for Orbit.",
55
"contributors": [
66
"Dan Gebhardt <dan@cerebris.com>"

packages/@orbit/integration-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@orbit/integration-tests",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"description": "Integration tests for core Orbit packages.",
66
"contributors": [
77
"Dan Gebhardt <dan@cerebris.com>"
@@ -20,9 +20,9 @@
2020
"@orbit/core": "^0.17.0",
2121
"@orbit/data": "^0.17.0",
2222
"@orbit/immutable": "^0.17.0",
23-
"@orbit/indexeddb": "^0.17.0",
23+
"@orbit/indexeddb": "^0.17.1",
2424
"@orbit/indexeddb-bucket": "^0.17.0",
25-
"@orbit/jsonapi": "^0.17.0",
25+
"@orbit/jsonapi": "^0.17.1",
2626
"@orbit/local-storage": "^0.17.0",
2727
"@orbit/local-storage-bucket": "^0.17.0",
2828
"@orbit/memory": "^0.17.0",

packages/@orbit/jsonapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbit/jsonapi",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "JSON:API support for Orbit.",
55
"contributors": [
66
"Dan Gebhardt <dan@cerebris.com>"

0 commit comments

Comments
 (0)