diff --git a/lerna.json b/lerna.json index 40e7f7ef0..44fba7435 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.16.7", + "version": "0.16.8", "npmClient": "yarn", "useWorkspaces": true, "publish": { diff --git a/packages/@orbit/indexeddb/package.json b/packages/@orbit/indexeddb/package.json index 177a1a8e4..240d04c81 100644 --- a/packages/@orbit/indexeddb/package.json +++ b/packages/@orbit/indexeddb/package.json @@ -1,6 +1,6 @@ { "name": "@orbit/indexeddb", - "version": "0.16.7", + "version": "0.16.8", "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 9dbb5142d..bc13bc6b2 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.16.7", + "version": "0.16.8", "description": "Integration tests for core Orbit packages.", "contributors": [ "Dan Gebhardt " @@ -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",