Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
semantic-release-bot committed Aug 2, 2024
1 parent 89aa5e1 commit ae52bfc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions packages/datastore-fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 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)


### ⚠ 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

* **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

## 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)


Expand Down
8 changes: 4 additions & 4 deletions packages/datastore-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datastore-fs",
"version": "9.1.9",
"version": "10.0.0",
"description": "Datastore implementation with file system backend",
"author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -55,18 +55,18 @@
"dep-check": "aegir dep-check"
},
"dependencies": {
"datastore-core": "^9.0.0",
"datastore-core": "10.0.0",
"fast-write-atomic": "^0.2.1",
"interface-datastore": "^8.0.0",
"interface-store": "^5.0.0",
"interface-store": "6.0.0",
"it-glob": "^3.0.1",
"it-map": "^3.0.5",
"it-parallel-batch": "^3.0.4"
},
"devDependencies": {
"@types/mkdirp": "^2.0.0",
"aegir": "^42.2.3",
"interface-datastore-tests": "^5.0.0",
"interface-datastore-tests": "6.0.0",
"ipfs-utils": "^9.0.14"
}
}

0 comments on commit ae52bfc

Please sign in to comment.