Skip to content

Commit 33d2b41

Browse files
authored
chore: release main (#1000)
1 parent 79dc114 commit 33d2b41

11 files changed

Lines changed: 71 additions & 16 deletions

File tree

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"packages/block-brokers": "5.2.0",
3-
"packages/bitswap": "3.2.0",
2+
"packages/block-brokers": "5.2.1",
3+
"packages/bitswap": "3.2.1",
44
"packages/car": "5.4.0",
55
"packages/dag-cbor": "5.1.0",
66
"packages/dag-json": "5.1.0",
77
"packages/dnslink": "1.2.0",
8-
"packages/helia": "6.1.0",
8+
"packages/helia": "6.1.1",
99
"packages/interface": "6.2.0",
10-
"packages/interop": "10.2.0",
10+
"packages/interop": "10.2.1",
1111
"packages/ipns": "9.2.0",
1212
"packages/json": "5.1.0",
1313
"packages/mfs": "7.1.0",
1414
"packages/strings": "5.1.0",
1515
"packages/unixfs": "7.2.0",
1616
"packages/utils": "2.5.0",
17-
"packages/http": "3.1.0",
17+
"packages/http": "3.1.1",
1818
"packages/routers": "5.1.0"
1919
}

packages/bitswap/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.2.1](https://github.com/ipfs/helia/compare/bitswap-v3.2.0...bitswap-v3.2.1) (2026-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* propagate progress events during bitswap operations ([#999](https://github.com/ipfs/helia/issues/999)) ([79dc114](https://github.com/ipfs/helia/commit/79dc114f480dd6da4a9e6ffa76e1d63d009f331e))
9+
310
## [3.2.0](https://github.com/ipfs/helia/compare/bitswap-v3.1.4...bitswap-v3.2.0) (2026-04-08)
411

512

packages/bitswap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/bitswap",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme",

packages/block-brokers/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [5.2.1](https://github.com/ipfs/helia/compare/block-brokers-v5.2.0...block-brokers-v5.2.1) (2026-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* propagate progress events during bitswap operations ([#999](https://github.com/ipfs/helia/issues/999)) ([79dc114](https://github.com/ipfs/helia/commit/79dc114f480dd6da4a9e6ffa76e1d63d009f331e))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @helia/bitswap bumped from ^3.2.0 to ^3.2.1
16+
317
## [5.2.0](https://github.com/ipfs/helia/compare/block-brokers-v5.1.4...block-brokers-v5.2.0) (2026-04-08)
418

519

packages/block-brokers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/block-brokers",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Block brokers for Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
@@ -47,7 +47,7 @@
4747
"test:electron-main": "aegir test -t electron-main"
4848
},
4949
"dependencies": {
50-
"@helia/bitswap": "^3.2.0",
50+
"@helia/bitswap": "^3.2.1",
5151
"@helia/interface": "^6.2.0",
5252
"@helia/utils": "^2.5.0",
5353
"@libp2p/interface": "^3.2.0",

packages/helia/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [6.1.1](https://github.com/ipfs/helia/compare/helia-v6.1.0...helia-v6.1.1) (2026-04-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/block-brokers bumped from ^5.2.0 to ^5.2.1
11+
312
## [6.1.0](https://github.com/ipfs/helia/compare/helia-v6.0.22...helia-v6.1.0) (2026-04-08)
413

514

packages/helia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helia",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "An implementation of IPFS in JavaScript",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme",
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@chainsafe/libp2p-noise": "^17.0.0",
5252
"@chainsafe/libp2p-yamux": "^8.0.0",
53-
"@helia/block-brokers": "^5.2.0",
53+
"@helia/block-brokers": "^5.2.1",
5454
"@helia/delegated-routing-v1-http-api-client": "^6.0.0",
5555
"@helia/interface": "^6.2.0",
5656
"@helia/routers": "^5.1.0",

packages/http/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/ipfs/helia/compare/http-v3.1.0...http-v3.1.1) (2026-04-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/block-brokers bumped from ^5.2.0 to ^5.2.1
11+
312
## [3.1.0](https://github.com/ipfs/helia/compare/http-v3.0.22...http-v3.1.0) (2026-04-08)
413

514

packages/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/http",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A lightweight implementation of IPFS over HTTP in JavaScript",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme",
@@ -47,7 +47,7 @@
4747
"test:electron-main": "aegir test -t electron-main"
4848
},
4949
"dependencies": {
50-
"@helia/block-brokers": "^5.2.0",
50+
"@helia/block-brokers": "^5.2.1",
5151
"@helia/delegated-routing-v1-http-api-client": "^6.0.0",
5252
"@helia/interface": "^6.2.0",
5353
"@helia/routers": "^5.1.0",

packages/interop/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [10.2.1](https://github.com/ipfs/helia/compare/interop-v10.2.0...interop-v10.2.1) (2026-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* propagate progress events during bitswap operations ([#999](https://github.com/ipfs/helia/issues/999)) ([79dc114](https://github.com/ipfs/helia/commit/79dc114f480dd6da4a9e6ffa76e1d63d009f331e))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @helia/block-brokers bumped from ^5.2.0 to ^5.2.1
16+
* @helia/http bumped from ^3.1.0 to ^3.1.1
17+
* helia bumped from ^6.1.0 to ^6.1.1
18+
319
## [10.2.0](https://github.com/ipfs/helia/compare/interop-v10.1.4...interop-v10.2.0) (2026-04-08)
420

521

0 commit comments

Comments
 (0)