Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 18, 2024
1 parent e6bca0b commit 5cbf9fc
Show file tree
Hide file tree
Showing 15 changed files with 93 additions and 25 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/block-brokers": "3.0.2",
"packages/bitswap": "1.1.2",
"packages/block-brokers": "3.0.3",
"packages/bitswap": "1.1.3",
"packages/car": "3.1.5",
"packages/dag-cbor": "3.0.4",
"packages/dag-json": "3.0.4",
"packages/helia": "4.2.4",
"packages/helia": "4.2.5",
"packages/interface": "4.3.0",
"packages/interop": "6.1.6",
"packages/ipns": "7.2.2",
"packages/interop": "6.1.7",
"packages/ipns": "7.2.3",
"packages/json": "3.0.4",
"packages/mfs": "3.0.6",
"packages/strings": "3.0.4",
"packages/unixfs": "3.0.6",
"packages/utils": "0.3.2",
"packages/http": "1.0.9",
"packages/utils": "0.3.3",
"packages/http": "1.0.10",
"packages/routers": "1.1.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

## [1.1.3](https://github.com/ipfs/helia/compare/bitswap-v1.1.2...bitswap-v1.1.3) (2024-06-18)


### Dependencies

* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7))
* The following workspace dependencies were updated
* dependencies
* @helia/utils bumped from ^0.3.2 to ^0.3.3

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


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

## [3.0.3](https://github.com/ipfs/helia/compare/block-brokers-v3.0.2...block-brokers-v3.0.3) (2024-06-18)


### Dependencies

* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7))
* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^1.1.2 to ^1.1.3
* @helia/utils bumped from ^0.3.2 to ^0.3.3

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


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.2",
"version": "3.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 @@ -53,9 +53,9 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/bitswap": "^1.1.2",
"@helia/bitswap": "^1.1.3",
"@helia/interface": "^4.3.0",
"@helia/utils": "^0.3.2",
"@helia/utils": "^0.3.3",
"@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.5](https://github.com/ipfs/helia/compare/helia-v4.2.4...helia-v4.2.5) (2024-06-18)


### Dependencies

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

## [4.2.4](https://github.com/ipfs/helia/compare/helia-v4.2.3...helia-v4.2.4) (2024-06-18)


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.4",
"version": "4.2.5",
"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.2",
"@helia/block-brokers": "^3.0.3",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/interface": "^4.3.0",
"@helia/routers": "^1.1.0",
"@helia/utils": "^0.3.2",
"@helia/utils": "^0.3.3",
"@libp2p/autonat": "^1.0.13",
"@libp2p/bootstrap": "^10.0.16",
"@libp2p/circuit-relay-v2": "^1.0.16",
Expand Down
11 changes: 11 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.10](https://github.com/ipfs/helia/compare/http-v1.0.9...http-v1.0.10) (2024-06-18)


### Dependencies

* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^3.0.2 to ^3.0.3
* @helia/utils bumped from ^0.3.2 to ^0.3.3

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


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.9",
"version": "1.0.10",
"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.2",
"@helia/block-brokers": "^3.0.3",
"@helia/interface": "^4.3.0",
"@helia/routers": "^1.1.0",
"@helia/utils": "^0.3.2",
"@helia/utils": "^0.3.3",
"blockstore-core": "^4.4.0",
"datastore-core": "^9.2.9"
},
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

## [6.1.7](https://github.com/ipfs/helia/compare/interop-v6.1.6...interop-v6.1.7) (2024-06-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^3.0.2 to ^3.0.3
* @helia/http bumped from ^1.0.9 to ^1.0.10
* @helia/ipns bumped from ^7.2.2 to ^7.2.3
* helia bumped from ^4.2.4 to ^4.2.5

## [6.1.6](https://github.com/ipfs/helia/compare/interop-v6.1.5...interop-v6.1.6) (2024-06-18)


Expand Down
10 changes: 5 additions & 5 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.6",
"version": "6.1.7",
"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,13 +58,13 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@helia/block-brokers": "^3.0.2",
"@helia/block-brokers": "^3.0.3",
"@helia/car": "^3.1.5",
"@helia/dag-cbor": "^3.0.4",
"@helia/dag-json": "^3.0.4",
"@helia/http": "^1.0.9",
"@helia/http": "^1.0.10",
"@helia/interface": "^4.3.0",
"@helia/ipns": "^7.2.2",
"@helia/ipns": "^7.2.3",
"@helia/json": "^3.0.4",
"@helia/mfs": "^3.0.6",
"@helia/routers": "^1.1.0",
Expand All @@ -80,7 +80,7 @@
"@libp2p/websockets": "^8.0.16",
"@multiformats/sha3": "^3.0.2",
"aegir": "^42.2.5",
"helia": "^4.2.4",
"helia": "^4.2.5",
"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/ipns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.2.3](https://github.com/ipfs/helia/compare/ipns-v7.2.2...ipns-v7.2.3) (2024-06-18)


### Dependencies

* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7))

## [7.2.2](https://github.com/ipfs/helia/compare/ipns-v7.2.1...ipns-v7.2.2) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/ipns",
"version": "7.2.2",
"version": "7.2.3",
"description": "An implementation of IPNS for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme",
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.3](https://github.com/ipfs/helia/compare/utils-v0.3.2...utils-v0.3.3) (2024-06-18)


### Dependencies

* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#536](https://github.com/ipfs/helia/issues/536)) ([62f77df](https://github.com/ipfs/helia/commit/62f77dfbff94a64e9c248f5be54055c18a6427f7))

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


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.2",
"version": "0.3.3",
"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 5cbf9fc

Please sign in to comment.