Skip to content

Commit

Permalink
chore: release main (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Jan 24, 2025
1 parent 12df657 commit 3815487
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"packages/dag-json": "4.0.2",
"packages/helia": "5.2.0",
"packages/interface": "5.2.0",
"packages/interop": "7.1.0",
"packages/ipns": "8.0.2",
"packages/interop": "7.1.1",
"packages/ipns": "8.1.0",
"packages/json": "4.0.2",
"packages/mfs": "4.0.2",
"packages/strings": "4.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [7.1.1](https://github.com/ipfs/helia/compare/interop-v7.1.0...interop-v7.1.1) (2025-01-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/ipns bumped from ^8.0.2 to ^8.1.0

## [7.1.0](https://github.com/ipfs/helia/compare/interop-v7.0.3...interop-v7.1.0) (2025-01-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "7.1.0",
"version": "7.1.1",
"description": "Interop tests for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@helia/dag-json": "^4.0.2",
"@helia/http": "^2.0.3",
"@helia/interface": "^5.2.0",
"@helia/ipns": "^8.0.2",
"@helia/ipns": "^8.1.0",
"@helia/json": "^4.0.2",
"@helia/mfs": "^4.0.2",
"@helia/routers": "^3.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/ipns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [8.1.0](https://github.com/ipfs/helia/compare/ipns-v8.0.2...ipns-v8.1.0) (2025-01-24)


### Features

* allow passing custom ttl when publishing ipns ([#723](https://github.com/ipfs/helia/issues/723)) ([12df657](https://github.com/ipfs/helia/commit/12df657aa421c86df53bc54becf1d505b1c145ce))


### Bug Fixes

* handle dnslink pointing to CID with peer id (ipns name) ([#722](https://github.com/ipfs/helia/issues/722)) ([2666d64](https://github.com/ipfs/helia/commit/2666d643d8bd90db077095f20edb1924c8594185))

## [8.0.2](https://github.com/ipfs/helia/compare/ipns-v8.0.1...ipns-v8.0.2) (2025-01-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/ipns",
"version": "8.0.2",
"version": "8.1.0",
"description": "An implementation of IPNS for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme",
Expand Down

0 comments on commit 3815487

Please sign in to comment.