Skip to content

Commit a8dce3e

Browse files
chore(release): 2.0.0 [skip ci]
## blockstore-s3 [2.0.0](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](#315)) ([dacd6ce](dacd6ce)) ### 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
1 parent 5b8f461 commit a8dce3e

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

packages/blockstore-s3/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 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)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* To detect the type of error thrown, use `.name` instead of `.code`
7+
8+
### Features
9+
10+
* 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))
11+
12+
13+
14+
### Dependencies
15+
16+
* **blockstore-core:** upgraded to 5.0.0
17+
* **interface-blockstore:** upgraded to 5.3.0
18+
* **interface-store:** upgraded to 6.0.0
19+
* **interface-blockstore-tests:** upgraded to 7.0.0
20+
121
## 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)
222

323

packages/blockstore-s3/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstore-s3",
3-
"version": "1.0.16",
3+
"version": "2.0.0",
44
"description": "IPFS blockstore implementation backed by s3",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/blockstore-s3#readme",
@@ -58,17 +58,17 @@
5858
},
5959
"dependencies": {
6060
"@aws-sdk/client-s3": "^3.511.0",
61-
"blockstore-core": "^4.0.0",
61+
"blockstore-core": "5.0.0",
6262
"interface-blockstore": "^5.0.0",
63-
"interface-store": "^5.0.0",
63+
"interface-store": "6.0.0",
6464
"it-to-buffer": "^4.0.5",
6565
"multiformats": "^13.0.1",
6666
"uint8arrays": "^5.0.2"
6767
},
6868
"devDependencies": {
6969
"@types/sinon": "^17.0.3",
7070
"aegir": "^42.2.3",
71-
"interface-blockstore-tests": "^6.0.0",
71+
"interface-blockstore-tests": "7.0.0",
7272
"p-defer": "^4.0.0",
7373
"sinon": "^18.0.0"
7474
}

0 commit comments

Comments
 (0)