Skip to content

Commit

Permalink
chore: release main (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Oct 16, 2024
1 parent 1b2934b commit e5c03bd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"packages/car": "4.0.0",
"packages/dag-cbor": "4.0.0",
"packages/dag-json": "4.0.0",
"packages/helia": "5.0.0",
"packages/helia": "5.0.1",
"packages/interface": "5.0.0",
"packages/interop": "7.0.0",
"packages/interop": "7.0.1",
"packages/ipns": "8.0.0",
"packages/json": "4.0.0",
"packages/mfs": "4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.1](https://github.com/ipfs/helia/compare/helia-v5.0.0...helia-v5.0.1) (2024-10-16)


### Bug Fixes

* respect routers config in helia constructor ([#652](https://github.com/ipfs/helia/issues/652)) ([1b2934b](https://github.com/ipfs/helia/commit/1b2934b313800fdb0c9684fe203f44471769eb17))

## [5.0.0](https://github.com/ipfs/helia/compare/helia-v4.2.6...helia-v5.0.0) (2024-10-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "5.0.0",
"version": "5.0.1",
"description": "An implementation of IPFS in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [7.0.1](https://github.com/ipfs/helia/compare/interop-v7.0.0...interop-v7.0.1) (2024-10-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* helia bumped from ^5.0.0 to ^5.0.1

## [7.0.0](https://github.com/ipfs/helia/compare/interop-v6.1.8...interop-v7.0.0) (2024-10-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "7.0.0",
"version": "7.0.1",
"description": "Interop tests for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@libp2p/websockets": "^9.0.0",
"@multiformats/sha3": "^3.0.2",
"aegir": "^44.0.1",
"helia": "^5.0.0",
"helia": "^5.0.1",
"ipfs-unixfs-importer": "^15.2.4",
"ipfsd-ctl": "^15.0.0",
"ipns": "^10.0.0",
Expand Down

0 comments on commit e5c03bd

Please sign in to comment.