Skip to content

Commit 332580c

Browse files
authored
chore: release main (#631)
1 parent efdefc1 commit 332580c

33 files changed

+423
-70
lines changed

.release-please-manifest.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/block-brokers": "3.0.4",
3-
"packages/bitswap": "1.1.4",
4-
"packages/car": "3.2.1",
5-
"packages/dag-cbor": "3.0.6",
6-
"packages/dag-json": "3.0.6",
7-
"packages/helia": "4.2.6",
8-
"packages/interface": "4.3.1",
9-
"packages/interop": "6.1.8",
10-
"packages/ipns": "7.2.3",
11-
"packages/json": "3.0.6",
12-
"packages/mfs": "3.0.8",
13-
"packages/strings": "3.0.6",
14-
"packages/unixfs": "3.0.7",
15-
"packages/utils": "0.3.3",
16-
"packages/http": "1.0.11",
17-
"packages/routers": "1.1.1"
2+
"packages/block-brokers": "4.0.0",
3+
"packages/bitswap": "2.0.0",
4+
"packages/car": "4.0.0",
5+
"packages/dag-cbor": "4.0.0",
6+
"packages/dag-json": "4.0.0",
7+
"packages/helia": "5.0.0",
8+
"packages/interface": "5.0.0",
9+
"packages/interop": "7.0.0",
10+
"packages/ipns": "8.0.0",
11+
"packages/json": "4.0.0",
12+
"packages/mfs": "4.0.0",
13+
"packages/strings": "4.0.0",
14+
"packages/unixfs": "4.0.0",
15+
"packages/utils": "1.0.0",
16+
"packages/http": "2.0.0",
17+
"packages/routers": "2.0.0"
1818
}

packages/bitswap/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/ipfs/helia/compare/bitswap-v1.1.4...bitswap-v2.0.0) (2024-10-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* helia now uses [email protected]
9+
10+
### Bug Fixes
11+
12+
* add doc-check script and export types used by functions ([#637](https://github.com/ipfs/helia/issues/637)) ([4f14996](https://github.com/ipfs/helia/commit/4f14996a9b976f2b60f4c8fe52a4fd1632420749))
13+
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a))
14+
15+
16+
### Dependencies
17+
18+
* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#634](https://github.com/ipfs/helia/issues/634)) ([23e62e1](https://github.com/ipfs/helia/commit/23e62e16b8962bfe982a1bbb157a144382ca7099))
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @helia/interface bumped from ^4.3.1 to ^5.0.0
22+
* @helia/utils bumped from ^0.3.3 to ^1.0.0
23+
324
## [1.1.4](https://github.com/ipfs/helia/compare/bitswap-v1.1.3...bitswap-v1.1.4) (2024-09-13)
425

526

packages/bitswap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/bitswap",
3-
"version": "1.1.4",
3+
"version": "2.0.0",
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",
@@ -148,8 +148,8 @@
148148
"docs": "aegir docs"
149149
},
150150
"dependencies": {
151-
"@helia/interface": "^4.3.1",
152-
"@helia/utils": "^0.3.3",
151+
"@helia/interface": "^5.0.0",
152+
"@helia/utils": "^1.0.0",
153153
"@libp2p/interface": "^2.0.0",
154154
"@libp2p/logger": "^5.0.0",
155155
"@libp2p/peer-collections": "^6.0.0",

packages/block-brokers/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/ipfs/helia/compare/block-brokers-v3.0.4...block-brokers-v4.0.0) (2024-10-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* the `.dagWalkers` property has been removed
9+
* helia now uses [email protected]
10+
11+
### Bug Fixes
12+
13+
* add doc-check script and export types used by functions ([#637](https://github.com/ipfs/helia/issues/637)) ([4f14996](https://github.com/ipfs/helia/commit/4f14996a9b976f2b60f4c8fe52a4fd1632420749))
14+
* replace dag walkers with generic CID extraction from blocks ([#447](https://github.com/ipfs/helia/issues/447)) ([5ff6998](https://github.com/ipfs/helia/commit/5ff6998e6bc8b04e3407bc98c1924c55f632d9b7))
15+
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a))
16+
17+
18+
### Dependencies
19+
20+
* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#634](https://github.com/ipfs/helia/issues/634)) ([23e62e1](https://github.com/ipfs/helia/commit/23e62e16b8962bfe982a1bbb157a144382ca7099))
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @helia/bitswap bumped from ^1.1.4 to ^2.0.0
24+
* @helia/interface bumped from ^4.3.1 to ^5.0.0
25+
* @helia/utils bumped from ^0.3.3 to ^1.0.0
26+
327
## [3.0.4](https://github.com/ipfs/helia/compare/block-brokers-v3.0.3...block-brokers-v3.0.4) (2024-09-13)
428

529

packages/block-brokers/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/block-brokers",
3-
"version": "3.0.4",
3+
"version": "4.0.0",
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",
@@ -54,9 +54,9 @@
5454
"test:electron-main": "aegir test -t electron-main"
5555
},
5656
"dependencies": {
57-
"@helia/bitswap": "^1.1.4",
58-
"@helia/interface": "^4.3.1",
59-
"@helia/utils": "^0.3.3",
57+
"@helia/bitswap": "^2.0.0",
58+
"@helia/interface": "^5.0.0",
59+
"@helia/utils": "^1.0.0",
6060
"@libp2p/interface": "^2.0.0",
6161
"@libp2p/utils": "^6.0.0",
6262
"@multiformats/multiaddr": "^12.2.1",

packages/car/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/ipfs/helia/compare/car-v3.2.1...car-v4.0.0) (2024-10-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* the `.dagWalkers` property has been removed
9+
* helia now uses [email protected]
10+
11+
### Bug Fixes
12+
13+
* add doc-check script and export types used by functions ([#637](https://github.com/ipfs/helia/issues/637)) ([4f14996](https://github.com/ipfs/helia/commit/4f14996a9b976f2b60f4c8fe52a4fd1632420749))
14+
* replace dag walkers with generic CID extraction from blocks ([#447](https://github.com/ipfs/helia/issues/447)) ([5ff6998](https://github.com/ipfs/helia/commit/5ff6998e6bc8b04e3407bc98c1924c55f632d9b7))
15+
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @helia/interface bumped from ^4.3.1 to ^5.0.0
23+
* devDependencies
24+
* @helia/mfs bumped from ^3.0.8 to ^4.0.0
25+
* @helia/unixfs bumped from ^3.0.7 to ^4.0.0
26+
327
## [3.2.1](https://github.com/ipfs/helia/compare/car-v3.2.0...car-v3.2.1) (2024-09-13)
428

529

packages/car/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/car",
3-
"version": "3.2.1",
3+
"version": "4.0.0",
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",
@@ -140,7 +140,7 @@
140140
"release": "aegir release"
141141
},
142142
"dependencies": {
143-
"@helia/interface": "^4.3.1",
143+
"@helia/interface": "^5.0.0",
144144
"@ipld/car": "^5.3.0",
145145
"@libp2p/interface": "^2.0.0",
146146
"@libp2p/utils": "^6.0.0",
@@ -153,8 +153,8 @@
153153
"progress-events": "^1.0.0"
154154
},
155155
"devDependencies": {
156-
"@helia/mfs": "^3.0.8",
157-
"@helia/unixfs": "^3.0.7",
156+
"@helia/mfs": "^4.0.0",
157+
"@helia/unixfs": "^4.0.0",
158158
"@ipld/dag-pb": "^4.1.0",
159159
"aegir": "^44.0.1",
160160
"blockstore-core": "^5.0.0",

packages/dag-cbor/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.6...dag-cbor-v4.0.0) (2024-10-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* helia now uses [email protected]
9+
10+
### Bug Fixes
11+
12+
* add doc-check script and export types used by functions ([#637](https://github.com/ipfs/helia/issues/637)) ([4f14996](https://github.com/ipfs/helia/commit/4f14996a9b976f2b60f4c8fe52a4fd1632420749))
13+
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @helia/interface bumped from ^4.3.1 to ^5.0.0
21+
322
## [3.0.6](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.5...dag-cbor-v3.0.6) (2024-09-13)
423

524

packages/dag-cbor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-cbor",
3-
"version": "3.0.6",
3+
"version": "4.0.0",
44
"description": "Add/get IPLD blocks containing dag-cbor with your Helia node",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme",
@@ -141,7 +141,7 @@
141141
"release": "aegir release"
142142
},
143143
"dependencies": {
144-
"@helia/interface": "^4.3.1",
144+
"@helia/interface": "^5.0.0",
145145
"@ipld/dag-cbor": "^9.2.0",
146146
"@libp2p/interface": "^2.0.0",
147147
"interface-blockstore": "^5.2.10",

packages/dag-json/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/ipfs/helia/compare/dag-json-v3.0.6...dag-json-v4.0.0) (2024-10-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* helia now uses [email protected]
9+
10+
### Bug Fixes
11+
12+
* add doc-check script and export types used by functions ([#637](https://github.com/ipfs/helia/issues/637)) ([4f14996](https://github.com/ipfs/helia/commit/4f14996a9b976f2b60f4c8fe52a4fd1632420749))
13+
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @helia/interface bumped from ^4.3.1 to ^5.0.0
21+
322
## [3.0.6](https://github.com/ipfs/helia/compare/dag-json-v3.0.5...dag-json-v3.0.6) (2024-09-13)
423

524

packages/dag-json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-json",
3-
"version": "3.0.6",
3+
"version": "4.0.0",
44
"description": "Add/get IPLD blocks containing dag-json with your Helia node",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
@@ -140,7 +140,7 @@
140140
"release": "aegir release"
141141
},
142142
"dependencies": {
143-
"@helia/interface": "^4.3.1",
143+
"@helia/interface": "^5.0.0",
144144
"@ipld/dag-json": "^10.2.0",
145145
"@libp2p/interface": "^2.0.0",
146146
"interface-blockstore": "^5.2.10",

packages/helia/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/ipfs/helia/compare/helia-v4.2.6...helia-v5.0.0) (2024-10-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* helia now uses [email protected]
9+
10+
### Bug Fixes
11+
12+
* add doc-check script and export types used by functions ([#637](https://github.com/ipfs/helia/issues/637)) ([4f14996](https://github.com/ipfs/helia/commit/4f14996a9b976f2b60f4c8fe52a4fd1632420749))
13+
* remove delegated routing api client patch ([#632](https://github.com/ipfs/helia/issues/632)) ([9de08ef](https://github.com/ipfs/helia/commit/9de08ef9c1cbdb723f524672f67574bf1dbed937))
14+
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a))
15+
16+
17+
### Dependencies
18+
19+
* update kad-dht to 14.0.0 ([#648](https://github.com/ipfs/helia/issues/648)) ([60d8c8a](https://github.com/ipfs/helia/commit/60d8c8a9ff2104302d1c87bcf39258f1da33cd45))
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @helia/block-brokers bumped from ^3.0.4 to ^4.0.0
23+
* @helia/interface bumped from ^4.3.1 to ^5.0.0
24+
* @helia/routers bumped from ^1.1.1 to ^2.0.0
25+
* @helia/utils bumped from ^0.3.3 to ^1.0.0
26+
327
## [4.2.6](https://github.com/ipfs/helia/compare/helia-v4.2.5...helia-v4.2.6) (2024-09-13)
428

529

packages/helia/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helia",
3-
"version": "4.2.6",
3+
"version": "5.0.0",
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",
@@ -57,11 +57,11 @@
5757
"dependencies": {
5858
"@chainsafe/libp2p-noise": "^16.0.0",
5959
"@chainsafe/libp2p-yamux": "^7.0.0",
60-
"@helia/block-brokers": "^3.0.4",
60+
"@helia/block-brokers": "^4.0.0",
6161
"@helia/delegated-routing-v1-http-api-client": "^4.0.0",
62-
"@helia/interface": "^4.3.1",
63-
"@helia/routers": "^1.1.1",
64-
"@helia/utils": "^0.3.3",
62+
"@helia/interface": "^5.0.0",
63+
"@helia/routers": "^2.0.0",
64+
"@helia/utils": "^1.0.0",
6565
"@libp2p/autonat": "^2.0.0",
6666
"@libp2p/bootstrap": "^11.0.0",
6767
"@libp2p/circuit-relay-v2": "^2.0.0",

packages/http/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/ipfs/helia/compare/http-v1.0.11...http-v2.0.0) (2024-10-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* helia now uses [email protected]
9+
10+
### Bug Fixes
11+
12+
* add doc-check script and export types used by functions ([#637](https://github.com/ipfs/helia/issues/637)) ([4f14996](https://github.com/ipfs/helia/commit/4f14996a9b976f2b60f4c8fe52a4fd1632420749))
13+
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a))
14+
15+
16+
### Dependencies
17+
18+
* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#634](https://github.com/ipfs/helia/issues/634)) ([23e62e1](https://github.com/ipfs/helia/commit/23e62e16b8962bfe982a1bbb157a144382ca7099))
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @helia/block-brokers bumped from ^3.0.4 to ^4.0.0
22+
* @helia/interface bumped from ^4.3.1 to ^5.0.0
23+
* @helia/routers bumped from ^1.1.1 to ^2.0.0
24+
* @helia/utils bumped from ^0.3.3 to ^1.0.0
25+
326
## [1.0.11](https://github.com/ipfs/helia/compare/http-v1.0.10...http-v1.0.11) (2024-09-13)
427

528

packages/http/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/http",
3-
"version": "1.0.11",
3+
"version": "2.0.0",
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",
@@ -54,10 +54,10 @@
5454
"test:electron-main": "aegir test -t electron-main"
5555
},
5656
"dependencies": {
57-
"@helia/block-brokers": "^3.0.4",
58-
"@helia/interface": "^4.3.1",
59-
"@helia/routers": "^1.1.1",
60-
"@helia/utils": "^0.3.3",
57+
"@helia/block-brokers": "^4.0.0",
58+
"@helia/interface": "^5.0.0",
59+
"@helia/routers": "^2.0.0",
60+
"@helia/utils": "^1.0.0",
6161
"blockstore-core": "^5.0.0",
6262
"datastore-core": "^10.0.0"
6363
},

0 commit comments

Comments
 (0)