From 479ba709ca54f9b6f7aadec87e6699b2d87f9992 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Feb 2024 10:39:01 +0000 Subject: [PATCH] chore(release): 1.1.8 [skip ci] ## blockstore-idb [1.1.8](https://github.com/ipfs/js-stores/compare/blockstore-idb-v1.1.7...blockstore-idb-1.1.8) (2024-02-12) ### Bug Fixes * bump aegir to 42.2.3, update project config and fix deps ([#297](https://github.com/ipfs/js-stores/issues/297)) ([d521ef2](https://github.com/ipfs/js-stores/commit/d521ef251815527baee0a70705f775c0e47481ad)) ### Dependencies * **blockstore-core:** upgraded to 4.3.11 * **interface-blockstore:** upgraded to 5.2.10 * **interface-store:** upgraded to 5.1.8 * **interface-blockstore-tests:** upgraded to 6.1.10 --- packages/blockstore-idb/CHANGELOG.md | 16 ++++++++++++++++ packages/blockstore-idb/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/blockstore-idb/CHANGELOG.md b/packages/blockstore-idb/CHANGELOG.md index 3233e711..ee7a45aa 100644 --- a/packages/blockstore-idb/CHANGELOG.md +++ b/packages/blockstore-idb/CHANGELOG.md @@ -1,3 +1,19 @@ +## blockstore-idb [1.1.8](https://github.com/ipfs/js-stores/compare/blockstore-idb-v1.1.7...blockstore-idb-1.1.8) (2024-02-12) + + +### Bug Fixes + +* bump aegir to 42.2.3, update project config and fix deps ([#297](https://github.com/ipfs/js-stores/issues/297)) ([d521ef2](https://github.com/ipfs/js-stores/commit/d521ef251815527baee0a70705f775c0e47481ad)) + + + +### Dependencies + +* **blockstore-core:** upgraded to 4.3.11 +* **interface-blockstore:** upgraded to 5.2.10 +* **interface-store:** upgraded to 5.1.8 +* **interface-blockstore-tests:** upgraded to 6.1.10 + ## [blockstore-idb-v1.1.7](https://github.com/ipfs/js-stores/compare/blockstore-idb-v1.1.6...blockstore-idb-v1.1.7) (2023-12-30) diff --git a/packages/blockstore-idb/package.json b/packages/blockstore-idb/package.json index e11a504d..f4a3ee04 100644 --- a/packages/blockstore-idb/package.json +++ b/packages/blockstore-idb/package.json @@ -1,6 +1,6 @@ { "name": "blockstore-idb", - "version": "1.1.7", + "version": "1.1.8", "description": "Blockstore implementation with IndexedDB backend", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/main/packages/blockstore-idb#readme",