Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 7, 2024
1 parent 3851fe2 commit 59e67e0
Show file tree
Hide file tree
Showing 21 changed files with 152 additions and 36 deletions.
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/block-brokers": "2.0.1",
"packages/car": "3.0.0",
"packages/dag-cbor": "3.0.0",
"packages/dag-json": "3.0.0",
"packages/car": "3.0.1",
"packages/dag-cbor": "3.0.1",
"packages/dag-json": "3.0.1",
"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/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.1",
"packages/http": "1.0.1",
"packages/routers": "1.0.0",
"packages/verified-fetch": "0.0.0"
"packages/verified-fetch": "1.0.0"
}
14 changes: 14 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@
* devDependencies
* @helia/unixfs bumped from ^2.0.0 to ^2.0.1

## [3.0.1](https://github.com/ipfs/helia/compare/car-v3.0.0...car-v3.0.1) (2024-02-07)


### Bug Fixes

* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))


### Dependencies

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

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


Expand Down
4 changes: 2 additions & 2 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.0.1",
"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 @@ -151,7 +151,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"@helia/unixfs": "^3.0.0",
"@helia/unixfs": "^3.0.1",
"@ipld/dag-pb": "^4.0.8",
"aegir": "^42.2.2",
"blockstore-core": "^4.3.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/dag-cbor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

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


### Bug Fixes

* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))

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


Expand Down
2 changes: 1 addition & 1 deletion 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://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/dag-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

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


### Bug Fixes

* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))

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


Expand Down
2 changes: 1 addition & 1 deletion 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://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
Expand Down
22 changes: 22 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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


### Features

* create @helia/verified-fetch ([#392](https://github.com/ipfs/helia/issues/392)) ([f243de2](https://github.com/ipfs/helia/commit/f243de26eda64951c2909121730b6a1b8a689bf6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/car bumped from ^3.0.0 to ^3.0.1
* @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/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/strings bumped from ^3.0.0 to ^3.0.1
* @helia/unixfs bumped from ^3.0.0 to ^3.0.1
* @helia/verified-fetch bumped from ^0.0.0 to ^1.0.0

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


Expand Down
20 changes: 10 additions & 10 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "5.0.0",
"version": "5.1.0",
"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 @@ -59,18 +59,18 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^11.2.0",
"@helia/block-brokers": "^2.0.1",
"@helia/car": "^3.0.0",
"@helia/dag-cbor": "^3.0.0",
"@helia/dag-json": "^3.0.0",
"@helia/car": "^3.0.1",
"@helia/dag-cbor": "^3.0.1",
"@helia/dag-json": "^3.0.1",
"@helia/http": "^1.0.1",
"@helia/interface": "^4.0.0",
"@helia/ipns": "^6.0.0",
"@helia/json": "^3.0.0",
"@helia/mfs": "^3.0.0",
"@helia/ipns": "^6.0.1",
"@helia/json": "^3.0.1",
"@helia/mfs": "^3.0.1",
"@helia/routers": "^1.0.0",
"@helia/strings": "^3.0.0",
"@helia/unixfs": "^3.0.0",
"@helia/verified-fetch": "^0.0.0",
"@helia/strings": "^3.0.1",
"@helia/unixfs": "^3.0.1",
"@helia/verified-fetch": "^1.0.0",
"@ipld/car": "^5.2.6",
"@ipld/dag-cbor": "^9.1.0",
"@libp2p/interface": "^1.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/ipns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@

* make @libp2p/interface a dependency ([#159](https://github.com/ipfs/helia-ipns/issues/159)) ([546ecf0](https://github.com/ipfs/helia-ipns/commit/546ecf023bd619d32e187fa6a55d39fcf12e4bbe)), closes [#158](https://github.com/ipfs/helia-ipns/issues/158)

## [6.0.1](https://github.com/ipfs/helia/compare/ipns-v6.0.0...ipns-v6.0.1) (2024-02-07)


### Bug Fixes

* remove is-ipfs from @helia/ipns dependencies ([#421](https://github.com/ipfs/helia/issues/421)) ([3851fe2](https://github.com/ipfs/helia/commit/3851fe2df6af337b7e2cabe694bd3dba17748fce))

## [6.0.0](https://github.com/ipfs/helia/compare/ipns-v5.0.0...ipns-v6.0.0) (2024-01-31)


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": "6.0.0",
"version": "6.0.1",
"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/json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

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


### Bug Fixes

* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/json",
"version": "3.0.0",
"version": "3.0.1",
"description": "Add/get IPLD blocks containing json with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/json#readme",
Expand Down
14 changes: 14 additions & 0 deletions packages/mfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@
* @helia/interface bumped from ^3.0.0 to ^3.0.1
* @helia/unixfs bumped from ^2.0.0 to ^2.0.1

## [3.0.1](https://github.com/ipfs/helia/compare/mfs-v3.0.0...mfs-v3.0.1) (2024-02-07)


### Bug Fixes

* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))


### Dependencies

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

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


Expand Down
4 changes: 2 additions & 2 deletions packages/mfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/mfs",
"version": "3.0.0",
"version": "3.0.1",
"description": "A mutable filesystem powered by Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme",
Expand Down Expand Up @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/unixfs": "^3.0.0",
"@helia/unixfs": "^3.0.1",
"@libp2p/interfaces": "^3.3.2",
"@libp2p/logger": "^4.0.5",
"interface-blockstore": "^5.2.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/strings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

## [3.0.1](https://github.com/ipfs/helia/compare/strings-v3.0.0...strings-v3.0.1) (2024-02-07)


### Bug Fixes

* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/strings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/strings",
"version": "3.0.0",
"version": "3.0.1",
"description": "Add/get IPLD blocks containing strings with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/strings#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/unixfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

## [3.0.1](https://github.com/ipfs/helia/compare/unixfs-v3.0.0...unixfs-v3.0.1) (2024-02-07)


### Bug Fixes

* use blockstore interface where possible ([#417](https://github.com/ipfs/helia/issues/417)) ([30c8981](https://github.com/ipfs/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/unixfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/unixfs",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Helia-compatible wrapper for UnixFS",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme",
Expand Down
24 changes: 24 additions & 0 deletions packages/verified-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## 1.0.0 (2024-02-07)


### Features

* create @helia/verified-fetch ([#392](https://github.com/ipfs/helia/issues/392)) ([f243de2](https://github.com/ipfs/helia/commit/f243de26eda64951c2909121730b6a1b8a689bf6))


### Bug Fixes

* @helia/verified-fetch init args are optional ([#412](https://github.com/ipfs/helia/issues/412)) ([8a5bc6f](https://github.com/ipfs/helia/commit/8a5bc6f03d7d87a8a07ead00216ac2704f36d9ab))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @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/ipns bumped from ^6.0.0 to ^6.0.1
* @helia/json bumped from ^3.0.0 to ^3.0.1
* @helia/unixfs bumped from ^3.0.0 to ^3.0.1
12 changes: 6 additions & 6 deletions packages/verified-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/verified-fetch",
"version": "0.0.0",
"version": "1.0.0",
"description": "A fetch-like API for obtaining verified & trustless IPFS content on the web.",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/verified-fetch#readme",
Expand Down Expand Up @@ -142,14 +142,14 @@
},
"dependencies": {
"@helia/block-brokers": "^2.0.1",
"@helia/dag-cbor": "^3.0.0",
"@helia/dag-json": "^3.0.0",
"@helia/dag-cbor": "^3.0.1",
"@helia/dag-json": "^3.0.1",
"@helia/http": "^1.0.1",
"@helia/interface": "^4.0.0",
"@helia/ipns": "^6.0.0",
"@helia/json": "^3.0.0",
"@helia/ipns": "^6.0.1",
"@helia/json": "^3.0.1",
"@helia/routers": "^1.0.0",
"@helia/unixfs": "^3.0.0",
"@helia/unixfs": "^3.0.1",
"@ipld/dag-cbor": "^9.1.0",
"@ipld/dag-json": "^10.1.7",
"@ipld/dag-pb": "^4.0.8",
Expand Down

0 comments on commit 59e67e0

Please sign in to comment.