Skip to content

Commit

Permalink
chore: release main (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored May 2, 2024
1 parent 9fa2427 commit be86ac7
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/block-brokers": "2.1.2",
"packages/block-brokers": "3.0.0",
"packages/bitswap": "1.1.0",
"packages/car": "3.1.5",
"packages/dag-cbor": "3.0.4",
"packages/dag-json": "3.0.4",
"packages/helia": "4.2.0",
"packages/helia": "4.2.1",
"packages/interface": "4.3.0",
"packages/interop": "6.1.2",
"packages/interop": "6.1.3",
"packages/ipns": "7.2.2",
"packages/json": "3.0.4",
"packages/mfs": "3.0.6",
"packages/strings": "3.0.4",
"packages/unixfs": "3.0.6",
"packages/utils": "0.3.0",
"packages/http": "1.0.6",
"packages/http": "1.0.7",
"packages/routers": "1.1.0"
}
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

## [3.0.0](https://github.com/ipfs/helia/compare/block-brokers-v2.1.2...block-brokers-v3.0.0) (2024-05-02)


### ⚠ BREAKING CHANGES

* the gateways init option has been removed from trustless gateway block brokers

### Bug Fixes

* trustless gateway brokers no longer take a gateways arg ([#530](https://github.com/ipfs/helia/issues/530)) ([a8fdfc2](https://github.com/ipfs/helia/commit/a8fdfc27e3c2c75d75cc14dafe971796d70d8411))

## [2.1.2](https://github.com/ipfs/helia/compare/block-brokers-v2.1.1...block-brokers-v2.1.2) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/block-brokers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/block-brokers",
"version": "2.1.2",
"version": "3.0.0",
"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
10 changes: 10 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.2.1](https://github.com/ipfs/helia/compare/helia-v4.2.0...helia-v4.2.1) (2024-05-02)


### Dependencies

* bump @libp2p/identify from 1.0.21 to 2.0.0 ([#528](https://github.com/ipfs/helia/issues/528)) ([9fa2427](https://github.com/ipfs/helia/commit/9fa2427fece28a4b4dc0980ae65480ff002a2bc6))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.1.2 to ^3.0.0

## [4.2.0](https://github.com/ipfs/helia/compare/helia-v4.1.2...helia-v4.2.0) (2024-05-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "4.2.0",
"version": "4.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 @@ -56,7 +56,7 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@helia/block-brokers": "^2.1.2",
"@helia/block-brokers": "^3.0.0",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/interface": "^4.3.0",
"@helia/routers": "^1.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.7](https://github.com/ipfs/helia/compare/http-v1.0.6...http-v1.0.7) (2024-05-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.1.2 to ^3.0.0

## [1.0.6](https://github.com/ipfs/helia/compare/http-v1.0.5...http-v1.0.6) (2024-05-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/http",
"version": "1.0.6",
"version": "1.0.7",
"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 @@ -53,7 +53,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/block-brokers": "^2.1.2",
"@helia/block-brokers": "^3.0.0",
"@helia/interface": "^4.3.0",
"@helia/routers": "^1.1.0",
"@helia/utils": "^0.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [6.1.3](https://github.com/ipfs/helia/compare/interop-v6.1.2...interop-v6.1.3) (2024-05-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.1.2 to ^3.0.0
* @helia/http bumped from ^1.0.6 to ^1.0.7
* helia bumped from ^4.2.0 to ^4.2.1

## [6.1.2](https://github.com/ipfs/helia/compare/interop-v6.1.1...interop-v6.1.2) (2024-05-01)


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": "6.1.2",
"version": "6.1.3",
"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 @@ -58,11 +58,11 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@helia/block-brokers": "^2.1.2",
"@helia/block-brokers": "^3.0.0",
"@helia/car": "^3.1.5",
"@helia/dag-cbor": "^3.0.4",
"@helia/dag-json": "^3.0.4",
"@helia/http": "^1.0.6",
"@helia/http": "^1.0.7",
"@helia/interface": "^4.3.0",
"@helia/ipns": "^7.2.2",
"@helia/json": "^3.0.4",
Expand All @@ -80,7 +80,7 @@
"@libp2p/websockets": "^8.0.16",
"@multiformats/sha3": "^3.0.2",
"aegir": "^42.2.5",
"helia": "^4.2.0",
"helia": "^4.2.1",
"ipfs-unixfs-importer": "^15.2.4",
"ipfsd-ctl": "^14.0.0",
"it-all": "^3.0.4",
Expand Down

0 comments on commit be86ac7

Please sign in to comment.