Skip to content

Commit ae52bfc

Browse files
chore(release): 10.0.0 [skip ci]
## datastore-fs [10.0.0](datastore-fs-9.1.9...datastore-fs-10.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 89aa5e1 commit ae52bfc

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

packages/datastore-fs/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## datastore-fs [10.0.0](https://github.com/ipfs/js-stores/compare/datastore-fs-9.1.9...datastore-fs-10.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-fs [9.1.9](https://github.com/ipfs/js-stores/compare/datastore-fs-9.1.8...datastore-fs-9.1.9) (2024-08-01)
222

323

packages/datastore-fs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-fs",
3-
"version": "9.1.9",
3+
"version": "10.0.0",
44
"description": "Datastore implementation with file system backend",
55
"author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",
66
"license": "Apache-2.0 OR MIT",
@@ -55,18 +55,18 @@
5555
"dep-check": "aegir dep-check"
5656
},
5757
"dependencies": {
58-
"datastore-core": "^9.0.0",
58+
"datastore-core": "10.0.0",
5959
"fast-write-atomic": "^0.2.1",
6060
"interface-datastore": "^8.0.0",
61-
"interface-store": "^5.0.0",
61+
"interface-store": "6.0.0",
6262
"it-glob": "^3.0.1",
6363
"it-map": "^3.0.5",
6464
"it-parallel-batch": "^3.0.4"
6565
},
6666
"devDependencies": {
6767
"@types/mkdirp": "^2.0.0",
6868
"aegir": "^42.2.3",
69-
"interface-datastore-tests": "^5.0.0",
69+
"interface-datastore-tests": "6.0.0",
7070
"ipfs-utils": "^9.0.14"
7171
}
7272
}

0 commit comments

Comments
 (0)