From 5b4777d2c564b0f03516dc2525656df6e86864a9 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Wed, 31 Jan 2024 17:59:06 +0100 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 10 +++++----- packages/block-brokers/CHANGELOG.md | 7 +++++++ packages/block-brokers/package.json | 2 +- packages/helia/CHANGELOG.md | 6 ++++++ packages/helia/package.json | 4 ++-- packages/http/CHANGELOG.md | 6 ++++++ packages/http/package.json | 4 ++-- packages/interop/CHANGELOG.md | 21 +++++++++++++++++++++ packages/interop/package.json | 10 +++++----- packages/ipns/CHANGELOG.md | 16 ++++++++++++++++ packages/ipns/package.json | 2 +- 11 files changed, 72 insertions(+), 16 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index acac9b5d..fe2a5bbc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,17 +1,17 @@ { - "packages/block-brokers": "2.0.0", + "packages/block-brokers": "2.0.1", "packages/car": "3.0.0", "packages/dag-cbor": "3.0.0", "packages/dag-json": "3.0.0", - "packages/helia": "4.0.0", + "packages/helia": "4.0.1", "packages/interface": "4.0.0", - "packages/interop": "4.0.0", - "packages/ipns": "5.0.0", + "packages/interop": "5.0.0", + "packages/ipns": "6.0.0", "packages/json": "3.0.0", "packages/mfs": "3.0.0", "packages/strings": "3.0.0", "packages/unixfs": "3.0.0", "packages/utils": "0.0.1", - "packages/http": "1.0.0", + "packages/http": "1.0.1", "packages/routers": "1.0.0" } diff --git a/packages/block-brokers/CHANGELOG.md b/packages/block-brokers/CHANGELOG.md index 6c015f07..000d3622 100644 --- a/packages/block-brokers/CHANGELOG.md +++ b/packages/block-brokers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/ipfs/helia/compare/block-brokers-v2.0.0...block-brokers-v2.0.1) (2024-01-31) + + +### Bug Fixes + +* @helia/block-brokers gateways uses path gateways ([#374](https://github.com/ipfs/helia/issues/374)) ([94b0cd1](https://github.com/ipfs/helia/commit/94b0cd162ce864d44726a1d486389b0a1fdd3efc)) + ## [2.0.0](https://github.com/ipfs/helia/compare/block-brokers-v1.0.0...block-brokers-v2.0.0) (2024-01-24) diff --git a/packages/block-brokers/package.json b/packages/block-brokers/package.json index a8e77569..24eb6b3a 100644 --- a/packages/block-brokers/package.json +++ b/packages/block-brokers/package.json @@ -1,6 +1,6 @@ { "name": "@helia/block-brokers", - "version": "2.0.0", + "version": "2.0.1", "description": "Block brokers for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme", diff --git a/packages/helia/CHANGELOG.md b/packages/helia/CHANGELOG.md index 2f480e24..b7e4b455 100644 --- a/packages/helia/CHANGELOG.md +++ b/packages/helia/CHANGELOG.md @@ -6,6 +6,12 @@ * **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)) * update sibling dependencies ([beb10b5](https://github.com/ipfs/helia/commit/beb10b5590d66d1d5bef9b5e890b888263df2c92)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^2.0.0 to ^2.0.1 + ## [4.0.0](https://github.com/ipfs/helia/compare/helia-v3.0.1...helia-v4.0.0) (2024-01-24) diff --git a/packages/helia/package.json b/packages/helia/package.json index 5086bf2a..b91b9dc2 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "4.0.0", + "version": "4.0.1", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme", @@ -56,7 +56,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^15.0.0", "@chainsafe/libp2p-yamux": "^6.0.1", - "@helia/block-brokers": "^2.0.0", + "@helia/block-brokers": "^2.0.1", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", "@helia/interface": "^4.0.0", "@helia/routers": "^1.0.0", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 6519f468..cc024045 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^2.0.0 to ^2.0.1 + ## 1.0.0 (2024-01-24) diff --git a/packages/http/package.json b/packages/http/package.json index fe34f6e0..33ebf82b 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helia/http", - "version": "1.0.0", + "version": "1.0.1", "description": "A lightweight implementation of IPFS over HTTP in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme", @@ -53,7 +53,7 @@ "test:electron-main": "aegir test -t electron-main" }, "dependencies": { - "@helia/block-brokers": "^2.0.0", + "@helia/block-brokers": "^2.0.1", "@helia/interface": "^4.0.0", "@helia/routers": "^1.0.0", "@helia/utils": "^0.0.1", diff --git a/packages/interop/CHANGELOG.md b/packages/interop/CHANGELOG.md index 4d5aee21..7856af91 100644 --- a/packages/interop/CHANGELOG.md +++ b/packages/interop/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [5.0.0](https://github.com/ipfs/helia/compare/interop-v4.0.0...interop-v5.0.0) (2024-01-31) + + +### ⚠ BREAKING CHANGES + +* to support paths in `@helia/ipns`, the return type of `ipns.resolve` is now `{ path: string, cid: CID }` instead of just `CID` + +### Features + +* support paths in @helia/ipns ([#410](https://github.com/ipfs/helia/issues/410)) ([ca8d5eb](https://github.com/ipfs/helia/commit/ca8d5ebdf587574c7fb84517b558226c3479caa9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @helia/block-brokers bumped from ^2.0.0 to ^2.0.1 + * @helia/http bumped from ^1.0.0 to ^1.0.1 + * @helia/ipns bumped from ^5.0.0 to ^6.0.0 + * helia bumped from ^4.0.0 to ^4.0.1 + ## [4.0.0](https://github.com/ipfs/helia/compare/interop-v3.0.1...interop-v4.0.0) (2024-01-24) diff --git a/packages/interop/package.json b/packages/interop/package.json index 03196751..4e116af1 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -1,6 +1,6 @@ { "name": "@helia/interop", - "version": "4.0.0", + "version": "5.0.0", "description": "Interop tests for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme", @@ -58,13 +58,13 @@ }, "dependencies": { "@chainsafe/libp2p-gossipsub": "^11.1.0", - "@helia/block-brokers": "^2.0.0", + "@helia/block-brokers": "^2.0.1", "@helia/car": "^3.0.0", "@helia/dag-cbor": "^3.0.0", "@helia/dag-json": "^3.0.0", - "@helia/http": "^1.0.0", + "@helia/http": "^1.0.1", "@helia/interface": "^4.0.0", - "@helia/ipns": "^5.0.0", + "@helia/ipns": "^6.0.0", "@helia/json": "^3.0.0", "@helia/mfs": "^3.0.0", "@helia/routers": "^1.0.0", @@ -80,7 +80,7 @@ "@libp2p/websockets": "^8.0.10", "@multiformats/sha3": "^3.0.0", "aegir": "^42.1.0", - "helia": "^4.0.0", + "helia": "^4.0.1", "ipfs-core-types": "^0.14.1", "ipfs-unixfs-importer": "^15.2.3", "ipfsd-ctl": "^13.0.0", diff --git a/packages/ipns/CHANGELOG.md b/packages/ipns/CHANGELOG.md index 0979a9bf..8e948256 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -14,6 +14,22 @@ * make @libp2p/interface a dependency ([#159](https://github.com/ipfs/helia-ipns/issues/159)) ([546ecf0](https://github.com/ipfs/helia-ipns/commit/546ecf023bd619d32e187fa6a55d39fcf12e4bbe)), closes [#158](https://github.com/ipfs/helia-ipns/issues/158) +## [6.0.0](https://github.com/ipfs/helia/compare/ipns-v5.0.0...ipns-v6.0.0) (2024-01-31) + + +### ⚠ BREAKING CHANGES + +* to support paths in `@helia/ipns`, the return type of `ipns.resolve` is now `{ path: string, cid: CID }` instead of just `CID` + +### Features + +* support paths in @helia/ipns ([#410](https://github.com/ipfs/helia/issues/410)) ([ca8d5eb](https://github.com/ipfs/helia/commit/ca8d5ebdf587574c7fb84517b558226c3479caa9)) + + +### Bug Fixes + +* export IPNSRoutingEvents ([#407](https://github.com/ipfs/helia/issues/407)) ([44f4e88](https://github.com/ipfs/helia/commit/44f4e88030a21d86b2a8473d3d00efb624cfce8f)) + ## [5.0.0](https://github.com/ipfs/helia/compare/ipns-v4.0.0...ipns-v5.0.0) (2024-01-24) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 89369f39..7f7be1bf 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "5.0.0", + "version": "6.0.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",