Skip to content

Commit

Permalink
chore: release main (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Feb 13, 2025
1 parent c015793 commit fc2b6d4
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 22 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/block-brokers": "4.0.3",
"packages/bitswap": "2.0.3",
"packages/block-brokers": "4.0.4",
"packages/bitswap": "2.0.4",
"packages/car": "4.0.2",
"packages/dag-cbor": "4.0.2",
"packages/dag-json": "4.0.2",
"packages/helia": "5.2.0",
"packages/helia": "5.2.1",
"packages/interface": "5.2.0",
"packages/interop": "7.1.1",
"packages/interop": "7.1.2",
"packages/ipns": "8.1.0",
"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/utils": "1.2.1",
"packages/http": "2.0.4",
"packages/routers": "3.0.0"
}
9 changes: 9 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.4](https://github.com/ipfs/helia/compare/bitswap-v2.0.3...bitswap-v2.0.4) (2025-02-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/utils bumped from ^1.2.0 to ^1.2.1

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


Expand Down
4 changes: 2 additions & 2 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.3",
"version": "2.0.4",
"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 @@ -63,7 +63,7 @@
},
"dependencies": {
"@helia/interface": "^5.2.0",
"@helia/utils": "^1.2.0",
"@helia/utils": "^1.2.1",
"@libp2p/interface": "^2.2.1",
"@libp2p/logger": "^5.1.4",
"@libp2p/peer-collections": "^6.0.12",
Expand Down
10 changes: 10 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.0.4](https://github.com/ipfs/helia/compare/block-brokers-v4.0.3...block-brokers-v4.0.4) (2025-02-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^2.0.3 to ^2.0.4
* @helia/utils bumped from ^1.2.0 to ^1.2.1

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


Expand Down
6 changes: 3 additions & 3 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.3",
"version": "4.0.4",
"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.3",
"@helia/bitswap": "^2.0.4",
"@helia/interface": "^5.2.0",
"@helia/utils": "^1.2.0",
"@helia/utils": "^1.2.1",
"@libp2p/interface": "^2.2.1",
"@libp2p/utils": "^6.2.1",
"@multiformats/multiaddr": "^12.3.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [5.2.1](https://github.com/ipfs/helia/compare/helia-v5.2.0...helia-v5.2.1) (2025-02-10)


### Bug Fixes

* update libp2p deps, send user agent with auto-tls ([#736](https://github.com/ipfs/helia/issues/736)) ([c015793](https://github.com/ipfs/helia/commit/c01579393ddd622352d0d0179c67adaf5ccc4c8f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.3 to ^4.0.4
* @helia/utils bumped from ^1.2.0 to ^1.2.1

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


Expand Down
6 changes: 3 additions & 3 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "5.2.0",
"version": "5.2.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",
Expand Down Expand Up @@ -57,11 +57,11 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^16.0.1",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@helia/block-brokers": "^4.0.3",
"@helia/block-brokers": "^4.0.4",
"@helia/delegated-routing-v1-http-api-client": "^4.2.1",
"@helia/interface": "^5.2.0",
"@helia/routers": "^3.0.0",
"@helia/utils": "^1.2.0",
"@helia/utils": "^1.2.1",
"@ipshipyard/libp2p-auto-tls": "^1.0.0",
"@libp2p/autonat": "^2.0.19",
"@libp2p/bootstrap": "^11.0.20",
Expand Down
10 changes: 10 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.0.4](https://github.com/ipfs/helia/compare/http-v2.0.3...http-v2.0.4) (2025-02-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.3 to ^4.0.4
* @helia/utils bumped from ^1.2.0 to ^1.2.1

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


Expand Down
6 changes: 3 additions & 3 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.3",
"version": "2.0.4",
"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.3",
"@helia/block-brokers": "^4.0.4",
"@helia/interface": "^5.2.0",
"@helia/routers": "^3.0.0",
"@helia/utils": "^1.2.0",
"@helia/utils": "^1.2.1",
"blockstore-core": "^5.0.2",
"datastore-core": "^10.0.2"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [7.1.2](https://github.com/ipfs/helia/compare/interop-v7.1.1...interop-v7.1.2) (2025-02-10)


### Dependencies

* bump the kubo-deps group across 7 directories with 1 update ([#734](https://github.com/ipfs/helia/issues/734)) ([f7155d8](https://github.com/ipfs/helia/commit/f7155d8bece43dd91d19060881294f61df9d222c))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.0.3 to ^4.0.4
* @helia/http bumped from ^2.0.3 to ^2.0.4
* helia bumped from ^5.2.0 to ^5.2.1

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


Expand Down
8 changes: 4 additions & 4 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.1",
"version": "7.1.2",
"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 @@ -59,11 +59,11 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@helia/block-brokers": "^4.0.3",
"@helia/block-brokers": "^4.0.4",
"@helia/car": "^4.0.2",
"@helia/dag-cbor": "^4.0.2",
"@helia/dag-json": "^4.0.2",
"@helia/http": "^2.0.3",
"@helia/http": "^2.0.4",
"@helia/interface": "^5.2.0",
"@helia/ipns": "^8.1.0",
"@helia/json": "^4.0.2",
Expand All @@ -81,7 +81,7 @@
"@libp2p/websockets": "^9.0.13",
"@multiformats/sha3": "^3.0.2",
"aegir": "^45.0.6",
"helia": "^5.2.0",
"helia": "^5.2.1",
"ipfs-unixfs-importer": "^15.3.1",
"ipfsd-ctl": "^15.0.2",
"ipns": "^10.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/ipfs/helia/compare/utils-v1.2.0...utils-v1.2.1) (2025-02-10)


### Bug Fixes

* update libp2p deps, send user agent with auto-tls ([#736](https://github.com/ipfs/helia/issues/736)) ([c015793](https://github.com/ipfs/helia/commit/c01579393ddd622352d0d0179c67adaf5ccc4c8f))

## [1.2.0](https://github.com/ipfs/helia/compare/utils-v1.1.0...utils-v1.2.0) (2025-01-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/utils",
"version": "1.2.0",
"version": "1.2.1",
"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",
Expand Down

0 comments on commit fc2b6d4

Please sign in to comment.