Skip to content

Commit

Permalink
chore: release main (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 18, 2024
1 parent 3577d3d commit 3a07933
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": "3.1.5",
"packages/dag-cbor": "3.0.4",
"packages/dag-json": "3.0.4",
"packages/helia": "4.2.3",
"packages/helia": "4.2.4",
"packages/interface": "4.3.0",
"packages/interop": "6.1.5",
"packages/interop": "6.1.6",
"packages/ipns": "7.2.2",
"packages/json": "3.0.4",
"packages/mfs": "3.0.6",
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

## [4.2.4](https://github.com/ipfs/helia/compare/helia-v4.2.3...helia-v4.2.4) (2024-06-18)


### Bug Fixes

* update circuit relay server args ([#561](https://github.com/ipfs/helia/issues/561)) ([3577d3d](https://github.com/ipfs/helia/commit/3577d3d106e255ff0d2a1d47a197f04632b903ec))

## [4.2.3](https://github.com/ipfs/helia/compare/helia-v4.2.2...helia-v4.2.3) (2024-05-27)


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": "4.2.3",
"version": "4.2.4",
"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

## [6.1.6](https://github.com/ipfs/helia/compare/interop-v6.1.5...interop-v6.1.6) (2024-06-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* helia bumped from ^4.2.3 to ^4.2.4

## [6.1.5](https://github.com/ipfs/helia/compare/interop-v6.1.4...interop-v6.1.5) (2024-05-27)


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": "6.1.5",
"version": "6.1.6",
"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 @@ -80,7 +80,7 @@
"@libp2p/websockets": "^8.0.16",
"@multiformats/sha3": "^3.0.2",
"aegir": "^42.2.5",
"helia": "^4.2.3",
"helia": "^4.2.4",
"ipfs-unixfs-importer": "^15.2.4",
"ipfsd-ctl": "^14.0.0",
"it-all": "^3.0.4",
Expand Down

0 comments on commit 3a07933

Please sign in to comment.