Skip to content

Commit cc92722

Browse files
chore(release): 3.0.0 [skip ci]
## datastore-idb [3.0.0](datastore-idb-2.1.9...datastore-idb-3.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 * **datastore-core:** upgraded to 10.0.0 * **interface-datastore:** upgraded to 8.3.0 * **interface-store:** upgraded to 6.0.0 * **interface-datastore-tests:** upgraded to 6.0.0
1 parent ae52bfc commit cc92722

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

packages/datastore-idb/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## datastore-idb [3.0.0](https://github.com/ipfs/js-stores/compare/datastore-idb-2.1.9...datastore-idb-3.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+
* **datastore-core:** upgraded to 10.0.0
17+
* **interface-datastore:** upgraded to 8.3.0
18+
* **interface-store:** upgraded to 6.0.0
19+
* **interface-datastore-tests:** upgraded to 6.0.0
20+
121
## datastore-idb [2.1.9](https://github.com/ipfs/js-stores/compare/datastore-idb-2.1.8...datastore-idb-2.1.9) (2024-04-09)
222

323

packages/datastore-idb/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-idb",
3-
"version": "2.1.9",
3+
"version": "3.0.0",
44
"description": "Datastore implementation with IndexedDB backend.",
55
"author": "Hugo Dias <hugomrdias@gmail.com>",
66
"license": "Apache-2.0 OR MIT",
@@ -58,15 +58,15 @@
5858
"dep-check": "aegir dep-check"
5959
},
6060
"dependencies": {
61-
"datastore-core": "^9.0.0",
61+
"datastore-core": "10.0.0",
6262
"idb": "^8.0.0",
6363
"interface-datastore": "^8.0.0",
64-
"interface-store": "^5.1.8",
64+
"interface-store": "6.0.0",
6565
"it-filter": "^3.0.4",
6666
"it-sort": "^3.0.4"
6767
},
6868
"devDependencies": {
6969
"aegir": "^42.2.3",
70-
"interface-datastore-tests": "^5.0.0"
70+
"interface-datastore-tests": "6.0.0"
7171
}
7272
}

0 commit comments

Comments
 (0)