Skip to content

Commit

Permalink
chore: release main (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 13, 2024
1 parent acd876b commit 810e461
Show file tree
Hide file tree
Showing 23 changed files with 145 additions and 35 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/block-brokers": "3.0.3",
"packages/bitswap": "1.1.3",
"packages/car": "3.2.0",
"packages/dag-cbor": "3.0.5",
"packages/dag-json": "3.0.5",
"packages/helia": "4.2.5",
"packages/block-brokers": "3.0.4",
"packages/bitswap": "1.1.4",
"packages/car": "3.2.1",
"packages/dag-cbor": "3.0.6",
"packages/dag-json": "3.0.6",
"packages/helia": "4.2.6",
"packages/interface": "4.3.1",
"packages/interop": "6.1.7",
"packages/interop": "6.1.8",
"packages/ipns": "7.2.3",
"packages/json": "3.0.5",
"packages/mfs": "3.0.7",
"packages/strings": "3.0.5",
"packages/json": "3.0.6",
"packages/mfs": "3.0.8",
"packages/strings": "3.0.6",
"packages/unixfs": "3.0.7",
"packages/utils": "0.3.3",
"packages/http": "1.0.10",
"packages/http": "1.0.11",
"packages/routers": "1.1.1"
}
7 changes: 7 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.4](https://github.com/ipfs/helia/compare/bitswap-v1.1.3...bitswap-v1.1.4) (2024-09-13)


### Bug Fixes

* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/bitswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/bitswap",
"version": "1.1.3",
"version": "1.1.4",
"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
14 changes: 14 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.0.4](https://github.com/ipfs/helia/compare/block-brokers-v3.0.3...block-brokers-v3.0.4) (2024-09-13)


### Bug Fixes

* Adjust filtering logic for secure contexts; improve tests ([#579](https://github.com/ipfs/helia/issues/579)) ([ac4bdb8](https://github.com/ipfs/helia/commit/ac4bdb8a73cab23500221340830969552a1d8db6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^1.1.3 to ^1.1.4

## [3.0.3](https://github.com/ipfs/helia/compare/block-brokers-v3.0.2...block-brokers-v3.0.3) (2024-07-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": "3.0.3",
"version": "3.0.4",
"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,7 +53,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/bitswap": "^1.1.3",
"@helia/bitswap": "^1.1.4",
"@helia/interface": "^4.3.1",
"@helia/utils": "^0.3.3",
"@libp2p/interface": "^1.1.4",
Expand Down
14 changes: 14 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.2.1](https://github.com/ipfs/helia/compare/car-v3.2.0...car-v3.2.1) (2024-09-13)


### Bug Fixes

* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @helia/mfs bumped from ^3.0.7 to ^3.0.8

## [3.2.0](https://github.com/ipfs/helia/compare/car-v3.1.5...car-v3.2.0) (2024-07-31)


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.2.0",
"version": "3.2.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 @@ -152,7 +152,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"@helia/mfs": "^3.0.7",
"@helia/mfs": "^3.0.8",
"@helia/unixfs": "^3.0.7",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^44.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/dag-cbor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.6](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.5...dag-cbor-v3.0.6) (2024-09-13)


### Bug Fixes

* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e))

## [3.0.5](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.4...dag-cbor-v3.0.5) (2024-07-31)


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.5",
"version": "3.0.6",
"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
@@ -1,5 +1,12 @@
# Changelog

## [3.0.6](https://github.com/ipfs/helia/compare/dag-json-v3.0.5...dag-json-v3.0.6) (2024-09-13)


### Bug Fixes

* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e))

## [3.0.5](https://github.com/ipfs/helia/compare/dag-json-v3.0.4...dag-json-v3.0.5) (2024-07-31)


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.5",
"version": "3.0.6",
"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
9 changes: 9 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.2.6](https://github.com/ipfs/helia/compare/helia-v4.2.5...helia-v4.2.6) (2024-09-13)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^3.0.3 to ^3.0.4

## [4.2.5](https://github.com/ipfs/helia/compare/helia-v4.2.4...helia-v4.2.5) (2024-07-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "4.2.5",
"version": "4.2.6",
"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,7 +56,7 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@helia/block-brokers": "^3.0.3",
"@helia/block-brokers": "^3.0.4",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/interface": "^4.3.1",
"@helia/routers": "^1.1.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.11](https://github.com/ipfs/helia/compare/http-v1.0.10...http-v1.0.11) (2024-09-13)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^3.0.3 to ^3.0.4

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


Expand Down
4 changes: 2 additions & 2 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.10",
"version": "1.0.11",
"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,7 +53,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/block-brokers": "^3.0.3",
"@helia/block-brokers": "^3.0.4",
"@helia/interface": "^4.3.1",
"@helia/routers": "^1.1.1",
"@helia/utils": "^0.3.3",
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

## [6.1.8](https://github.com/ipfs/helia/compare/interop-v6.1.7...interop-v6.1.8) (2024-09-13)


### Bug Fixes

* test for subscribers to ipns pubsub topic ([#584](https://github.com/ipfs/helia/issues/584)) ([c9c644c](https://github.com/ipfs/helia/commit/c9c644c11657ec1411b3f04933fa62501151f732))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^3.0.3 to ^3.0.4
* @helia/car bumped from ^3.2.0 to ^3.2.1
* @helia/dag-cbor bumped from ^3.0.5 to ^3.0.6
* @helia/dag-json bumped from ^3.0.5 to ^3.0.6
* @helia/http bumped from ^1.0.10 to ^1.0.11
* @helia/json bumped from ^3.0.5 to ^3.0.6
* @helia/mfs bumped from ^3.0.7 to ^3.0.8
* @helia/strings bumped from ^3.0.5 to ^3.0.6
* helia bumped from ^4.2.5 to ^4.2.6

## [6.1.7](https://github.com/ipfs/helia/compare/interop-v6.1.6...interop-v6.1.7) (2024-07-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": "6.1.7",
"version": "6.1.8",
"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,17 +58,17 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@helia/block-brokers": "^3.0.3",
"@helia/car": "^3.2.0",
"@helia/dag-cbor": "^3.0.5",
"@helia/dag-json": "^3.0.5",
"@helia/http": "^1.0.10",
"@helia/block-brokers": "^3.0.4",
"@helia/car": "^3.2.1",
"@helia/dag-cbor": "^3.0.6",
"@helia/dag-json": "^3.0.6",
"@helia/http": "^1.0.11",
"@helia/interface": "^4.3.1",
"@helia/ipns": "^7.2.3",
"@helia/json": "^3.0.5",
"@helia/mfs": "^3.0.7",
"@helia/json": "^3.0.6",
"@helia/mfs": "^3.0.8",
"@helia/routers": "^1.1.1",
"@helia/strings": "^3.0.5",
"@helia/strings": "^3.0.6",
"@helia/unixfs": "^3.0.7",
"@ipld/car": "^5.3.0",
"@ipld/dag-cbor": "^9.2.0",
Expand All @@ -80,7 +80,7 @@
"@libp2p/websockets": "^8.0.16",
"@multiformats/sha3": "^3.0.2",
"aegir": "^44.0.1",
"helia": "^4.2.5",
"helia": "^4.2.6",
"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/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.6](https://github.com/ipfs/helia/compare/json-v3.0.5...json-v3.0.6) (2024-09-13)


### Bug Fixes

* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e))

## [3.0.5](https://github.com/ipfs/helia/compare/json-v3.0.4...json-v3.0.5) (2024-07-31)


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.5",
"version": "3.0.6",
"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
7 changes: 7 additions & 0 deletions packages/mfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.8](https://github.com/ipfs/helia/compare/mfs-v3.0.7...mfs-v3.0.8) (2024-09-13)


### Bug Fixes

* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e))

## [3.0.7](https://github.com/ipfs/helia/compare/mfs-v3.0.6...mfs-v3.0.7) (2024-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/mfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/mfs",
"version": "3.0.7",
"version": "3.0.8",
"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
7 changes: 7 additions & 0 deletions packages/strings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.6](https://github.com/ipfs/helia/compare/strings-v3.0.5...strings-v3.0.6) (2024-09-13)


### Bug Fixes

* remove @libp2p/interfaces dep ([#591](https://github.com/ipfs/helia/issues/591)) ([e567717](https://github.com/ipfs/helia/commit/e567717102464a925f87cb10fc05808a50be960e))

## [3.0.5](https://github.com/ipfs/helia/compare/strings-v3.0.4...strings-v3.0.5) (2024-07-31)


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.5",
"version": "3.0.6",
"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

0 comments on commit 810e461

Please sign in to comment.