Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 19, 2025
1 parent 2c7185c commit c1cbe1e
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/block-brokers": "4.0.4",
"packages/bitswap": "2.0.4",
"packages/block-brokers": "4.0.5",
"packages/bitswap": "2.0.5",
"packages/car": "4.0.2",
"packages/dag-cbor": "4.0.2",
"packages/dag-json": "4.0.2",
"packages/helia": "5.2.1",
"packages/helia": "5.3.0",
"packages/interface": "5.2.0",
"packages/interop": "7.1.2",
"packages/interop": "7.1.3",
"packages/ipns": "8.1.0",
"packages/json": "4.0.2",
"packages/mfs": "4.0.2",
"packages/strings": "4.0.2",
"packages/unixfs": "4.0.2",
"packages/utils": "1.2.1",
"packages/http": "2.0.4",
"packages/http": "2.0.5",
"packages/routers": "3.0.0"
}
7 changes: 7 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.5](https://github.com/ipfs/helia/compare/bitswap-v2.0.4...bitswap-v2.0.5) (2025-02-19)


### Dependencies

* bump it-length-prefixed from 9.1.1 to 10.0.1 ([#740](https://github.com/ipfs/helia/issues/740)) ([ac7185a](https://github.com/ipfs/helia/commit/ac7185af8f0da0782f6273fba76ccfe9427d2fa4))

## [2.0.4](https://github.com/ipfs/helia/compare/bitswap-v2.0.3...bitswap-v2.0.4) (2025-02-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/bitswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/bitswap",
"version": "2.0.4",
"version": "2.0.5",
"description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.0.5](https://github.com/ipfs/helia/compare/block-brokers-v4.0.4...block-brokers-v4.0.5) (2025-02-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^2.0.4 to ^2.0.5

## [4.0.4](https://github.com/ipfs/helia/compare/block-brokers-v4.0.3...block-brokers-v4.0.4) (2025-02-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/block-brokers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/block-brokers",
"version": "4.0.4",
"version": "4.0.5",
"description": "Block brokers for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
Expand Down Expand Up @@ -54,7 +54,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/bitswap": "^2.0.4",
"@helia/bitswap": "^2.0.5",
"@helia/interface": "^5.2.0",
"@helia/utils": "^1.2.1",
"@libp2p/interface": "^2.2.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [5.3.0](https://github.com/ipfs/helia/compare/helia-v5.2.1...helia-v5.3.0) (2025-02-19)


### Features

* add WebRTC-Direct listener ([#741](https://github.com/ipfs/helia/issues/741)) ([deb9165](https://github.com/ipfs/helia/commit/deb9165efe92ce9590c400955c073625eb358bb6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.4 to ^4.0.5

## [5.2.1](https://github.com/ipfs/helia/compare/helia-v5.2.0...helia-v5.2.1) (2025-02-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "5.2.1",
"version": "5.3.0",
"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 Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^16.0.1",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@helia/block-brokers": "^4.0.4",
"@helia/block-brokers": "^4.0.5",
"@helia/delegated-routing-v1-http-api-client": "^4.2.1",
"@helia/interface": "^5.2.0",
"@helia/routers": "^3.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.5](https://github.com/ipfs/helia/compare/http-v2.0.4...http-v2.0.5) (2025-02-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.4 to ^4.0.5

## [2.0.4](https://github.com/ipfs/helia/compare/http-v2.0.3...http-v2.0.4) (2025-02-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/http",
"version": "2.0.4",
"version": "2.0.5",
"description": "A lightweight implementation of IPFS over HTTP in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme",
Expand Down Expand Up @@ -54,7 +54,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/block-brokers": "^4.0.4",
"@helia/block-brokers": "^4.0.5",
"@helia/interface": "^5.2.0",
"@helia/routers": "^3.0.0",
"@helia/utils": "^1.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [7.1.3](https://github.com/ipfs/helia/compare/interop-v7.1.2...interop-v7.1.3) (2025-02-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.4 to ^4.0.5
* @helia/http bumped from ^2.0.4 to ^2.0.5
* helia bumped from ^5.2.1 to ^5.3.0

## [7.1.2](https://github.com/ipfs/helia/compare/interop-v7.1.1...interop-v7.1.2) (2025-02-10)


Expand Down
8 changes: 4 additions & 4 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "7.1.2",
"version": "7.1.3",
"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 @@ -59,11 +59,11 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@helia/block-brokers": "^4.0.4",
"@helia/block-brokers": "^4.0.5",
"@helia/car": "^4.0.2",
"@helia/dag-cbor": "^4.0.2",
"@helia/dag-json": "^4.0.2",
"@helia/http": "^2.0.4",
"@helia/http": "^2.0.5",
"@helia/interface": "^5.2.0",
"@helia/ipns": "^8.1.0",
"@helia/json": "^4.0.2",
Expand All @@ -81,7 +81,7 @@
"@libp2p/websockets": "^9.0.13",
"@multiformats/sha3": "^3.0.2",
"aegir": "^45.0.6",
"helia": "^5.2.1",
"helia": "^5.3.0",
"ipfs-unixfs-importer": "^15.3.1",
"ipfsd-ctl": "^15.0.2",
"ipns": "^10.0.0",
Expand Down

0 comments on commit c1cbe1e

Please sign in to comment.