Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 26, 2024
1 parent 6a62d1c commit 85b6248
Show file tree
Hide file tree
Showing 33 changed files with 281 additions and 69 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": "2.1.1",
"packages/bitswap": "1.0.1",
"packages/car": "3.1.4",
"packages/dag-cbor": "3.0.3",
"packages/dag-json": "3.0.3",
"packages/helia": "4.1.2",
"packages/interface": "4.2.0",
"packages/interop": "6.1.1",
"packages/ipns": "7.2.1",
"packages/json": "3.0.3",
"packages/mfs": "3.0.5",
"packages/strings": "3.0.3",
"packages/unixfs": "3.0.5",
"packages/utils": "0.2.0",
"packages/http": "1.0.5",
"packages/routers": "1.0.3"
"packages/block-brokers": "2.1.2",
"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/interface": "4.3.0",
"packages/interop": "6.1.2",
"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/routers": "1.1.0"
}
15 changes: 15 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1.0](https://github.com/ipfs/helia/compare/bitswap-v1.0.1...bitswap-v1.1.0) (2024-04-26)


### Features

* add metrics property to helia interface ([#512](https://github.com/ipfs/helia/issues/512)) ([f7f71bb](https://github.com/ipfs/helia/commit/f7f71bb20ab0b4efbe802be5af1189e76153b826))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.2.0 to ^4.3.0
* @helia/utils bumped from ^0.2.0 to ^0.3.0

## [1.0.1](https://github.com/ipfs/helia/compare/bitswap-v1.0.0...bitswap-v1.0.1) (2024-04-22)


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": "1.0.1",
"version": "1.1.0",
"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 @@ -148,8 +148,8 @@
"docs": "aegir docs"
},
"dependencies": {
"@helia/interface": "^4.2.0",
"@helia/utils": "^0.2.0",
"@helia/interface": "^4.3.0",
"@helia/utils": "^0.3.0",
"@libp2p/interface": "^1.1.2",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-collections": "^5.1.6",
Expand Down
17 changes: 17 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Bug Fixes

* http blockbroker loads gateways from routing ([#519](https://github.com/ipfs/helia/issues/519)) ([6a62d1c](https://github.com/ipfs/helia/commit/6a62d1c8dcfadead0498d0bb59958837dc204c91))
* use a short-lived AbortSignal for fetch operations ([#511](https://github.com/ipfs/helia/issues/511)) ([5e98950](https://github.com/ipfs/helia/commit/5e989501203c48661416aff090c135268b5c8445))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^1.0.1 to ^1.1.0
* @helia/interface bumped from ^4.2.0 to ^4.3.0
* @helia/utils bumped from ^0.2.0 to ^0.3.0

## [2.1.1](https://github.com/ipfs/helia/compare/block-brokers-v2.1.0...block-brokers-v2.1.1) (2024-04-22)


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": "2.1.1",
"version": "2.1.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.0.1",
"@helia/interface": "^4.2.0",
"@helia/utils": "^0.2.0",
"@helia/bitswap": "^1.1.0",
"@helia/interface": "^4.3.0",
"@helia/utils": "^0.3.0",
"@libp2p/interface": "^1.1.4",
"@libp2p/utils": "^5.2.6",
"@multiformats/multiaddr": "^12.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.1.5](https://github.com/ipfs/helia/compare/car-v3.1.4...car-v3.1.5) (2024-04-26)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.2.0 to ^4.3.0
* devDependencies
* @helia/unixfs bumped from ^3.0.5 to ^3.0.6

## [3.1.4](https://github.com/ipfs/helia/compare/car-v3.1.3...car-v3.1.4) (2024-04-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/car/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/car",
"version": "3.1.4",
"version": "3.1.5",
"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 @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.2.0",
"@helia/interface": "^4.3.0",
"@ipld/car": "^5.3.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand All @@ -151,7 +151,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"@helia/unixfs": "^3.0.5",
"@helia/unixfs": "^3.0.6",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^42.2.5",
"blockstore-core": "^4.4.0",
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

## [3.0.4](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.3...dag-cbor-v3.0.4) (2024-04-26)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.2.0 to ^4.3.0

## [3.0.3](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.2...dag-cbor-v3.0.3) (2024-04-15)


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": "3.0.3",
"version": "3.0.4",
"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 @@ -140,7 +140,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.2.0",
"@helia/interface": "^4.3.0",
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
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

## [3.0.4](https://github.com/ipfs/helia/compare/dag-json-v3.0.3...dag-json-v3.0.4) (2024-04-26)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.2.0 to ^4.3.0

## [3.0.3](https://github.com/ipfs/helia/compare/dag-json-v3.0.2...dag-json-v3.0.3) (2024-04-15)


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": "3.0.3",
"version": "3.0.4",
"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 @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.2.0",
"@helia/interface": "^4.3.0",
"@ipld/dag-json": "^10.2.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand Down
22 changes: 22 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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


### Features

* add metrics property to helia interface ([#512](https://github.com/ipfs/helia/issues/512)) ([f7f71bb](https://github.com/ipfs/helia/commit/f7f71bb20ab0b4efbe802be5af1189e76153b826))


### Bug Fixes

* http blockbroker loads gateways from routing ([#519](https://github.com/ipfs/helia/issues/519)) ([6a62d1c](https://github.com/ipfs/helia/commit/6a62d1c8dcfadead0498d0bb59958837dc204c91))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.1.1 to ^2.1.2
* @helia/interface bumped from ^4.2.0 to ^4.3.0
* @helia/routers bumped from ^1.0.3 to ^1.1.0
* @helia/utils bumped from ^0.2.0 to ^0.3.0

## [4.1.2](https://github.com/ipfs/helia/compare/helia-v4.1.1...helia-v4.1.2) (2024-04-22)


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": "4.1.2",
"version": "4.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 @@ -56,11 +56,11 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@helia/block-brokers": "^2.1.1",
"@helia/block-brokers": "^2.1.2",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/interface": "^4.2.0",
"@helia/routers": "^1.0.3",
"@helia/utils": "^0.2.0",
"@helia/interface": "^4.3.0",
"@helia/routers": "^1.1.0",
"@helia/utils": "^0.3.0",
"@libp2p/autonat": "^1.0.13",
"@libp2p/bootstrap": "^10.0.16",
"@libp2p/circuit-relay-v2": "^1.0.16",
Expand Down
17 changes: 17 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Bug Fixes

* http blockbroker loads gateways from routing ([#519](https://github.com/ipfs/helia/issues/519)) ([6a62d1c](https://github.com/ipfs/helia/commit/6a62d1c8dcfadead0498d0bb59958837dc204c91))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.1.1 to ^2.1.2
* @helia/interface bumped from ^4.2.0 to ^4.3.0
* @helia/routers bumped from ^1.0.3 to ^1.1.0
* @helia/utils bumped from ^0.2.0 to ^0.3.0

## [1.0.5](https://github.com/ipfs/helia/compare/http-v1.0.4...http-v1.0.5) (2024-04-22)


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": "1.0.5",
"version": "1.0.6",
"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": "^2.1.1",
"@helia/interface": "^4.2.0",
"@helia/routers": "^1.0.3",
"@helia/utils": "^0.2.0",
"@helia/block-brokers": "^2.1.2",
"@helia/interface": "^4.3.0",
"@helia/routers": "^1.1.0",
"@helia/utils": "^0.3.0",
"blockstore-core": "^4.4.0",
"datastore-core": "^9.2.9"
},
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))

## [4.3.0](https://github.com/ipfs/helia/compare/interface-v4.2.0...interface-v4.3.0) (2024-04-26)


### Features

* add metrics property to helia interface ([#512](https://github.com/ipfs/helia/issues/512)) ([f7f71bb](https://github.com/ipfs/helia/commit/f7f71bb20ab0b4efbe802be5af1189e76153b826))

## [4.2.0](https://github.com/ipfs/helia/compare/interface-v4.1.0...interface-v4.2.0) (2024-04-15)


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

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.1.1 to ^2.1.2
* @helia/car bumped from ^3.1.4 to ^3.1.5
* @helia/dag-cbor bumped from ^3.0.3 to ^3.0.4
* @helia/dag-json bumped from ^3.0.3 to ^3.0.4
* @helia/http bumped from ^1.0.5 to ^1.0.6
* @helia/interface bumped from ^4.2.0 to ^4.3.0
* @helia/ipns bumped from ^7.2.1 to ^7.2.2
* @helia/json bumped from ^3.0.3 to ^3.0.4
* @helia/mfs bumped from ^3.0.5 to ^3.0.6
* @helia/routers bumped from ^1.0.3 to ^1.1.0
* @helia/strings bumped from ^3.0.3 to ^3.0.4
* @helia/unixfs bumped from ^3.0.5 to ^3.0.6
* helia bumped from ^4.1.2 to ^4.2.0

## [6.1.1](https://github.com/ipfs/helia/compare/interop-v6.1.0...interop-v6.1.1) (2024-04-22)


Expand Down
Loading

0 comments on commit 85b6248

Please sign in to comment.