Skip to content

Commit

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


### ⚠ 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-idb [2.1.9](https://github.com/ipfs/js-stores/compare/datastore-idb-2.1.8...datastore-idb-2.1.9) (2024-04-09)


Expand Down
8 changes: 4 additions & 4 deletions packages/datastore-idb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datastore-idb",
"version": "2.1.9",
"version": "3.0.0",
"description": "Datastore implementation with IndexedDB backend.",
"author": "Hugo Dias <hugomrdias@gmail.com>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -58,15 +58,15 @@
"dep-check": "aegir dep-check"
},
"dependencies": {
"datastore-core": "^9.0.0",
"datastore-core": "10.0.0",
"idb": "^8.0.0",
"interface-datastore": "^8.0.0",
"interface-store": "^5.1.8",
"interface-store": "6.0.0",
"it-filter": "^3.0.4",
"it-sort": "^3.0.4"
},
"devDependencies": {
"aegir": "^42.2.3",
"interface-datastore-tests": "^5.0.0"
"interface-datastore-tests": "6.0.0"
}
}

0 comments on commit cc92722

Please sign in to comment.