Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #673

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/block-brokers": "4.0.1",
"packages/bitswap": "2.0.1",
"packages/car": "4.0.0",
"packages/dag-cbor": "4.0.0",
"packages/dag-json": "4.0.0",
"packages/helia": "5.1.0",
"packages/interface": "5.0.0",
"packages/interop": "7.0.2",
"packages/ipns": "8.0.0",
"packages/json": "4.0.0",
"packages/mfs": "4.0.0",
"packages/strings": "4.0.0",
"packages/unixfs": "4.0.0",
"packages/utils": "1.0.1",
"packages/http": "2.0.1",
"packages/routers": "2.1.0"
"packages/block-brokers": "4.0.2",
"packages/bitswap": "2.0.2",
"packages/car": "4.0.1",
"packages/dag-cbor": "4.0.1",
"packages/dag-json": "4.0.1",
"packages/helia": "5.1.1",
"packages/interface": "5.1.0",
"packages/interop": "7.0.3",
"packages/ipns": "8.0.1",
"packages/json": "4.0.1",
"packages/mfs": "4.0.1",
"packages/strings": "4.0.1",
"packages/unixfs": "4.0.1",
"packages/utils": "1.1.0",
"packages/http": "2.0.2",
"packages/routers": "2.2.0"
}
11 changes: 11 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.2](https://github.com/ipfs/helia/compare/bitswap-v2.0.1...bitswap-v2.0.2) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0
* @helia/utils bumped from ^1.0.1 to ^1.1.0

## [2.0.1](https://github.com/ipfs/helia/compare/bitswap-v2.0.0...bitswap-v2.0.1) (2024-10-23)


6 changes: 3 additions & 3 deletions packages/bitswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/bitswap",
"version": "2.0.1",
"version": "2.0.2",
"description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme",
@@ -148,8 +148,8 @@
"docs": "aegir docs"
},
"dependencies": {
"@helia/interface": "^5.0.0",
"@helia/utils": "^1.0.1",
"@helia/interface": "^5.1.0",
"@helia/utils": "^1.1.0",
"@libp2p/interface": "^2.0.0",
"@libp2p/logger": "^5.0.0",
"@libp2p/peer-collections": "^6.0.0",
13 changes: 13 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.0.2](https://github.com/ipfs/helia/compare/block-brokers-v4.0.1...block-brokers-v4.0.2) (2024-11-18)


### Dependencies

* bump @multiformats/multiaddr-to-uri from 10.1.2 to 11.0.0 ([#676](https://github.com/ipfs/helia/issues/676)) ([74f392c](https://github.com/ipfs/helia/commit/74f392c207db3536c597d2fa59ad86a647672ec9))
* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^2.0.1 to ^2.0.2
* @helia/interface bumped from ^5.0.0 to ^5.1.0
* @helia/utils bumped from ^1.0.1 to ^1.1.0

## [4.0.1](https://github.com/ipfs/helia/compare/block-brokers-v4.0.0...block-brokers-v4.0.1) (2024-10-23)


8 changes: 4 additions & 4 deletions packages/block-brokers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/block-brokers",
"version": "4.0.1",
"version": "4.0.2",
"description": "Block brokers for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
@@ -54,9 +54,9 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/bitswap": "^2.0.1",
"@helia/interface": "^5.0.0",
"@helia/utils": "^1.0.1",
"@helia/bitswap": "^2.0.2",
"@helia/interface": "^5.1.0",
"@helia/utils": "^1.1.0",
"@libp2p/interface": "^2.0.0",
"@libp2p/utils": "^6.0.0",
"@multiformats/multiaddr": "^12.2.1",
13 changes: 13 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.0.1](https://github.com/ipfs/helia/compare/car-v4.0.0...car-v4.0.1) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0
* devDependencies
* @helia/mfs bumped from ^4.0.0 to ^4.0.1
* @helia/unixfs bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/ipfs/helia/compare/car-v3.2.1...car-v4.0.0) (2024-10-07)


8 changes: 4 additions & 4 deletions packages/car/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/car",
"version": "4.0.0",
"version": "4.0.1",
"description": "Import/export car files from Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
@@ -140,7 +140,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^5.0.0",
"@helia/interface": "^5.1.0",
"@ipld/car": "^5.3.0",
"@libp2p/interface": "^2.0.0",
"@libp2p/utils": "^6.0.0",
@@ -153,8 +153,8 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"@helia/mfs": "^4.0.0",
"@helia/unixfs": "^4.0.0",
"@helia/mfs": "^4.0.1",
"@helia/unixfs": "^4.0.1",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^45.0.1",
"blockstore-core": "^5.0.0",
10 changes: 10 additions & 0 deletions packages/dag-cbor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.0.1](https://github.com/ipfs/helia/compare/dag-cbor-v4.0.0...dag-cbor-v4.0.1) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0

## [4.0.0](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.6...dag-cbor-v4.0.0) (2024-10-07)


4 changes: 2 additions & 2 deletions packages/dag-cbor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/dag-cbor",
"version": "4.0.0",
"version": "4.0.1",
"description": "Add/get IPLD blocks containing dag-cbor with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme",
@@ -141,7 +141,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^5.0.0",
"@helia/interface": "^5.1.0",
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/interface": "^2.0.0",
"interface-blockstore": "^5.2.10",
10 changes: 10 additions & 0 deletions packages/dag-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.0.1](https://github.com/ipfs/helia/compare/dag-json-v4.0.0...dag-json-v4.0.1) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0

## [4.0.0](https://github.com/ipfs/helia/compare/dag-json-v3.0.6...dag-json-v4.0.0) (2024-10-07)


4 changes: 2 additions & 2 deletions packages/dag-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/dag-json",
"version": "4.0.0",
"version": "4.0.1",
"description": "Add/get IPLD blocks containing dag-json with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
@@ -140,7 +140,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^5.0.0",
"@helia/interface": "^5.1.0",
"@ipld/dag-json": "^10.2.0",
"@libp2p/interface": "^2.0.0",
"interface-blockstore": "^5.2.10",
19 changes: 19 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [5.1.1](https://github.com/ipfs/helia/compare/helia-v5.1.0...helia-v5.1.1) (2024-11-18)


### Bug Fixes

* add tls to default delegated routing filters ([#670](https://github.com/ipfs/helia/issues/670)) ([aecac3d](https://github.com/ipfs/helia/commit/aecac3d92cbd22a7331afee8e6f87ef31a9f7d95))
* remove webtransport from default transports ([#674](https://github.com/ipfs/helia/issues/674)) ([1aa6c8d](https://github.com/ipfs/helia/commit/1aa6c8d93edb779d2e5668081fb847314b2e2c79))


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.1 to ^4.0.2
* @helia/interface bumped from ^5.0.0 to ^5.1.0
* @helia/routers bumped from ^2.1.0 to ^2.2.0
* @helia/utils bumped from ^1.0.1 to ^1.1.0

## [5.1.0](https://github.com/ipfs/helia/compare/helia-v5.0.1...helia-v5.1.0) (2024-10-23)


10 changes: 5 additions & 5 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "5.1.0",
"version": "5.1.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",
@@ -57,11 +57,11 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.0",
"@helia/block-brokers": "^4.0.1",
"@helia/block-brokers": "^4.0.2",
"@helia/delegated-routing-v1-http-api-client": "^4.1.0",
"@helia/interface": "^5.0.0",
"@helia/routers": "^2.1.0",
"@helia/utils": "^1.0.1",
"@helia/interface": "^5.1.0",
"@helia/routers": "^2.2.0",
"@helia/utils": "^1.1.0",
"@libp2p/autonat": "^2.0.0",
"@libp2p/bootstrap": "^11.0.0",
"@libp2p/circuit-relay-v2": "^3.0.0",
13 changes: 13 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.0.2](https://github.com/ipfs/helia/compare/http-v2.0.1...http-v2.0.2) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.1 to ^4.0.2
* @helia/interface bumped from ^5.0.0 to ^5.1.0
* @helia/routers bumped from ^2.1.0 to ^2.2.0
* @helia/utils bumped from ^1.0.1 to ^1.1.0

## [2.0.1](https://github.com/ipfs/helia/compare/http-v2.0.0...http-v2.0.1) (2024-10-23)


10 changes: 5 additions & 5 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/http",
"version": "2.0.1",
"version": "2.0.2",
"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",
@@ -54,10 +54,10 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/block-brokers": "^4.0.1",
"@helia/interface": "^5.0.0",
"@helia/routers": "^2.1.0",
"@helia/utils": "^1.0.1",
"@helia/block-brokers": "^4.0.2",
"@helia/interface": "^5.1.0",
"@helia/routers": "^2.2.0",
"@helia/utils": "^1.1.0",
"blockstore-core": "^5.0.0",
"datastore-core": "^10.0.0"
},
12 changes: 12 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,18 @@

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

## [5.1.0](https://github.com/ipfs/helia/compare/interface-v5.0.0...interface-v5.1.0) (2024-11-18)


### Features

* add cancelReprovide function to routing ([#672](https://github.com/ipfs/helia/issues/672)) ([dc13525](https://github.com/ipfs/helia/commit/dc1352563ab5ed7b204ae702c1e48035d196a470))


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))

## [5.0.0](https://github.com/ipfs/helia/compare/interface-v4.3.1...interface-v5.0.0) (2024-10-07)


2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interface",
"version": "5.0.0",
"version": "5.1.0",
"description": "The Helia API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",
23 changes: 23 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [7.0.3](https://github.com/ipfs/helia/compare/interop-v7.0.2...interop-v7.0.3) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* bump kubo from 0.31.0 to 0.32.0 ([#679](https://github.com/ipfs/helia/issues/679)) ([c09fef2](https://github.com/ipfs/helia/commit/c09fef29b749eecf969f9812dea7ab49477582f7))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.1 to ^4.0.2
* @helia/car bumped from ^4.0.0 to ^4.0.1
* @helia/dag-cbor bumped from ^4.0.0 to ^4.0.1
* @helia/dag-json bumped from ^4.0.0 to ^4.0.1
* @helia/http bumped from ^2.0.1 to ^2.0.2
* @helia/interface bumped from ^5.0.0 to ^5.1.0
* @helia/ipns bumped from ^8.0.0 to ^8.0.1
* @helia/json bumped from ^4.0.0 to ^4.0.1
* @helia/mfs bumped from ^4.0.0 to ^4.0.1
* @helia/routers bumped from ^2.1.0 to ^2.2.0
* @helia/strings bumped from ^4.0.0 to ^4.0.1
* @helia/unixfs bumped from ^4.0.0 to ^4.0.1
* helia bumped from ^5.1.0 to ^5.1.1

## [7.0.2](https://github.com/ipfs/helia/compare/interop-v7.0.1...interop-v7.0.2) (2024-10-23)


28 changes: 14 additions & 14 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "7.0.2",
"version": "7.0.3",
"description": "Interop tests for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
@@ -59,18 +59,18 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.0.0",
"@helia/block-brokers": "^4.0.1",
"@helia/car": "^4.0.0",
"@helia/dag-cbor": "^4.0.0",
"@helia/dag-json": "^4.0.0",
"@helia/http": "^2.0.1",
"@helia/interface": "^5.0.0",
"@helia/ipns": "^8.0.0",
"@helia/json": "^4.0.0",
"@helia/mfs": "^4.0.0",
"@helia/routers": "^2.1.0",
"@helia/strings": "^4.0.0",
"@helia/unixfs": "^4.0.0",
"@helia/block-brokers": "^4.0.2",
"@helia/car": "^4.0.1",
"@helia/dag-cbor": "^4.0.1",
"@helia/dag-json": "^4.0.1",
"@helia/http": "^2.0.2",
"@helia/interface": "^5.1.0",
"@helia/ipns": "^8.0.1",
"@helia/json": "^4.0.1",
"@helia/mfs": "^4.0.1",
"@helia/routers": "^2.2.0",
"@helia/strings": "^4.0.1",
"@helia/unixfs": "^4.0.1",
"@ipld/car": "^5.3.0",
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/crypto": "^5.0.0",
@@ -81,7 +81,7 @@
"@libp2p/websockets": "^9.0.0",
"@multiformats/sha3": "^3.0.2",
"aegir": "^45.0.1",
"helia": "^5.1.0",
"helia": "^5.1.1",
"ipfs-unixfs-importer": "^15.2.4",
"ipfsd-ctl": "^15.0.0",
"ipns": "^10.0.0",
10 changes: 10 additions & 0 deletions packages/ipns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [8.0.1](https://github.com/ipfs/helia/compare/ipns-v8.0.0...ipns-v8.0.1) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0

## [8.0.0](https://github.com/ipfs/helia/compare/ipns-v7.2.3...ipns-v8.0.0) (2024-10-07)


4 changes: 2 additions & 2 deletions packages/ipns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/ipns",
"version": "8.0.0",
"version": "8.0.1",
"description": "An implementation of IPNS for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme",
@@ -165,7 +165,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^5.0.0",
"@helia/interface": "^5.1.0",
"@libp2p/interface": "^2.0.0",
"@libp2p/kad-dht": "^14.0.0",
"@libp2p/logger": "^5.0.0",
10 changes: 10 additions & 0 deletions packages/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.0.1](https://github.com/ipfs/helia/compare/json-v4.0.0...json-v4.0.1) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0

## [4.0.0](https://github.com/ipfs/helia/compare/json-v3.0.6...json-v4.0.0) (2024-10-07)


4 changes: 2 additions & 2 deletions packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/json",
"version": "4.0.0",
"version": "4.0.1",
"description": "Add/get IPLD blocks containing json with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/json#readme",
@@ -140,7 +140,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^5.0.0",
"@helia/interface": "^5.1.0",
"@libp2p/interface": "^2.0.0",
"interface-blockstore": "^5.2.10",
"multiformats": "^13.1.0",
10 changes: 10 additions & 0 deletions packages/mfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.0.1](https://github.com/ipfs/helia/compare/mfs-v4.0.0...mfs-v4.0.1) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/unixfs bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/ipfs/helia/compare/mfs-v3.0.8...mfs-v4.0.0) (2024-10-07)


4 changes: 2 additions & 2 deletions packages/mfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/mfs",
"version": "4.0.0",
"version": "4.0.1",
"description": "A mutable filesystem powered by Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme",
@@ -140,7 +140,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/unixfs": "^4.0.0",
"@helia/unixfs": "^4.0.1",
"@libp2p/interface": "^2.0.0",
"@libp2p/logger": "^5.0.0",
"interface-blockstore": "^5.2.10",
20 changes: 20 additions & 0 deletions packages/routers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.2.0](https://github.com/ipfs/helia/compare/routers-v2.1.0...routers-v2.2.0) (2024-11-18)


### Features

* add cancelReprovide function to routing ([#672](https://github.com/ipfs/helia/issues/672)) ([dc13525](https://github.com/ipfs/helia/commit/dc1352563ab5ed7b204ae702c1e48035d196a470))


### Bug Fixes

* add tls to default delegated routing filters ([#670](https://github.com/ipfs/helia/issues/670)) ([aecac3d](https://github.com/ipfs/helia/commit/aecac3d92cbd22a7331afee8e6f87ef31a9f7d95))


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0

## [2.1.0](https://github.com/ipfs/helia/compare/routers-v2.0.0...routers-v2.1.0) (2024-10-23)


4 changes: 2 additions & 2 deletions packages/routers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/routers",
"version": "2.1.0",
"version": "2.2.0",
"description": "Routers for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/routers#readme",
@@ -55,7 +55,7 @@
},
"dependencies": {
"@helia/delegated-routing-v1-http-api-client": "^4.1.0",
"@helia/interface": "^5.0.0",
"@helia/interface": "^5.1.0",
"@libp2p/peer-id": "^5.0.0",
"@libp2p/interface": "^2.0.0",
"@multiformats/uri-to-multiaddr": "^8.0.0",
10 changes: 10 additions & 0 deletions packages/strings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.0.1](https://github.com/ipfs/helia/compare/strings-v4.0.0...strings-v4.0.1) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0

## [4.0.0](https://github.com/ipfs/helia/compare/strings-v3.0.6...strings-v4.0.0) (2024-10-07)


4 changes: 2 additions & 2 deletions packages/strings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/strings",
"version": "4.0.0",
"version": "4.0.1",
"description": "Add/get IPLD blocks containing strings with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/strings#readme",
@@ -142,7 +142,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^5.0.0",
"@helia/interface": "^5.1.0",
"@libp2p/interface": "^2.0.0",
"interface-blockstore": "^5.2.10",
"multiformats": "^13.1.0",
10 changes: 10 additions & 0 deletions packages/unixfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.0.1](https://github.com/ipfs/helia/compare/unixfs-v4.0.0...unixfs-v4.0.1) (2024-11-18)


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0

## [4.0.0](https://github.com/ipfs/helia/compare/unixfs-v3.0.7...unixfs-v4.0.0) (2024-10-07)


4 changes: 2 additions & 2 deletions packages/unixfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/unixfs",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Helia-compatible wrapper for UnixFS",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme",
@@ -160,7 +160,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^5.0.0",
"@helia/interface": "^5.1.0",
"@ipld/dag-pb": "^4.1.0",
"@libp2p/interface": "^2.0.0",
"@libp2p/logger": "^5.0.0",
15 changes: 15 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1.0](https://github.com/ipfs/helia/compare/utils-v1.0.1...utils-v1.1.0) (2024-11-18)


### Features

* add cancelReprovide function to routing ([#672](https://github.com/ipfs/helia/issues/672)) ([dc13525](https://github.com/ipfs/helia/commit/dc1352563ab5ed7b204ae702c1e48035d196a470))


### Dependencies

* bump aegir from 44.1.4 to 45.0.1 ([#669](https://github.com/ipfs/helia/issues/669)) ([e58e49c](https://github.com/ipfs/helia/commit/e58e49c6aed8ea9d1e9851435a25e33fdbee3781))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.0.0 to ^5.1.0

## [1.0.1](https://github.com/ipfs/helia/compare/utils-v1.0.0...utils-v1.0.1) (2024-10-23)


4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/utils",
"version": "1.0.1",
"version": "1.1.0",
"description": "Shared code that implements the Helia API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/utils#readme",
@@ -54,7 +54,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^5.0.0",
"@helia/interface": "^5.1.0",
"@ipld/dag-cbor": "^9.2.0",
"@ipld/dag-json": "^10.2.0",
"@ipld/dag-pb": "^4.1.0",