Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #411

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"packages/block-brokers": "2.0.1",
"packages/car": "3.0.0",
"packages/dag-cbor": "3.0.0",
"packages/dag-json": "3.0.0",
"packages/helia": "4.0.1",
"packages/interface": "4.0.0",
"packages/interop": "5.0.0",
"packages/ipns": "6.0.0",
"packages/json": "3.0.0",
"packages/mfs": "3.0.0",
"packages/strings": "3.0.0",
"packages/unixfs": "3.0.0",
"packages/utils": "0.0.1",
"packages/http": "1.0.1",
"packages/routers": "1.0.0"
"packages/block-brokers": "2.0.2",
"packages/car": "3.1.0",
"packages/dag-cbor": "3.0.1",
"packages/dag-json": "3.0.1",
"packages/helia": "4.0.2",
"packages/interface": "4.0.1",
"packages/interop": "5.1.0",
"packages/ipns": "6.0.1",
"packages/json": "3.0.1",
"packages/mfs": "3.0.1",
"packages/strings": "3.0.1",
"packages/unixfs": "3.0.1",
"packages/utils": "0.0.2",
"packages/http": "1.0.2",
"packages/routers": "1.0.1"
}
15 changes: 15 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.0.2](https:/ipfs/helia/compare/block-brokers-v2.0.1...block-brokers-v2.0.2) (2024-02-28)


### Bug Fixes

* update project deps and docs ([77e34fc](https:/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))


### Dependencies

* update libp2p patch versions ([917a1bc](https:/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.0.0 to ^4.0.1

## [2.0.1](https:/ipfs/helia/compare/block-brokers-v2.0.0...block-brokers-v2.0.1) (2024-01-31)


Expand Down
4 changes: 2 additions & 2 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.0.1",
"version": "2.0.2",
"description": "Block brokers for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/helia/tree/main/packages/block-brokers#readme",
Expand Down Expand Up @@ -53,7 +53,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^4.0.0",
"@helia/interface": "^4.0.1",
"@libp2p/interface": "^1.1.4",
"interface-blockstore": "^5.2.10",
"ipfs-bitswap": "^20.0.2",
Expand Down
23 changes: 23 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,29 @@
* devDependencies
* @helia/unixfs bumped from ^2.0.0 to ^2.0.1

## [3.1.0](https:/ipfs/helia/compare/car-v3.0.0...car-v3.1.0) (2024-02-28)


### Features

* stream car file bytes from @helia/car ([#444](https:/ipfs/helia/issues/444)) ([7c07e11](https:/ipfs/helia/commit/7c07e113d644a1efc32b7fd0c268f5f892256ce9))


### Bug Fixes

* support reading identity cids ([#429](https:/ipfs/helia/issues/429)) ([98308f7](https:/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
* update project deps and docs ([77e34fc](https:/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
* use blockstore interface where possible ([#417](https:/ipfs/helia/issues/417)) ([30c8981](https:/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @helia/unixfs bumped from ^3.0.0 to ^3.0.1

## [3.0.0](https:/ipfs/helia/compare/car-v2.0.1...car-v3.0.0) (2024-01-24)


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.0.0",
"version": "3.1.0",
"description": "Import/export car files from Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/helia/tree/main/packages/car#readme",
Expand Down Expand Up @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.0.0",
"@helia/interface": "^4.0.1",
"@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.0",
"@helia/unixfs": "^3.0.1",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^42.2.5",
"blockstore-core": "^4.4.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/dag-cbor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

## [3.0.1](https:/ipfs/helia/compare/dag-cbor-v3.0.0...dag-cbor-v3.0.1) (2024-02-28)


### Bug Fixes

* support reading identity cids ([#429](https:/ipfs/helia/issues/429)) ([98308f7](https:/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
* update project deps and docs ([77e34fc](https:/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
* use blockstore interface where possible ([#417](https:/ipfs/helia/issues/417)) ([30c8981](https:/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.0.0 to ^4.0.1

## [3.0.0](https:/ipfs/helia/compare/dag-cbor-v2.0.1...dag-cbor-v3.0.0) (2024-01-24)


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.0",
"version": "3.0.1",
"description": "Add/get IPLD blocks containing dag-cbor with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/helia/tree/main/packages/dag-cbor#readme",
Expand Down Expand Up @@ -140,7 +140,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.0.0",
"@helia/interface": "^4.0.1",
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand Down
16 changes: 16 additions & 0 deletions packages/dag-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

## [3.0.1](https:/ipfs/helia/compare/dag-json-v3.0.0...dag-json-v3.0.1) (2024-02-28)


### Bug Fixes

* support reading identity cids ([#429](https:/ipfs/helia/issues/429)) ([98308f7](https:/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
* update project deps and docs ([77e34fc](https:/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
* use blockstore interface where possible ([#417](https:/ipfs/helia/issues/417)) ([30c8981](https:/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.0.0 to ^4.0.1

## [3.0.0](https:/ipfs/helia/compare/dag-json-v2.0.1...dag-json-v3.0.0) (2024-01-24)


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.0",
"version": "3.0.1",
"description": "Add/get IPLD blocks containing dag-json with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/ipfs/helia/tree/main/packages/dag-json#readme",
Expand Down Expand Up @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.0.0",
"@helia/interface": "^4.0.1",
"@ipld/dag-json": "^10.2.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand Down
19 changes: 19 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@
* dependencies
* @helia/block-brokers bumped from ^2.0.0 to ^2.0.1

## [4.0.2](https:/ipfs/helia/compare/helia-v4.0.1...helia-v4.0.2) (2024-02-28)


### Bug Fixes

* support reading identity cids ([#429](https:/ipfs/helia/issues/429)) ([98308f7](https:/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
* update project deps and docs ([77e34fc](https:/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))


### Dependencies

* update libp2p patch versions ([917a1bc](https:/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.0.1 to ^2.0.2
* @helia/interface bumped from ^4.0.0 to ^4.0.1
* @helia/routers bumped from ^1.0.0 to ^1.0.1
* @helia/utils bumped from ^0.0.1 to ^0.0.2

## [4.0.0](https:/ipfs/helia/compare/helia-v3.0.1...helia-v4.0.0) (2024-01-24)


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.0.1",
"version": "4.0.2",
"description": "An implementation of IPFS in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/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.0.1",
"@helia/block-brokers": "^2.0.2",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/interface": "^4.0.0",
"@helia/routers": "^1.0.0",
"@helia/utils": "^0.0.1",
"@helia/interface": "^4.0.1",
"@helia/routers": "^1.0.1",
"@helia/utils": "^0.0.2",
"@libp2p/autonat": "^1.0.13",
"@libp2p/bootstrap": "^10.0.16",
"@libp2p/circuit-relay-v2": "^1.0.16",
Expand Down
19 changes: 19 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@
* dependencies
* @helia/block-brokers bumped from ^2.0.0 to ^2.0.1

## [1.0.2](https:/ipfs/helia/compare/http-v1.0.1...http-v1.0.2) (2024-02-28)


### Bug Fixes

* support reading identity cids ([#429](https:/ipfs/helia/issues/429)) ([98308f7](https:/ipfs/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
* update project deps and docs ([77e34fc](https:/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))


### Dependencies

* update libp2p patch versions ([917a1bc](https:/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.0.1 to ^2.0.2
* @helia/interface bumped from ^4.0.0 to ^4.0.1
* @helia/routers bumped from ^1.0.0 to ^1.0.1
* @helia/utils bumped from ^0.0.1 to ^0.0.2

## 1.0.0 (2024-01-24)


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.1",
"version": "1.0.2",
"description": "A lightweight implementation of IPFS over HTTP in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https:/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.0.1",
"@helia/interface": "^4.0.0",
"@helia/routers": "^1.0.0",
"@helia/utils": "^0.0.1",
"@helia/block-brokers": "^2.0.2",
"@helia/interface": "^4.0.1",
"@helia/routers": "^1.0.1",
"@helia/utils": "^0.0.2",
"blockstore-core": "^4.4.0",
"datastore-core": "^9.2.9"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@

* **dev:** bump aegir from 39.0.13 to 40.0.8 ([#198](https:/ipfs/helia/issues/198)) ([4d75ecf](https:/ipfs/helia/commit/4d75ecffb79e5177da35d3106e42dac7bc63153a))

## [4.0.1](https:/ipfs/helia/compare/interface-v4.0.0...interface-v4.0.1) (2024-02-28)


### Bug Fixes

* update project deps and docs ([77e34fc](https:/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))


### Dependencies

* update libp2p patch versions ([917a1bc](https:/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))

## [4.0.0](https:/ipfs/helia/compare/interface-v3.0.1...interface-v4.0.0) (2024-01-24)


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

## [5.1.0](https:/ipfs/helia/compare/interop-v5.0.0...interop-v5.1.0) (2024-02-28)


### Features

* create @helia/verified-fetch ([#392](https:/ipfs/helia/issues/392)) ([f243de2](https:/ipfs/helia/commit/f243de26eda64951c2909121730b6a1b8a689bf6))
* require content-type parser to set content-type ([#423](https:/ipfs/helia/issues/423)) ([f58d467](https:/ipfs/helia/commit/f58d467108e0b99d1e15b18a899ef81082ad59a7))


### Bug Fixes

* allow contentTypeParser with Helia instance ([#427](https:/ipfs/helia/issues/427)) ([3283a5c](https:/ipfs/helia/commit/3283a5c91ce87894f2b9d7c93126fc74647ba17d))
* update project deps and docs ([77e34fc](https:/ipfs/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
* use unixfs exporter to traverse DAGs ([#455](https:/ipfs/helia/issues/455)) ([6f8c15b](https:/ipfs/helia/commit/6f8c15b769c08bf73e7c62dab79909b5ecfc3c93))


### Dependencies

* bump @chainsafe/libp2p-gossipsub from 11.2.1 to 12.0.0 ([#430](https:/ipfs/helia/issues/430)) ([9b1ddf8](https:/ipfs/helia/commit/9b1ddf85e503ecf5c3ddaa04826bef2f75454b44))
* bump @chainsafe/libp2p-gossipsub from 12.0.0 to 13.0.0 ([#457](https:/ipfs/helia/issues/457)) ([cb35a1b](https:/ipfs/helia/commit/cb35a1ba149628181b3bb48e14d927d2ebc9c23b))
* update libp2p patch versions ([917a1bc](https:/ipfs/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^2.0.1 to ^2.0.2
* @helia/car bumped from ^3.0.0 to ^3.1.0
* @helia/dag-cbor bumped from ^3.0.0 to ^3.0.1
* @helia/dag-json bumped from ^3.0.0 to ^3.0.1
* @helia/http bumped from ^1.0.1 to ^1.0.2
* @helia/interface bumped from ^4.0.0 to ^4.0.1
* @helia/ipns bumped from ^6.0.0 to ^6.0.1
* @helia/json bumped from ^3.0.0 to ^3.0.1
* @helia/mfs bumped from ^3.0.0 to ^3.0.1
* @helia/routers bumped from ^1.0.0 to ^1.0.1
* @helia/strings bumped from ^3.0.0 to ^3.0.1
* @helia/unixfs bumped from ^3.0.0 to ^3.0.1
* helia bumped from ^4.0.1 to ^4.0.2

## [5.0.0](https:/ipfs/helia/compare/interop-v4.0.0...interop-v5.0.0) (2024-01-31)


Expand Down
Loading
Loading