Skip to content

Commit

Permalink
chore: release main (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Jan 14, 2025
1 parent 87aa9b4 commit dd1f7b2
Show file tree
Hide file tree
Showing 33 changed files with 266 additions and 70 deletions.
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.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"
"packages/block-brokers": "4.0.3",
"packages/bitswap": "2.0.3",
"packages/car": "4.0.2",
"packages/dag-cbor": "4.0.2",
"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/json": "4.0.2",
"packages/mfs": "4.0.2",
"packages/strings": "4.0.2",
"packages/unixfs": "4.0.2",
"packages/utils": "1.2.0",
"packages/http": "2.0.3",
"packages/routers": "3.0.0"
}
10 changes: 10 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.0.3](https://github.com/ipfs/helia/compare/bitswap-v2.0.2...bitswap-v2.0.3) (2025-01-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.1.0 to ^5.2.0
* @helia/utils bumped from ^1.1.0 to ^1.2.0

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


Expand Down
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.2",
"version": "2.0.3",
"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",
Expand Down Expand Up @@ -62,8 +62,8 @@
"docs": "aegir docs"
},
"dependencies": {
"@helia/interface": "^5.1.0",
"@helia/utils": "^1.1.0",
"@helia/interface": "^5.2.0",
"@helia/utils": "^1.2.0",
"@libp2p/interface": "^2.2.1",
"@libp2p/logger": "^5.1.4",
"@libp2p/peer-collections": "^6.0.12",
Expand Down
11 changes: 11 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.3](https://github.com/ipfs/helia/compare/block-brokers-v4.0.2...block-brokers-v4.0.3) (2025-01-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^2.0.2 to ^2.0.3
* @helia/interface bumped from ^5.1.0 to ^5.2.0
* @helia/utils bumped from ^1.1.0 to ^1.2.0

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


Expand Down
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.2",
"version": "4.0.3",
"description": "Block brokers for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
Expand Down Expand Up @@ -54,9 +54,9 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/bitswap": "^2.0.2",
"@helia/interface": "^5.1.0",
"@helia/utils": "^1.1.0",
"@helia/bitswap": "^2.0.3",
"@helia/interface": "^5.2.0",
"@helia/utils": "^1.2.0",
"@libp2p/interface": "^2.2.1",
"@libp2p/utils": "^6.2.1",
"@multiformats/multiaddr": "^12.3.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.2](https://github.com/ipfs/helia/compare/car-v4.0.1...car-v4.0.2) (2025-01-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.1.0 to ^5.2.0
* devDependencies
* @helia/mfs bumped from ^4.0.1 to ^4.0.2
* @helia/unixfs bumped from ^4.0.1 to ^4.0.2

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


Expand Down
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.1",
"version": "4.0.2",
"description": "Import/export car files from Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
Expand Down Expand Up @@ -54,7 +54,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^5.1.0",
"@helia/interface": "^5.2.0",
"@ipld/car": "^5.3.3",
"@libp2p/interface": "^2.2.1",
"@libp2p/utils": "^6.2.1",
Expand All @@ -67,8 +67,8 @@
"progress-events": "^1.0.1"
},
"devDependencies": {
"@helia/mfs": "^4.0.1",
"@helia/unixfs": "^4.0.1",
"@helia/mfs": "^4.0.2",
"@helia/unixfs": "^4.0.2",
"@ipld/dag-pb": "^4.1.3",
"aegir": "^45.0.6",
"blockstore-core": "^5.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/dag-cbor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.0.2](https://github.com/ipfs/helia/compare/dag-cbor-v4.0.1...dag-cbor-v4.0.2) (2025-01-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.1.0 to ^5.2.0

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


Expand Down
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.1",
"version": "4.0.2",
"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",
Expand Down Expand Up @@ -55,7 +55,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^5.1.0",
"@helia/interface": "^5.2.0",
"@ipld/dag-cbor": "^9.2.2",
"@libp2p/interface": "^2.2.1",
"interface-blockstore": "^5.3.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/dag-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.0.2](https://github.com/ipfs/helia/compare/dag-json-v4.0.1...dag-json-v4.0.2) (2025-01-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^5.1.0 to ^5.2.0

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


Expand Down
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.1",
"version": "4.0.2",
"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",
Expand Down Expand Up @@ -54,7 +54,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^5.1.0",
"@helia/interface": "^5.2.0",
"@ipld/dag-json": "^10.2.3",
"@libp2p/interface": "^2.2.1",
"interface-blockstore": "^5.3.1",
Expand Down
23 changes: 23 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [5.2.0](https://github.com/ipfs/helia/compare/helia-v5.1.1...helia-v5.2.0) (2025-01-14)


### Features

* add auto-tls support ([#716](https://github.com/ipfs/helia/issues/716)) ([e45e1de](https://github.com/ipfs/helia/commit/e45e1dea40120b993f009f8fbb81a9737742196c))


### Bug Fixes

* use @libp2p/config to load private key from keystore ([#714](https://github.com/ipfs/helia/issues/714)) ([b4f9d4f](https://github.com/ipfs/helia/commit/b4f9d4fc234cc66e9cdf444900e365b1c63b9920))


### Dependencies

* bump the helia-deps group across 2 directories with 1 update ([#717](https://github.com/ipfs/helia/issues/717)) ([1c8583c](https://github.com/ipfs/helia/commit/1c8583c89bbf47bfbe10636a9e226aabb61e20da))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.2 to ^4.0.3
* @helia/interface bumped from ^5.1.0 to ^5.2.0
* @helia/routers bumped from ^2.2.0 to ^3.0.0
* @helia/utils bumped from ^1.1.0 to ^1.2.0

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


Expand Down
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.1",
"version": "5.2.0",
"description": "An implementation of IPFS in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme",
Expand Down Expand Up @@ -57,11 +57,11 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@helia/block-brokers": "^4.0.2",
"@helia/block-brokers": "^4.0.3",
"@helia/delegated-routing-v1-http-api-client": "^4.2.1",
"@helia/interface": "^5.1.0",
"@helia/routers": "^2.2.0",
"@helia/utils": "^1.1.0",
"@helia/interface": "^5.2.0",
"@helia/routers": "^3.0.0",
"@helia/utils": "^1.2.0",
"@libp2p/auto-tls": "^1.0.4",
"@libp2p/autonat": "^2.0.12",
"@libp2p/bootstrap": "^11.0.13",
Expand Down
12 changes: 12 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.0.3](https://github.com/ipfs/helia/compare/http-v2.0.2...http-v2.0.3) (2025-01-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.2 to ^4.0.3
* @helia/interface bumped from ^5.1.0 to ^5.2.0
* @helia/routers bumped from ^2.2.0 to ^3.0.0
* @helia/utils bumped from ^1.1.0 to ^1.2.0

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


Expand Down
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.2",
"version": "2.0.3",
"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",
Expand Down Expand Up @@ -54,10 +54,10 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/block-brokers": "^4.0.2",
"@helia/interface": "^5.1.0",
"@helia/routers": "^2.2.0",
"@helia/utils": "^1.1.0",
"@helia/block-brokers": "^4.0.3",
"@helia/interface": "^5.2.0",
"@helia/routers": "^3.0.0",
"@helia/utils": "^1.2.0",
"blockstore-core": "^5.0.2",
"datastore-core": "^10.0.2"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

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

## [5.2.0](https://github.com/ipfs/helia/compare/interface-v5.1.0...interface-v5.2.0) (2025-01-14)


### Features

* add method tracing to routing ([#715](https://github.com/ipfs/helia/issues/715)) ([5784ceb](https://github.com/ipfs/helia/commit/5784cebb3225157d6220668d4f58481f046debf2))

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


Expand Down
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.1.0",
"version": "5.2.0",
"description": "The Helia API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",
Expand Down
26 changes: 26 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

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


### Features

* add auto-tls support ([#716](https://github.com/ipfs/helia/issues/716)) ([e45e1de](https://github.com/ipfs/helia/commit/e45e1dea40120b993f009f8fbb81a9737742196c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.2 to ^4.0.3
* @helia/car bumped from ^4.0.1 to ^4.0.2
* @helia/dag-cbor bumped from ^4.0.1 to ^4.0.2
* @helia/dag-json bumped from ^4.0.1 to ^4.0.2
* @helia/http bumped from ^2.0.2 to ^2.0.3
* @helia/interface bumped from ^5.1.0 to ^5.2.0
* @helia/ipns bumped from ^8.0.1 to ^8.0.2
* @helia/json bumped from ^4.0.1 to ^4.0.2
* @helia/mfs bumped from ^4.0.1 to ^4.0.2
* @helia/routers bumped from ^2.2.0 to ^3.0.0
* @helia/strings bumped from ^4.0.1 to ^4.0.2
* @helia/unixfs bumped from ^4.0.1 to ^4.0.2
* helia bumped from ^5.1.1 to ^5.2.0

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


Expand Down
Loading

0 comments on commit dd1f7b2

Please sign in to comment.