Skip to content

Commit 225da7e

Browse files
committedAug 2, 2024
chore(release): 5.0.0 [skip ci]
## blockstore-core [5.0.0](blockstore-core-4.4.1...blockstore-core-5.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 * **interface-blockstore:** upgraded to 5.3.0 * **interface-store:** upgraded to 6.0.0 * **interface-blockstore-tests:** upgraded to 7.0.0
1 parent 2f24f58 commit 225da7e

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed
 

‎packages/blockstore-core/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## blockstore-core [5.0.0](https://github.com/ipfs/js-stores/compare/blockstore-core-4.4.1...blockstore-core-5.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+
* **interface-blockstore:** upgraded to 5.3.0
17+
* **interface-store:** upgraded to 6.0.0
18+
* **interface-blockstore-tests:** upgraded to 7.0.0
19+
120
## blockstore-core [4.4.1](https://github.com/ipfs/js-stores/compare/blockstore-core-4.4.0...blockstore-core-4.4.1) (2024-04-09)
221

322

‎packages/blockstore-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstore-core",
3-
"version": "4.4.1",
3+
"version": "5.0.0",
44
"description": "Contains various implementations of the API contract described in interface-blockstore",
55
"author": "Alex Potsides <alex.potsides@protocol.ai>",
66
"license": "Apache-2.0 OR MIT",
@@ -99,7 +99,7 @@
9999
"dependencies": {
100100
"@libp2p/logger": "^4.0.6",
101101
"interface-blockstore": "^5.0.0",
102-
"interface-store": "^5.0.0",
102+
"interface-store": "6.0.0",
103103
"it-drain": "^3.0.5",
104104
"it-filter": "^3.0.4",
105105
"it-merge": "^3.0.3",
@@ -108,7 +108,7 @@
108108
},
109109
"devDependencies": {
110110
"aegir": "^42.2.3",
111-
"interface-blockstore-tests": "^6.0.0",
111+
"interface-blockstore-tests": "7.0.0",
112112
"it-all": "^3.0.4",
113113
"uint8arrays": "^5.0.2"
114114
}

0 commit comments

Comments
 (0)
Please sign in to comment.