Skip to content

Commit

Permalink
chore: release main (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 27, 2024
1 parent 21ef20c commit 2f3beda
Show file tree
Hide file tree
Showing 13 changed files with 84 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": "3.0.1",
"packages/bitswap": "1.1.1",
"packages/block-brokers": "3.0.2",
"packages/bitswap": "1.1.2",
"packages/car": "3.1.5",
"packages/dag-cbor": "3.0.4",
"packages/dag-json": "3.0.4",
"packages/helia": "4.2.2",
"packages/helia": "4.2.3",
"packages/interface": "4.3.0",
"packages/interop": "6.1.4",
"packages/interop": "6.1.5",
"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.1",
"packages/http": "1.0.8",
"packages/utils": "0.3.2",
"packages/http": "1.0.9",
"packages/routers": "1.1.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

## [1.1.2](https://github.com/ipfs/helia/compare/bitswap-v1.1.1...bitswap-v1.1.2) (2024-05-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/utils bumped from ^0.3.1 to ^0.3.2

## [1.1.1](https://github.com/ipfs/helia/compare/bitswap-v1.1.0...bitswap-v1.1.1) (2024-05-20)


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": "1.1.1",
"version": "1.1.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",
Expand Down Expand Up @@ -149,7 +149,7 @@
},
"dependencies": {
"@helia/interface": "^4.3.0",
"@helia/utils": "^0.3.1",
"@helia/utils": "^0.3.2",
"@libp2p/interface": "^1.1.2",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-collections": "^5.1.6",
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

## [3.0.2](https://github.com/ipfs/helia/compare/block-brokers-v3.0.1...block-brokers-v3.0.2) (2024-05-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^1.1.1 to ^1.1.2
* @helia/utils bumped from ^0.3.1 to ^0.3.2

## [3.0.1](https://github.com/ipfs/helia/compare/block-brokers-v3.0.0...block-brokers-v3.0.1) (2024-05-20)


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": "3.0.1",
"version": "3.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",
Expand Down Expand Up @@ -53,9 +53,9 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/bitswap": "^1.1.1",
"@helia/bitswap": "^1.1.2",
"@helia/interface": "^4.3.0",
"@helia/utils": "^0.3.1",
"@helia/utils": "^0.3.2",
"@libp2p/interface": "^1.1.4",
"@libp2p/utils": "^5.2.6",
"@multiformats/multiaddr": "^12.2.1",
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.3](https://github.com/ipfs/helia/compare/helia-v4.2.2...helia-v4.2.3) (2024-05-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^3.0.1 to ^3.0.2
* @helia/utils bumped from ^0.3.1 to ^0.3.2

## [4.2.2](https://github.com/ipfs/helia/compare/helia-v4.2.1...helia-v4.2.2) (2024-05-20)


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": "4.2.2",
"version": "4.2.3",
"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,11 +56,11 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@helia/block-brokers": "^3.0.1",
"@helia/block-brokers": "^3.0.2",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/interface": "^4.3.0",
"@helia/routers": "^1.1.0",
"@helia/utils": "^0.3.1",
"@helia/utils": "^0.3.2",
"@libp2p/autonat": "^1.0.13",
"@libp2p/bootstrap": "^10.0.16",
"@libp2p/circuit-relay-v2": "^1.0.16",
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

## [1.0.9](https://github.com/ipfs/helia/compare/http-v1.0.8...http-v1.0.9) (2024-05-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^3.0.1 to ^3.0.2
* @helia/utils bumped from ^0.3.1 to ^0.3.2

## [1.0.8](https://github.com/ipfs/helia/compare/http-v1.0.7...http-v1.0.8) (2024-05-20)


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": "1.0.8",
"version": "1.0.9",
"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,10 +53,10 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/block-brokers": "^3.0.1",
"@helia/block-brokers": "^3.0.2",
"@helia/interface": "^4.3.0",
"@helia/routers": "^1.1.0",
"@helia/utils": "^0.3.1",
"@helia/utils": "^0.3.2",
"blockstore-core": "^4.4.0",
"datastore-core": "^9.2.9"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [6.1.5](https://github.com/ipfs/helia/compare/interop-v6.1.4...interop-v6.1.5) (2024-05-27)


### Bug Fixes

* do not depend on external domains in dnslink tests ([#547](https://github.com/ipfs/helia/issues/547)) ([21ef20c](https://github.com/ipfs/helia/commit/21ef20cd05e4d0231d0e3d7d2cfbd21fb75b78a2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^3.0.1 to ^3.0.2
* @helia/http bumped from ^1.0.8 to ^1.0.9
* helia bumped from ^4.2.2 to ^4.2.3

## [6.1.4](https://github.com/ipfs/helia/compare/interop-v6.1.3...interop-v6.1.4) (2024-05-20)


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.4",
"version": "6.1.5",
"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": "^3.0.1",
"@helia/block-brokers": "^3.0.2",
"@helia/car": "^3.1.5",
"@helia/dag-cbor": "^3.0.4",
"@helia/dag-json": "^3.0.4",
"@helia/http": "^1.0.8",
"@helia/http": "^1.0.9",
"@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.2",
"helia": "^4.2.3",
"ipfs-unixfs-importer": "^15.2.4",
"ipfsd-ctl": "^14.0.0",
"it-all": "^3.0.4",
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

## [0.3.2](https://github.com/ipfs/helia/compare/utils-v0.3.1...utils-v0.3.2) (2024-05-27)


### Bug Fixes

* add missing log prefix colon for helia:session-storage ([#544](https://github.com/ipfs/helia/issues/544)) ([011fa92](https://github.com/ipfs/helia/commit/011fa92c05bf42fb20666b1df4c86fb47889a07e))

## [0.3.1](https://github.com/ipfs/helia/compare/utils-v0.3.0...utils-v0.3.1) (2024-05-20)


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": "0.3.1",
"version": "0.3.2",
"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 2f3beda

Please sign in to comment.