Skip to content

Commit 4fe11de

Browse files
authored
chore: release main (#923)
1 parent cb05f46 commit 4fe11de

File tree

15 files changed

+93
-26
lines changed

15 files changed

+93
-26
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"packages/block-brokers": "5.0.12",
3-
"packages/bitswap": "3.0.12",
4-
"packages/car": "5.3.2",
2+
"packages/block-brokers": "5.0.13",
3+
"packages/bitswap": "3.0.13",
4+
"packages/car": "5.3.3",
55
"packages/dag-cbor": "5.0.3",
66
"packages/dag-json": "5.0.3",
77
"packages/dnslink": "1.1.3",
8-
"packages/helia": "6.0.13",
8+
"packages/helia": "6.0.14",
99
"packages/interface": "6.0.2",
10-
"packages/interop": "9.0.15",
10+
"packages/interop": "9.0.16",
1111
"packages/ipns": "9.1.5",
1212
"packages/json": "5.0.3",
1313
"packages/mfs": "6.0.4",
1414
"packages/strings": "5.0.3",
1515
"packages/unixfs": "6.0.4",
16-
"packages/utils": "2.3.2",
17-
"packages/http": "3.0.13",
16+
"packages/utils": "2.3.3",
17+
"packages/http": "3.0.14",
1818
"packages/routers": "4.0.5"
1919
}

packages/bitswap/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.0.13](https://github.com/ipfs/helia/compare/bitswap-v3.0.12...bitswap-v3.0.13) (2025-12-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/utils bumped from ^2.3.2 to ^2.3.3
11+
312
## [3.0.12](https://github.com/ipfs/helia/compare/bitswap-v3.0.11...bitswap-v3.0.12) (2025-12-12)
413

514

packages/bitswap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/bitswap",
3-
"version": "3.0.12",
3+
"version": "3.0.13",
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",
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@helia/interface": "^6.0.2",
55-
"@helia/utils": "^2.3.2",
55+
"@helia/utils": "^2.3.3",
5656
"@libp2p/interface": "^3.1.0",
5757
"@libp2p/logger": "^6.0.5",
5858
"@libp2p/peer-collections": "^7.0.5",

packages/block-brokers/CHANGELOG.md

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

3+
## [5.0.13](https://github.com/ipfs/helia/compare/block-brokers-v5.0.12...block-brokers-v5.0.13) (2025-12-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/bitswap bumped from ^3.0.12 to ^3.0.13
11+
* @helia/utils bumped from ^2.3.2 to ^2.3.3
12+
313
## [5.0.12](https://github.com/ipfs/helia/compare/block-brokers-v5.0.11...block-brokers-v5.0.12) (2025-12-12)
414

515

packages/block-brokers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/block-brokers",
3-
"version": "5.0.12",
3+
"version": "5.0.13",
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,9 +47,9 @@
4747
"test:electron-main": "aegir test -t electron-main"
4848
},
4949
"dependencies": {
50-
"@helia/bitswap": "^3.0.12",
50+
"@helia/bitswap": "^3.0.13",
5151
"@helia/interface": "^6.0.2",
52-
"@helia/utils": "^2.3.2",
52+
"@helia/utils": "^2.3.3",
5353
"@libp2p/interface": "^3.1.0",
5454
"@libp2p/utils": "^7.0.5",
5555
"@multiformats/multiaddr": "^13.0.1",

packages/car/CHANGELOG.md

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

3+
## [5.3.3](https://github.com/ipfs/helia/compare/car-v5.3.2...car-v5.3.3) (2025-12-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/utils bumped from ^2.3.2 to ^2.3.3
11+
312
## [5.3.2](https://github.com/ipfs/helia/compare/car-v5.3.1...car-v5.3.2) (2025-12-12)
413

514

packages/car/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/car",
3-
"version": "5.3.2",
3+
"version": "5.3.3",
44
"description": "Import/export car files from Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@helia/interface": "^6.0.2",
51-
"@helia/utils": "^2.3.2",
51+
"@helia/utils": "^2.3.3",
5252
"@ipld/car": "^5.4.2",
5353
"@ipld/dag-pb": "^4.1.5",
5454
"@libp2p/interface": "^3.1.0",

packages/helia/CHANGELOG.md

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

3+
## [6.0.14](https://github.com/ipfs/helia/compare/helia-v6.0.13...helia-v6.0.14) (2025-12-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/block-brokers bumped from ^5.0.12 to ^5.0.13
11+
* @helia/utils bumped from ^2.3.2 to ^2.3.3
12+
313
## [6.0.13](https://github.com/ipfs/helia/compare/helia-v6.0.12...helia-v6.0.13) (2025-12-12)
414

515

packages/helia/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helia",
3-
"version": "6.0.13",
3+
"version": "6.0.14",
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,11 +50,11 @@
5050
"dependencies": {
5151
"@chainsafe/libp2p-noise": "^17.0.0",
5252
"@chainsafe/libp2p-yamux": "^8.0.0",
53-
"@helia/block-brokers": "^5.0.12",
53+
"@helia/block-brokers": "^5.0.13",
5454
"@helia/delegated-routing-v1-http-api-client": "^5.1.2",
5555
"@helia/interface": "^6.0.2",
5656
"@helia/routers": "^4.0.5",
57-
"@helia/utils": "^2.3.2",
57+
"@helia/utils": "^2.3.3",
5858
"@ipshipyard/libp2p-auto-tls": "^2.0.1",
5959
"@libp2p/autonat": "^3.0.5",
6060
"@libp2p/bootstrap": "^12.0.6",

packages/http/CHANGELOG.md

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

3+
## [3.0.14](https://github.com/ipfs/helia/compare/http-v3.0.13...http-v3.0.14) (2025-12-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/block-brokers bumped from ^5.0.12 to ^5.0.13
11+
* @helia/utils bumped from ^2.3.2 to ^2.3.3
12+
313
## [3.0.13](https://github.com/ipfs/helia/compare/http-v3.0.12...http-v3.0.13) (2025-12-12)
414

515

0 commit comments

Comments
 (0)