Skip to content

Commit 992fa2f

Browse files
authored
chore: release main (#898)
1 parent a6bc71e commit 992fa2f

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"packages/car": "5.2.3",
55
"packages/dag-cbor": "5.0.3",
66
"packages/dag-json": "5.0.3",
7-
"packages/dnslink": "1.1.2",
7+
"packages/dnslink": "1.1.3",
88
"packages/helia": "6.0.8",
99
"packages/interface": "6.0.2",
10-
"packages/interop": "9.0.8",
10+
"packages/interop": "9.0.9",
1111
"packages/ipns": "9.1.3",
1212
"packages/json": "5.0.3",
1313
"packages/mfs": "6.0.3",

packages/dnslink/CHANGELOG.md

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

3+
## [1.1.3](https://github.com/ipfs/helia/compare/dnslink-v1.1.2...dnslink-v1.1.3) (2025-11-10)
4+
5+
6+
### Bug Fixes
7+
8+
* support recursive DNSLink lookups ([#897](https://github.com/ipfs/helia/issues/897)) ([636e950](https://github.com/ipfs/helia/commit/636e9503ff56e49c2209f6af480df36b7a8c3735))
9+
310
## [1.1.2](https://github.com/ipfs/helia/compare/dnslink-v1.1.1...dnslink-v1.1.2) (2025-10-29)
411

512

packages/dnslink/package.json

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

packages/interop/CHANGELOG.md

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

3+
## [9.0.9](https://github.com/ipfs/helia/compare/interop-v9.0.8...interop-v9.0.9) (2025-11-10)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/dnslink bumped from ^1.1.2 to ^1.1.3
11+
312
## [9.0.8](https://github.com/ipfs/helia/compare/interop-v9.0.7...interop-v9.0.8) (2025-10-29)
413

514

packages/interop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/interop",
3-
"version": "9.0.8",
3+
"version": "9.0.9",
44
"description": "Interop tests for Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@helia/block-brokers": "^5.0.7",
55-
"@helia/dnslink": "^1.1.2",
55+
"@helia/dnslink": "^1.1.3",
5656
"@helia/car": "^5.2.3",
5757
"@helia/dag-cbor": "^5.0.3",
5858
"@helia/dag-json": "^5.0.3",

0 commit comments

Comments
 (0)