Skip to content

Commit 777d868

Browse files
authored
chore: release main (#563)
1 parent 461d219 commit 777d868

33 files changed

+383
-70
lines changed

.release-please-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/block-brokers": "3.0.2",
3-
"packages/bitswap": "1.1.2",
4-
"packages/car": "3.1.5",
5-
"packages/dag-cbor": "3.0.4",
6-
"packages/dag-json": "3.0.4",
7-
"packages/helia": "4.2.4",
8-
"packages/interface": "4.3.0",
9-
"packages/interop": "6.1.6",
10-
"packages/ipns": "7.2.2",
11-
"packages/json": "3.0.4",
12-
"packages/mfs": "3.0.6",
13-
"packages/strings": "3.0.4",
14-
"packages/unixfs": "3.0.6",
15-
"packages/utils": "0.3.2",
16-
"packages/http": "1.0.9",
17-
"packages/routers": "1.1.0"
2+
"packages/block-brokers": "3.0.3",
3+
"packages/bitswap": "1.1.3",
4+
"packages/car": "3.2.0",
5+
"packages/dag-cbor": "3.0.5",
6+
"packages/dag-json": "3.0.5",
7+
"packages/helia": "4.2.5",
8+
"packages/interface": "4.3.1",
9+
"packages/interop": "6.1.7",
10+
"packages/ipns": "7.2.3",
11+
"packages/json": "3.0.5",
12+
"packages/mfs": "3.0.7",
13+
"packages/strings": "3.0.5",
14+
"packages/unixfs": "3.0.7",
15+
"packages/utils": "0.3.3",
16+
"packages/http": "1.0.10",
17+
"packages/routers": "1.1.1"
1818
}

packages/bitswap/CHANGELOG.md

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

3+
## [1.1.3](https://github.com/ipfs/helia/compare/bitswap-v1.1.2...bitswap-v1.1.3) (2024-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* update deps and fix types ([#572](https://github.com/ipfs/helia/issues/572)) ([f16c9ea](https://github.com/ipfs/helia/commit/f16c9eac32677333313c433eb918b705439c0819))
9+
10+
11+
### Documentation
12+
13+
* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9))
14+
15+
16+
### Dependencies
17+
18+
* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8))
19+
* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1))
20+
* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7))
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @helia/interface bumped from ^4.3.0 to ^4.3.1
24+
* @helia/utils bumped from ^0.3.2 to ^0.3.3
25+
326
## [1.1.2](https://github.com/ipfs/helia/compare/bitswap-v1.1.1...bitswap-v1.1.2) (2024-05-27)
427

528

packages/bitswap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/bitswap",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
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.0",
152-
"@helia/utils": "^0.3.2",
151+
"@helia/interface": "^4.3.1",
152+
"@helia/utils": "^0.3.3",
153153
"@libp2p/interface": "^1.1.2",
154154
"@libp2p/logger": "^4.0.5",
155155
"@libp2p/peer-collections": "^5.1.6",

packages/block-brokers/CHANGELOG.md

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

3+
## [3.0.3](https://github.com/ipfs/helia/compare/block-brokers-v3.0.2...block-brokers-v3.0.3) (2024-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* respect trustless gateway options for sessions ([#566](https://github.com/ipfs/helia/issues/566)) ([5643b1d](https://github.com/ipfs/helia/commit/5643b1d31a821a31d61f5a37256465895260f117))
9+
10+
11+
### Documentation
12+
13+
* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9))
14+
15+
16+
### Dependencies
17+
18+
* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8))
19+
* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1))
20+
* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7))
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @helia/bitswap bumped from ^1.1.2 to ^1.1.3
24+
* @helia/interface bumped from ^4.3.0 to ^4.3.1
25+
* @helia/utils bumped from ^0.3.2 to ^0.3.3
26+
327
## [3.0.2](https://github.com/ipfs/helia/compare/block-brokers-v3.0.1...block-brokers-v3.0.2) (2024-05-27)
428

529

packages/block-brokers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/block-brokers",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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,9 +53,9 @@
5353
"test:electron-main": "aegir test -t electron-main"
5454
},
5555
"dependencies": {
56-
"@helia/bitswap": "^1.1.2",
57-
"@helia/interface": "^4.3.0",
58-
"@helia/utils": "^0.3.2",
56+
"@helia/bitswap": "^1.1.3",
57+
"@helia/interface": "^4.3.1",
58+
"@helia/utils": "^0.3.3",
5959
"@libp2p/interface": "^1.1.4",
6060
"@libp2p/utils": "^5.2.6",
6161
"@multiformats/multiaddr": "^12.2.1",

packages/car/CHANGELOG.md

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

3+
## [3.2.0](https://github.com/ipfs/helia/compare/car-v3.1.5...car-v3.2.0) (2024-07-31)
4+
5+
6+
### Features
7+
8+
* add `filter` option to de-duplicate blocks in car files ([461d219](https://github.com/ipfs/helia/commit/461d219927a6725508014392340820d01a76a64f))
9+
10+
11+
### Documentation
12+
13+
* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9))
14+
15+
16+
### Dependencies
17+
18+
* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8))
19+
* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1))
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @helia/interface bumped from ^4.3.0 to ^4.3.1
23+
* devDependencies
24+
* @helia/mfs bumped from ^3.0.6 to ^3.0.7
25+
* @helia/unixfs bumped from ^3.0.6 to ^3.0.7
26+
327
## [3.1.5](https://github.com/ipfs/helia/compare/car-v3.1.4...car-v3.1.5) (2024-05-01)
428

529

packages/car/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/car",
3-
"version": "3.1.5",
3+
"version": "3.2.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.3.0",
142+
"@helia/interface": "^4.3.1",
143143
"@ipld/car": "^5.3.0",
144144
"@libp2p/interfaces": "^3.3.2",
145145
"@libp2p/utils": "^5.4.6",
@@ -152,8 +152,8 @@
152152
"progress-events": "^1.0.0"
153153
},
154154
"devDependencies": {
155-
"@helia/mfs": "^3.0.6",
156-
"@helia/unixfs": "^3.0.6",
155+
"@helia/mfs": "^3.0.7",
156+
"@helia/unixfs": "^3.0.7",
157157
"@ipld/dag-pb": "^4.1.0",
158158
"aegir": "^44.0.1",
159159
"blockstore-core": "^4.4.0",

packages/dag-cbor/CHANGELOG.md

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

3+
## [3.0.5](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.4...dag-cbor-v3.0.5) (2024-07-31)
4+
5+
6+
### Documentation
7+
8+
* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9))
9+
10+
11+
### Dependencies
12+
13+
* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8))
14+
* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1))
15+
* The following workspace dependencies were updated
16+
* dependencies
17+
* @helia/interface bumped from ^4.3.0 to ^4.3.1
18+
319
## [3.0.4](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.3...dag-cbor-v3.0.4) (2024-05-01)
420

521

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.4",
3+
"version": "3.0.5",
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.3.0",
143+
"@helia/interface": "^4.3.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
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.0.5](https://github.com/ipfs/helia/compare/dag-json-v3.0.4...dag-json-v3.0.5) (2024-07-31)
4+
5+
6+
### Documentation
7+
8+
* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9))
9+
10+
11+
### Dependencies
12+
13+
* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8))
14+
* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1))
15+
* The following workspace dependencies were updated
16+
* dependencies
17+
* @helia/interface bumped from ^4.3.0 to ^4.3.1
18+
319
## [3.0.4](https://github.com/ipfs/helia/compare/dag-json-v3.0.3...dag-json-v3.0.4) (2024-05-01)
420

521

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.4",
3+
"version": "3.0.5",
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.3.0",
142+
"@helia/interface": "^4.3.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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [4.2.5](https://github.com/ipfs/helia/compare/helia-v4.2.4...helia-v4.2.5) (2024-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* update js-libp2p types ([#570](https://github.com/ipfs/helia/issues/570)) ([b4877b5](https://github.com/ipfs/helia/commit/b4877b5b768895684be90a26f4303ae65fc209e7))
9+
10+
11+
### Documentation
12+
13+
* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9))
14+
15+
16+
### Dependencies
17+
18+
* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8))
19+
* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1))
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @helia/block-brokers bumped from ^3.0.2 to ^3.0.3
23+
* @helia/interface bumped from ^4.3.0 to ^4.3.1
24+
* @helia/routers bumped from ^1.1.0 to ^1.1.1
25+
* @helia/utils bumped from ^0.3.2 to ^0.3.3
26+
327
## [4.2.4](https://github.com/ipfs/helia/compare/helia-v4.2.3...helia-v4.2.4) (2024-06-18)
428

529

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.2.4",
3+
"version": "4.2.5",
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": "^3.0.2",
59+
"@helia/block-brokers": "^3.0.3",
6060
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
61-
"@helia/interface": "^4.3.0",
62-
"@helia/routers": "^1.1.0",
63-
"@helia/utils": "^0.3.2",
61+
"@helia/interface": "^4.3.1",
62+
"@helia/routers": "^1.1.1",
63+
"@helia/utils": "^0.3.3",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.0.10](https://github.com/ipfs/helia/compare/http-v1.0.9...http-v1.0.10) (2024-07-31)
4+
5+
6+
### Documentation
7+
8+
* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9))
9+
10+
11+
### Dependencies
12+
13+
* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8))
14+
* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1))
15+
* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7))
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @helia/block-brokers bumped from ^3.0.2 to ^3.0.3
19+
* @helia/interface bumped from ^4.3.0 to ^4.3.1
20+
* @helia/routers bumped from ^1.1.0 to ^1.1.1
21+
* @helia/utils bumped from ^0.3.2 to ^0.3.3
22+
323
## [1.0.9](https://github.com/ipfs/helia/compare/http-v1.0.8...http-v1.0.9) (2024-05-27)
424

525

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.9",
3+
"version": "1.0.10",
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": "^3.0.2",
57-
"@helia/interface": "^4.3.0",
58-
"@helia/routers": "^1.1.0",
59-
"@helia/utils": "^0.3.2",
56+
"@helia/block-brokers": "^3.0.3",
57+
"@helia/interface": "^4.3.1",
58+
"@helia/routers": "^1.1.1",
59+
"@helia/utils": "^0.3.3",
6060
"blockstore-core": "^4.4.0",
6161
"datastore-core": "^9.2.9"
6262
},

packages/interface/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55

66
* expose .dns property on @helia/interface ([#465](https://github.com/ipfs/helia/issues/465)) ([8c9bb7d](https://github.com/ipfs/helia/commit/8c9bb7d224a1b786cba1fba18bffe07001a3b95d))
77

8+
## [4.3.1](https://github.com/ipfs/helia/compare/interface-v4.3.0...interface-v4.3.1) (2024-07-31)
9+
10+
11+
### Documentation
12+
13+
* fix grammar - it's -> its ([#565](https://github.com/ipfs/helia/issues/565)) ([155e24d](https://github.com/ipfs/helia/commit/155e24db8c06c33972895d702a656e0c2996f3d9))
14+
15+
16+
### Dependencies
17+
18+
* bump aegir from 42.2.11 to 43.0.1 ([#552](https://github.com/ipfs/helia/issues/552)) ([74ccc92](https://github.com/ipfs/helia/commit/74ccc92793a6d0bb4bee714d9fe4fa4183aa4ee8))
19+
* bump aegir from 43.0.3 to 44.0.1 ([#569](https://github.com/ipfs/helia/issues/569)) ([6952f05](https://github.com/ipfs/helia/commit/6952f05357844e5aa3dffb2afaf261df06b9b7c1))
20+
821
## [4.3.0](https://github.com/ipfs/helia/compare/interface-v4.2.0...interface-v4.3.0) (2024-05-01)
922

1023

0 commit comments

Comments
 (0)