Skip to content

Commit

Permalink
chore: release main (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Mar 15, 2024
1 parent b6765fe commit 7d27af9
Show file tree
Hide file tree
Showing 5 changed files with 21 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 @@ -5,8 +5,8 @@
"packages/dag-json": "3.0.2",
"packages/helia": "4.1.0",
"packages/interface": "4.1.0",
"packages/interop": "6.0.0",
"packages/ipns": "7.0.0",
"packages/interop": "6.0.1",
"packages/ipns": "7.1.0",
"packages/json": "3.0.2",
"packages/mfs": "3.0.2",
"packages/strings": "3.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

## [6.0.1](https://github.com/ipfs/helia/compare/interop-v6.0.0...interop-v6.0.1) (2024-03-15)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/ipns bumped from ^7.0.0 to ^7.1.0

## [6.0.0](https://github.com/ipfs/helia/compare/interop-v5.1.0...interop-v6.0.0) (2024-03-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": "6.0.0",
"version": "6.0.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 @@ -64,7 +64,7 @@
"@helia/dag-json": "^3.0.2",
"@helia/http": "^1.0.3",
"@helia/interface": "^4.1.0",
"@helia/ipns": "^7.0.0",
"@helia/ipns": "^7.1.0",
"@helia/json": "^3.0.2",
"@helia/mfs": "^3.0.2",
"@helia/routers": "^1.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/ipns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
* dependencies
* @helia/interface bumped from ^4.0.1 to ^4.1.0

## [7.1.0](https://github.com/ipfs/helia/compare/ipns-v7.0.0...ipns-v7.1.0) (2024-03-15)


### Features

* add `record`/`answer` fields to IPNS results ([#471](https://github.com/ipfs/helia/issues/471)) ([b6765fe](https://github.com/ipfs/helia/commit/b6765fe7632231407c4a8506015ac07e30152190))

## [6.0.1](https://github.com/ipfs/helia/compare/ipns-v6.0.0...ipns-v6.0.1) (2024-02-28)


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": "7.0.0",
"version": "7.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 7d27af9

Please sign in to comment.