Skip to content

Commit 9994b75

Browse files
committed
chore: release main
1 parent 917a1bc commit 9994b75

31 files changed

+334
-63
lines changed

.release-please-manifest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"packages/block-brokers": "2.0.1",
3-
"packages/car": "3.0.0",
4-
"packages/dag-cbor": "3.0.0",
5-
"packages/dag-json": "3.0.0",
6-
"packages/helia": "4.0.1",
7-
"packages/interface": "4.0.0",
8-
"packages/interop": "5.0.0",
9-
"packages/ipns": "6.0.0",
10-
"packages/json": "3.0.0",
11-
"packages/mfs": "3.0.0",
12-
"packages/strings": "3.0.0",
13-
"packages/unixfs": "3.0.0",
14-
"packages/utils": "0.0.1",
15-
"packages/http": "1.0.1",
16-
"packages/routers": "1.0.0"
2+
"packages/block-brokers": "2.0.2",
3+
"packages/car": "3.1.0",
4+
"packages/dag-cbor": "3.0.1",
5+
"packages/dag-json": "3.0.1",
6+
"packages/helia": "4.0.2",
7+
"packages/interface": "4.0.1",
8+
"packages/interop": "5.1.0",
9+
"packages/ipns": "6.0.1",
10+
"packages/json": "3.0.1",
11+
"packages/mfs": "3.0.1",
12+
"packages/strings": "3.0.1",
13+
"packages/unixfs": "3.0.1",
14+
"packages/utils": "0.0.2",
15+
"packages/http": "1.0.2",
16+
"packages/routers": "1.0.1"
1717
}

packages/block-brokers/CHANGELOG.md

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

3+
## [2.0.2](https://github.com/ipfs/helia/compare/block-brokers-v2.0.1...block-brokers-v2.0.2) (2024-02-28)
4+
5+
6+
### Bug Fixes
7+
8+
* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
9+
10+
11+
### Dependencies
12+
13+
* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @helia/interface bumped from ^4.0.0 to ^4.0.1
17+
318
## [2.0.1](https://github.com/ipfs/helia/compare/block-brokers-v2.0.0...block-brokers-v2.0.1) (2024-01-31)
419

520

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": "2.0.1",
3+
"version": "2.0.2",
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",
@@ -53,7 +53,7 @@
5353
"test:electron-main": "aegir test -t electron-main"
5454
},
5555
"dependencies": {
56-
"@helia/interface": "^4.0.0",
56+
"@helia/interface": "^4.0.1",
5757
"@libp2p/interface": "^1.1.4",
5858
"interface-blockstore": "^5.2.10",
5959
"ipfs-bitswap": "^20.0.2",

packages/car/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@
1717
* devDependencies
1818
* @helia/unixfs bumped from ^2.0.0 to ^2.0.1
1919

20+
## [3.1.0](https://github.com/ipfs/helia/compare/car-v3.0.0...car-v3.1.0) (2024-02-28)
21+
22+
23+
### Features
24+
25+
* stream car file bytes from @helia/car ([#444](https://github.com/ipfs/helia/issues/444)) ([7c07e11](https://github.com/ipfs/helia/commit/7c07e113d644a1efc32b7fd0c268f5f892256ce9))
26+
27+
28+
### Bug Fixes
29+
30+
* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
31+
* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
32+
* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))
33+
34+
35+
### Dependencies
36+
37+
* The following workspace dependencies were updated
38+
* dependencies
39+
* @helia/interface bumped from ^4.0.0 to ^4.0.1
40+
* devDependencies
41+
* @helia/unixfs bumped from ^3.0.0 to ^3.0.1
42+
2043
## [3.0.0](https://github.com/ipfs/helia/compare/car-v2.0.1...car-v3.0.0) (2024-01-24)
2144

2245

packages/car/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/car",
3-
"version": "3.0.0",
3+
"version": "3.1.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",
@@ -139,7 +139,7 @@
139139
"release": "aegir release"
140140
},
141141
"dependencies": {
142-
"@helia/interface": "^4.0.0",
142+
"@helia/interface": "^4.0.1",
143143
"@ipld/car": "^5.3.0",
144144
"@libp2p/interfaces": "^3.3.2",
145145
"interface-blockstore": "^5.2.10",
@@ -151,7 +151,7 @@
151151
"progress-events": "^1.0.0"
152152
},
153153
"devDependencies": {
154-
"@helia/unixfs": "^3.0.0",
154+
"@helia/unixfs": "^3.0.1",
155155
"@ipld/dag-pb": "^4.1.0",
156156
"aegir": "^42.2.5",
157157
"blockstore-core": "^4.4.0",

packages/dag-cbor/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515
* dependencies
1616
* @helia/interface bumped from ^3.0.0 to ^3.0.1
1717

18+
## [3.0.1](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.0...dag-cbor-v3.0.1) (2024-02-28)
19+
20+
21+
### Bug Fixes
22+
23+
* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
24+
* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
25+
* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))
26+
27+
28+
### Dependencies
29+
30+
* The following workspace dependencies were updated
31+
* dependencies
32+
* @helia/interface bumped from ^4.0.0 to ^4.0.1
33+
1834
## [3.0.0](https://github.com/ipfs/helia/compare/dag-cbor-v2.0.1...dag-cbor-v3.0.0) (2024-01-24)
1935

2036

packages/dag-cbor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-cbor",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
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",
@@ -140,7 +140,7 @@
140140
"release": "aegir release"
141141
},
142142
"dependencies": {
143-
"@helia/interface": "^4.0.0",
143+
"@helia/interface": "^4.0.1",
144144
"@ipld/dag-cbor": "^9.2.0",
145145
"@libp2p/interfaces": "^3.3.2",
146146
"interface-blockstore": "^5.2.10",

packages/dag-json/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515
* dependencies
1616
* @helia/interface bumped from ^3.0.0 to ^3.0.1
1717

18+
## [3.0.1](https://github.com/ipfs/helia/compare/dag-json-v3.0.0...dag-json-v3.0.1) (2024-02-28)
19+
20+
21+
### Bug Fixes
22+
23+
* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
24+
* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
25+
* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))
26+
27+
28+
### Dependencies
29+
30+
* The following workspace dependencies were updated
31+
* dependencies
32+
* @helia/interface bumped from ^4.0.0 to ^4.0.1
33+
1834
## [3.0.0](https://github.com/ipfs/helia/compare/dag-json-v2.0.1...dag-json-v3.0.0) (2024-01-24)
1935

2036

packages/dag-json/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-json",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
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",
@@ -139,7 +139,7 @@
139139
"release": "aegir release"
140140
},
141141
"dependencies": {
142-
"@helia/interface": "^4.0.0",
142+
"@helia/interface": "^4.0.1",
143143
"@ipld/dag-json": "^10.2.0",
144144
"@libp2p/interfaces": "^3.3.2",
145145
"interface-blockstore": "^5.2.10",

packages/helia/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@
1212
* dependencies
1313
* @helia/block-brokers bumped from ^2.0.0 to ^2.0.1
1414

15+
## [4.0.2](https://github.com/ipfs/helia/compare/helia-v4.0.1...helia-v4.0.2) (2024-02-28)
16+
17+
18+
### Bug Fixes
19+
20+
* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
21+
* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
22+
23+
24+
### Dependencies
25+
26+
* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* @helia/block-brokers bumped from ^2.0.1 to ^2.0.2
30+
* @helia/interface bumped from ^4.0.0 to ^4.0.1
31+
* @helia/routers bumped from ^1.0.0 to ^1.0.1
32+
* @helia/utils bumped from ^0.0.1 to ^0.0.2
33+
1534
## [4.0.0](https://github.com/ipfs/helia/compare/helia-v3.0.1...helia-v4.0.0) (2024-01-24)
1635

1736

packages/helia/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helia",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
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",
@@ -56,11 +56,11 @@
5656
"dependencies": {
5757
"@chainsafe/libp2p-noise": "^15.0.0",
5858
"@chainsafe/libp2p-yamux": "^6.0.2",
59-
"@helia/block-brokers": "^2.0.1",
59+
"@helia/block-brokers": "^2.0.2",
6060
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
61-
"@helia/interface": "^4.0.0",
62-
"@helia/routers": "^1.0.0",
63-
"@helia/utils": "^0.0.1",
61+
"@helia/interface": "^4.0.1",
62+
"@helia/routers": "^1.0.1",
63+
"@helia/utils": "^0.0.2",
6464
"@libp2p/autonat": "^1.0.13",
6565
"@libp2p/bootstrap": "^10.0.16",
6666
"@libp2p/circuit-relay-v2": "^1.0.16",

packages/http/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@
66
* dependencies
77
* @helia/block-brokers bumped from ^2.0.0 to ^2.0.1
88

9+
## [1.0.2](https://github.com/ipfs/helia/compare/http-v1.0.1...http-v1.0.2) (2024-02-28)
10+
11+
12+
### Bug Fixes
13+
14+
* support reading identity cids ([#429](https://github.com/ipfs/helia/issues/429)) ([98308f7](https://github.com/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
15+
* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
16+
17+
18+
### Dependencies
19+
20+
* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @helia/block-brokers bumped from ^2.0.1 to ^2.0.2
24+
* @helia/interface bumped from ^4.0.0 to ^4.0.1
25+
* @helia/routers bumped from ^1.0.0 to ^1.0.1
26+
* @helia/utils bumped from ^0.0.1 to ^0.0.2
27+
928
## 1.0.0 (2024-01-24)
1029

1130

packages/http/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/http",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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",
@@ -53,10 +53,10 @@
5353
"test:electron-main": "aegir test -t electron-main"
5454
},
5555
"dependencies": {
56-
"@helia/block-brokers": "^2.0.1",
57-
"@helia/interface": "^4.0.0",
58-
"@helia/routers": "^1.0.0",
59-
"@helia/utils": "^0.0.1",
56+
"@helia/block-brokers": "^2.0.2",
57+
"@helia/interface": "^4.0.1",
58+
"@helia/routers": "^1.0.1",
59+
"@helia/utils": "^0.0.2",
6060
"blockstore-core": "^4.4.0",
6161
"datastore-core": "^9.2.9"
6262
},

packages/interface/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
* **dev:** bump aegir from 39.0.13 to 40.0.8 ([#198](https://github.com/ipfs/helia/issues/198)) ([4d75ecf](https://github.com/ipfs/helia/commit/4d75ecffb79e5177da35d3106e42dac7bc63153a))
1212

13+
## [4.0.1](https://github.com/ipfs/helia/compare/interface-v4.0.0...interface-v4.0.1) (2024-02-28)
14+
15+
16+
### Bug Fixes
17+
18+
* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
19+
20+
21+
### Dependencies
22+
23+
* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
24+
1325
## [4.0.0](https://github.com/ipfs/helia/compare/interface-v3.0.1...interface-v4.0.0) (2024-01-24)
1426

1527

packages/interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/interface",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "The Helia API",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",

packages/interop/CHANGELOG.md

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

3+
## [5.1.0](https://github.com/ipfs/helia/compare/interop-v5.0.0...interop-v5.1.0) (2024-02-28)
4+
5+
6+
### Features
7+
8+
* create @helia/verified-fetch ([#392](https://github.com/ipfs/helia/issues/392)) ([f243de2](https://github.com/ipfs/helia/commit/f243de26eda64951c2909121730b6a1b8a689bf6))
9+
* require content-type parser to set content-type ([#423](https://github.com/ipfs/helia/issues/423)) ([f58d467](https://github.com/ipfs/helia/commit/f58d467108e0b99d1e15b18a899ef81082ad59a7))
10+
11+
12+
### Bug Fixes
13+
14+
* allow contentTypeParser with Helia instance ([#427](https://github.com/ipfs/helia/issues/427)) ([3283a5c](https://github.com/ipfs/helia/commit/3283a5c91ce87894f2b9d7c93126fc74647ba17d))
15+
* update project deps and docs ([77e34fc](https://github.com/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
16+
* use unixfs exporter to traverse DAGs ([#455](https://github.com/ipfs/helia/issues/455)) ([6f8c15b](https://github.com/ipfs/helia/commit/6f8c15b769c08bf73e7c62dab79909b5ecfc3c93))
17+
18+
19+
### Dependencies
20+
21+
* bump @chainsafe/libp2p-gossipsub from 11.2.1 to 12.0.0 ([#430](https://github.com/ipfs/helia/issues/430)) ([9b1ddf8](https://github.com/ipfs/helia/commit/9b1ddf85e503ecf5c3ddaa04826bef2f75454b44))
22+
* bump @chainsafe/libp2p-gossipsub from 12.0.0 to 13.0.0 ([#457](https://github.com/ipfs/helia/issues/457)) ([cb35a1b](https://github.com/ipfs/helia/commit/cb35a1ba149628181b3bb48e14d927d2ebc9c23b))
23+
* update libp2p patch versions ([917a1bc](https://github.com/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
24+
* The following workspace dependencies were updated
25+
* dependencies
26+
* @helia/block-brokers bumped from ^2.0.1 to ^2.0.2
27+
* @helia/car bumped from ^3.0.0 to ^3.1.0
28+
* @helia/dag-cbor bumped from ^3.0.0 to ^3.0.1
29+
* @helia/dag-json bumped from ^3.0.0 to ^3.0.1
30+
* @helia/http bumped from ^1.0.1 to ^1.0.2
31+
* @helia/interface bumped from ^4.0.0 to ^4.0.1
32+
* @helia/ipns bumped from ^6.0.0 to ^6.0.1
33+
* @helia/json bumped from ^3.0.0 to ^3.0.1
34+
* @helia/mfs bumped from ^3.0.0 to ^3.0.1
35+
* @helia/routers bumped from ^1.0.0 to ^1.0.1
36+
* @helia/strings bumped from ^3.0.0 to ^3.0.1
37+
* @helia/unixfs bumped from ^3.0.0 to ^3.0.1
38+
* helia bumped from ^4.0.1 to ^4.0.2
39+
340
## [5.0.0](https://github.com/ipfs/helia/compare/interop-v4.0.0...interop-v5.0.0) (2024-01-31)
441

542

0 commit comments

Comments
 (0)