diff --git a/lerna.json b/lerna.json index a553ec1d..be62bc60 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.17.0", + "version": "0.17.1", "npmClient": "yarn", "useWorkspaces": true, "publish": { diff --git a/packages/@orbit/indexeddb/package.json b/packages/@orbit/indexeddb/package.json index 56db8a1a..fab7190e 100644 --- a/packages/@orbit/indexeddb/package.json +++ b/packages/@orbit/indexeddb/package.json @@ -1,6 +1,6 @@ { "name": "@orbit/indexeddb", - "version": "0.17.0", + "version": "0.17.1", "description": "IndexedDB support for Orbit.", "contributors": [ "Dan Gebhardt " diff --git a/packages/@orbit/integration-tests/package.json b/packages/@orbit/integration-tests/package.json index ed8bd63a..16b1f263 100644 --- a/packages/@orbit/integration-tests/package.json +++ b/packages/@orbit/integration-tests/package.json @@ -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 " @@ -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", diff --git a/packages/@orbit/jsonapi/package.json b/packages/@orbit/jsonapi/package.json index c6cf1503..317dc4a3 100644 --- a/packages/@orbit/jsonapi/package.json +++ b/packages/@orbit/jsonapi/package.json @@ -1,6 +1,6 @@ { "name": "@orbit/jsonapi", - "version": "0.17.0", + "version": "0.17.1", "description": "JSON:API support for Orbit.", "contributors": [ "Dan Gebhardt "