Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## blockstore-s3 [2.0.0](blockstore-s3-1.0.16...blockstore-s3-2.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

* **blockstore-core:** upgraded to 5.0.0
* **interface-blockstore:** upgraded to 5.3.0
* **interface-store:** upgraded to 6.0.0
* **interface-blockstore-tests:** upgraded to 7.0.0
  • Loading branch information
semantic-release-bot committed Aug 2, 2024
1 parent 5b8f461 commit a8dce3e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions packages/blockstore-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## blockstore-s3 [2.0.0](https://github.com/ipfs/js-stores/compare/blockstore-s3-1.0.16...blockstore-s3-2.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

* **blockstore-core:** upgraded to 5.0.0
* **interface-blockstore:** upgraded to 5.3.0
* **interface-store:** upgraded to 6.0.0
* **interface-blockstore-tests:** upgraded to 7.0.0

## blockstore-s3 [1.0.16](https://github.com/ipfs/js-stores/compare/blockstore-s3-1.0.15...blockstore-s3-1.0.16) (2024-08-01)


Expand Down
8 changes: 4 additions & 4 deletions packages/blockstore-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockstore-s3",
"version": "1.0.16",
"version": "2.0.0",
"description": "IPFS blockstore implementation backed by s3",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/blockstore-s3#readme",
Expand Down Expand Up @@ -58,17 +58,17 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.511.0",
"blockstore-core": "^4.0.0",
"blockstore-core": "5.0.0",
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"interface-store": "6.0.0",
"it-to-buffer": "^4.0.5",
"multiformats": "^13.0.1",
"uint8arrays": "^5.0.2"
},
"devDependencies": {
"@types/sinon": "^17.0.3",
"aegir": "^42.2.3",
"interface-blockstore-tests": "^6.0.0",
"interface-blockstore-tests": "7.0.0",
"p-defer": "^4.0.0",
"sinon": "^18.0.0"
}
Expand Down

0 comments on commit a8dce3e

Please sign in to comment.