From a8dce3e53d18bf8b9499f85862b9fc182424ec19 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Aug 2024 17:05:42 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## blockstore-s3 [2.0.0](https://github.com/ipfs/js-stores/compare/blockstore-s3-1.0.16...blockstore-s3-2.0.0) (2024-08-02) ### ⚠ BREAKING CHANGES * To detect the type of error thrown, use `.name` instead of `.code` ### Features * use `.name` property for errors instead of `.code` ([#315](https://github.com/ipfs/js-stores/issues/315)) ([dacd6ce](https://github.com/ipfs/js-stores/commit/dacd6ce6f325262f1bc1451f20789e9e7cd9b9fd)) ### Dependencies * **blockstore-core:** upgraded to 5.0.0 * **interface-blockstore:** upgraded to 5.3.0 * **interface-store:** upgraded to 6.0.0 * **interface-blockstore-tests:** upgraded to 7.0.0 --- packages/blockstore-s3/CHANGELOG.md | 20 ++++++++++++++++++++ packages/blockstore-s3/package.json | 8 ++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/packages/blockstore-s3/CHANGELOG.md b/packages/blockstore-s3/CHANGELOG.md index e548d09f..3c07744d 100644 --- a/packages/blockstore-s3/CHANGELOG.md +++ b/packages/blockstore-s3/CHANGELOG.md @@ -1,3 +1,23 @@ +## blockstore-s3 [2.0.0](https://github.com/ipfs/js-stores/compare/blockstore-s3-1.0.16...blockstore-s3-2.0.0) (2024-08-02) + + +### ⚠ BREAKING CHANGES + +* To detect the type of error thrown, use `.name` instead of `.code` + +### Features + +* use `.name` property for errors instead of `.code` ([#315](https://github.com/ipfs/js-stores/issues/315)) ([dacd6ce](https://github.com/ipfs/js-stores/commit/dacd6ce6f325262f1bc1451f20789e9e7cd9b9fd)) + + + +### Dependencies + +* **blockstore-core:** upgraded to 5.0.0 +* **interface-blockstore:** upgraded to 5.3.0 +* **interface-store:** upgraded to 6.0.0 +* **interface-blockstore-tests:** upgraded to 7.0.0 + ## blockstore-s3 [1.0.16](https://github.com/ipfs/js-stores/compare/blockstore-s3-1.0.15...blockstore-s3-1.0.16) (2024-08-01) diff --git a/packages/blockstore-s3/package.json b/packages/blockstore-s3/package.json index 3fd314b4..9a0315f5 100644 --- a/packages/blockstore-s3/package.json +++ b/packages/blockstore-s3/package.json @@ -1,6 +1,6 @@ { "name": "blockstore-s3", - "version": "1.0.16", + "version": "2.0.0", "description": "IPFS blockstore implementation backed by s3", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/main/packages/blockstore-s3#readme", @@ -58,9 +58,9 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.511.0", - "blockstore-core": "^4.0.0", + "blockstore-core": "5.0.0", "interface-blockstore": "^5.0.0", - "interface-store": "^5.0.0", + "interface-store": "6.0.0", "it-to-buffer": "^4.0.5", "multiformats": "^13.0.1", "uint8arrays": "^5.0.2" @@ -68,7 +68,7 @@ "devDependencies": { "@types/sinon": "^17.0.3", "aegir": "^42.2.3", - "interface-blockstore-tests": "^6.0.0", + "interface-blockstore-tests": "7.0.0", "p-defer": "^4.0.0", "sinon": "^18.0.0" }