From bdd96b96006b66a5836e79dc757fd439dda2e86c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:01:16 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 2 +- packages/interface-ipfs-core/CHANGELOG.md | 19 +++++++++++++++ packages/interface-ipfs-core/package.json | 4 ++-- packages/ipfs-cli/CHANGELOG.md | 22 +++++++++++++++++ packages/ipfs-cli/package.json | 12 +++++----- packages/ipfs-client/CHANGELOG.md | 21 +++++++++++++++- packages/ipfs-client/package.json | 6 ++--- packages/ipfs-core-config/CHANGELOG.md | 18 ++++++++++++++ packages/ipfs-core-config/package.json | 4 ++-- packages/ipfs-core-types/CHANGELOG.md | 11 +++++++++ packages/ipfs-core-types/package.json | 2 +- packages/ipfs-core-utils/CHANGELOG.md | 18 ++++++++++++++ packages/ipfs-core-utils/package.json | 4 ++-- packages/ipfs-core/CHANGELOG.md | 24 +++++++++++++++++++ packages/ipfs-core/package.json | 12 +++++----- packages/ipfs-daemon/CHANGELOG.md | 22 +++++++++++++++++ packages/ipfs-daemon/package.json | 12 +++++----- packages/ipfs-grpc-client/CHANGELOG.md | 20 ++++++++++++++++ packages/ipfs-grpc-client/package.json | 8 +++---- packages/ipfs-grpc-protocol/CHANGELOG.md | 11 +++++++++ packages/ipfs-grpc-protocol/package.json | 2 +- packages/ipfs-grpc-server/CHANGELOG.md | 21 ++++++++++++++++ packages/ipfs-grpc-server/package.json | 8 +++---- packages/ipfs-http-client/CHANGELOG.md | 19 +++++++++++++++ packages/ipfs-http-client/package.json | 6 ++--- packages/ipfs-http-gateway/CHANGELOG.md | 19 +++++++++++++++ packages/ipfs-http-gateway/package.json | 6 ++--- packages/ipfs-http-response/CHANGELOG.md | 18 ++++++++++++++ packages/ipfs-http-response/package.json | 4 ++-- packages/ipfs-http-server/CHANGELOG.md | 22 +++++++++++++++++ packages/ipfs-http-server/package.json | 10 ++++---- .../ipfs-message-port-client/CHANGELOG.md | 23 ++++++++++++++++++ .../ipfs-message-port-client/package.json | 12 +++++----- .../ipfs-message-port-protocol/CHANGELOG.md | 18 ++++++++++++++ .../ipfs-message-port-protocol/package.json | 4 ++-- .../ipfs-message-port-server/CHANGELOG.md | 19 +++++++++++++++ .../ipfs-message-port-server/package.json | 6 ++--- packages/ipfs/CHANGELOG.md | 24 +++++++++++++++++++ packages/ipfs/package.json | 14 +++++------ 39 files changed, 437 insertions(+), 70 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f9bc03873..87a8dd87be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/interface-ipfs-core":"0.157.0","packages/ipfs":"0.65.0","packages/ipfs-cli":"0.15.0","packages/ipfs-client":"0.9.2","packages/ipfs-core":"0.17.0","packages/ipfs-core-config":"0.6.0","packages/ipfs-core-types":"0.13.0","packages/ipfs-core-utils":"0.17.0","packages/ipfs-daemon":"0.15.0","packages/ipfs-grpc-client":"0.12.0","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.11.0","packages/ipfs-http-client":"59.0.0","packages/ipfs-http-gateway":"0.12.0","packages/ipfs-http-response":"5.0.0","packages/ipfs-http-server":"0.14.0","packages/ipfs-message-port-client":"0.14.0","packages/ipfs-message-port-protocol":"0.14.0","packages/ipfs-message-port-server":"0.14.0"} \ No newline at end of file +{"packages/interface-ipfs-core":"0.158.0","packages/ipfs":"0.66.0","packages/ipfs-cli":"0.16.0","packages/ipfs-client":"0.10.0","packages/ipfs-core":"0.18.0","packages/ipfs-core-config":"0.7.0","packages/ipfs-core-types":"0.14.0","packages/ipfs-core-utils":"0.18.0","packages/ipfs-daemon":"0.16.0","packages/ipfs-grpc-client":"0.13.0","packages/ipfs-grpc-protocol":"0.8.0","packages/ipfs-grpc-server":"0.12.0","packages/ipfs-http-client":"60.0.0","packages/ipfs-http-gateway":"0.13.0","packages/ipfs-http-response":"6.0.0","packages/ipfs-http-server":"0.15.0","packages/ipfs-message-port-client":"0.15.0","packages/ipfs-message-port-protocol":"0.15.0","packages/ipfs-message-port-server":"0.15.0"} \ No newline at end of file diff --git a/packages/interface-ipfs-core/CHANGELOG.md b/packages/interface-ipfs-core/CHANGELOG.md index a0bb3b192a..a060665e46 100644 --- a/packages/interface-ipfs-core/CHANGELOG.md +++ b/packages/interface-ipfs-core/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.158.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.157.0...interface-ipfs-core-v0.158.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* mfs blob import for files larger than 262144b ([#4251](https://www.github.com/ipfs/js-ipfs/issues/4251)) ([6be5906](https://www.github.com/ipfs/js-ipfs/commit/6be59068cc99c517526bfa123ad475ae05fcbaef)), closes [#3601](https://www.github.com/ipfs/js-ipfs/issues/3601) [#3576](https://www.github.com/ipfs/js-ipfs/issues/3576) +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + ## [0.157.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.1...interface-ipfs-core-v0.157.0) (2022-10-24) diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index 3479d6457b..076d502bb6 100644 --- a/packages/interface-ipfs-core/package.json +++ b/packages/interface-ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.157.0", + "version": "0.158.0", "description": "A test suite and interface you can use to implement a IPFS core interface.", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core#readme", @@ -84,7 +84,7 @@ "delay": "^5.0.0", "did-jwt": "^6.2.0", "err-code": "^3.0.1", - "ipfs-core-types": "^0.13.0", + "ipfs-core-types": "^0.14.0", "ipfs-unixfs": "^9.0.0", "ipfs-unixfs-importer": "^12.0.0", "ipfs-utils": "^9.0.6", diff --git a/packages/ipfs-cli/CHANGELOG.md b/packages/ipfs-cli/CHANGELOG.md index e747821246..9aaad9f897 100644 --- a/packages/ipfs-cli/CHANGELOG.md +++ b/packages/ipfs-cli/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.15.0...ipfs-cli-v0.16.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.17.0 to ^0.18.0 + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-core-utils bumped from ^0.17.0 to ^0.18.0 + * ipfs-daemon bumped from ^0.15.0 to ^0.16.0 + * ipfs-http-client bumped from ^59.0.0 to ^60.0.0 + ## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.2...ipfs-cli-v0.15.0) (2022-10-24) diff --git a/packages/ipfs-cli/package.json b/packages/ipfs-cli/package.json index b30887b259..c0648d1f97 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-cli", - "version": "0.15.0", + "version": "0.16.0", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-cli#readme", @@ -78,11 +78,11 @@ "byteman": "^1.3.5", "execa": "^6.1.0", "get-folder-size": "^4.0.0", - "ipfs-core": "^0.17.0", - "ipfs-core-types": "^0.13.0", - "ipfs-core-utils": "^0.17.0", - "ipfs-daemon": "^0.15.0", - "ipfs-http-client": "^59.0.0", + "ipfs-core": "^0.18.0", + "ipfs-core-types": "^0.14.0", + "ipfs-core-utils": "^0.18.0", + "ipfs-daemon": "^0.16.0", + "ipfs-http-client": "^60.0.0", "ipfs-utils": "^9.0.6", "it-concat": "^3.0.1", "it-merge": "^2.0.0", diff --git a/packages/ipfs-client/CHANGELOG.md b/packages/ipfs-client/CHANGELOG.md index 7f40df6471..2454de6c48 100644 --- a/packages/ipfs-client/CHANGELOG.md +++ b/packages/ipfs-client/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.2...ipfs-client-v0.10.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-grpc-client bumped from ^0.12.0 to ^0.13.0 + * ipfs-http-client bumped from ^59.0.0 to ^60.0.0 + ### [0.9.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.1...ipfs-client-v0.9.2) (2022-10-24) @@ -396,4 +415,4 @@ Co-authored-by: achingbrain ### Features * add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864) -* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474) +* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474) \ No newline at end of file diff --git a/packages/ipfs-client/package.json b/packages/ipfs-client/package.json index e477c8a7d4..67f9722a8b 100644 --- a/packages/ipfs-client/package.json +++ b/packages/ipfs-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-client", - "version": "0.9.2", + "version": "0.10.0", "description": "A client library to talk to local IPFS daemons", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-client#readme", @@ -61,8 +61,8 @@ "dep-check": "aegir dep-check -i aegir" }, "dependencies": { - "ipfs-grpc-client": "^0.12.0", - "ipfs-http-client": "^59.0.0", + "ipfs-grpc-client": "^0.13.0", + "ipfs-http-client": "^60.0.0", "merge-options": "^3.0.4" }, "devDependencies": { diff --git a/packages/ipfs-core-config/CHANGELOG.md b/packages/ipfs-core-config/CHANGELOG.md index 7a13703a7a..6091b87b7a 100644 --- a/packages/ipfs-core-config/CHANGELOG.md +++ b/packages/ipfs-core-config/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.6.0...ipfs-core-config-v0.7.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core-utils bumped from ^0.17.0 to ^0.18.0 + ## [0.6.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.5.1...ipfs-core-config-v0.6.0) (2022-10-24) diff --git a/packages/ipfs-core-config/package.json b/packages/ipfs-core-config/package.json index f8e153fb3b..66ff095512 100644 --- a/packages/ipfs-core-config/package.json +++ b/packages/ipfs-core-config/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core-config", - "version": "0.6.0", + "version": "0.7.0", "description": "Package to store node and browser specific config for ipfs-core", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT", @@ -119,6 +119,6 @@ }, "devDependencies": { "aegir": "^37.9.0", - "ipfs-core-utils": "^0.17.0" + "ipfs-core-utils": "^0.18.0" } } diff --git a/packages/ipfs-core-types/CHANGELOG.md b/packages/ipfs-core-types/CHANGELOG.md index 3448740886..a152c18b7d 100644 --- a/packages/ipfs-core-types/CHANGELOG.md +++ b/packages/ipfs-core-types/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.13.0...ipfs-core-types-v0.14.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + ## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.12.1...ipfs-core-types-v0.13.0) (2022-10-24) diff --git a/packages/ipfs-core-types/package.json b/packages/ipfs-core-types/package.json index 113ab9c5b1..7fe146b0c3 100644 --- a/packages/ipfs-core-types/package.json +++ b/packages/ipfs-core-types/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core-types", - "version": "0.13.0", + "version": "0.14.0", "description": "IPFS interface definitions used by implementations for API compatibility.", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme", diff --git a/packages/ipfs-core-utils/CHANGELOG.md b/packages/ipfs-core-utils/CHANGELOG.md index ea41400734..282c2073ff 100644 --- a/packages/ipfs-core-utils/CHANGELOG.md +++ b/packages/ipfs-core-utils/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.18.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.17.0...ipfs-core-utils-v0.18.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + ## [0.17.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.16.1...ipfs-core-utils-v0.17.0) (2022-10-24) diff --git a/packages/ipfs-core-utils/package.json b/packages/ipfs-core-utils/package.json index f7da0323be..2d989bbc16 100644 --- a/packages/ipfs-core-utils/package.json +++ b/packages/ipfs-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core-utils", - "version": "0.17.0", + "version": "0.18.0", "description": "Package to share code between ipfs and ipfs-http-client", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT", @@ -147,7 +147,7 @@ "blob-to-it": "^2.0.0", "browser-readablestream-to-it": "^2.0.0", "err-code": "^3.0.1", - "ipfs-core-types": "^0.13.0", + "ipfs-core-types": "^0.14.0", "ipfs-unixfs": "^9.0.0", "ipfs-utils": "^9.0.6", "it-all": "^2.0.0", diff --git a/packages/ipfs-core/CHANGELOG.md b/packages/ipfs-core/CHANGELOG.md index 214d8be095..602e46cf53 100644 --- a/packages/ipfs-core/CHANGELOG.md +++ b/packages/ipfs-core/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.18.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.17.0...ipfs-core-v0.18.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* mfs blob import for files larger than 262144b ([#4251](https://www.github.com/ipfs/js-ipfs/issues/4251)) ([6be5906](https://www.github.com/ipfs/js-ipfs/commit/6be59068cc99c517526bfa123ad475ae05fcbaef)), closes [#3601](https://www.github.com/ipfs/js-ipfs/issues/3601) [#3576](https://www.github.com/ipfs/js-ipfs/issues/3576) +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-config bumped from ^0.6.0 to ^0.7.0 + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-core-utils bumped from ^0.17.0 to ^0.18.0 + * ipfs-http-client bumped from ^59.0.0 to ^60.0.0 + * devDependencies + * interface-ipfs-core bumped from ^0.157.0 to ^0.158.0 + ## [0.17.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.1...ipfs-core-v0.17.0) (2022-10-24) diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index 35f3f4111b..a42f9f2e20 100644 --- a/packages/ipfs-core/package.json +++ b/packages/ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core", - "version": "0.17.0", + "version": "0.18.0", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core#readme", @@ -113,10 +113,10 @@ "interface-blockstore": "^4.0.0", "interface-datastore": "^7.0.0", "ipfs-bitswap": "^15.0.0", - "ipfs-core-config": "^0.6.0", - "ipfs-core-types": "^0.13.0", - "ipfs-core-utils": "^0.17.0", - "ipfs-http-client": "^59.0.0", + "ipfs-core-config": "^0.7.0", + "ipfs-core-types": "^0.14.0", + "ipfs-core-utils": "^0.18.0", + "ipfs-http-client": "^60.0.0", "ipfs-repo": "^17.0.0", "ipfs-unixfs": "^9.0.0", "ipfs-unixfs-exporter": "^10.0.0", @@ -157,7 +157,7 @@ "delay": "^5.0.0", "go-ipfs": "^0.12.0", "interface-blockstore-tests": "^4.0.0", - "interface-ipfs-core": "^0.157.0", + "interface-ipfs-core": "^0.158.0", "ipfsd-ctl": "^12.0.3", "iso-url": "^1.0.0", "it-all": "^2.0.0", diff --git a/packages/ipfs-daemon/CHANGELOG.md b/packages/ipfs-daemon/CHANGELOG.md index f464e2044e..f0752d56dc 100644 --- a/packages/ipfs-daemon/CHANGELOG.md +++ b/packages/ipfs-daemon/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.15.0...ipfs-daemon-v0.16.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.17.0 to ^0.18.0 + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-grpc-server bumped from ^0.11.0 to ^0.12.0 + * ipfs-http-gateway bumped from ^0.12.0 to ^0.13.0 + * ipfs-http-server bumped from ^0.14.0 to ^0.15.0 + ## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.2...ipfs-daemon-v0.15.0) (2022-10-24) diff --git a/packages/ipfs-daemon/package.json b/packages/ipfs-daemon/package.json index 25b5157a2f..8e708b3c09 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-daemon", - "version": "0.15.0", + "version": "0.16.0", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-daemon#readme", @@ -66,11 +66,11 @@ "@libp2p/logger": "^2.0.0", "@libp2p/webrtc-star": "^6.0.0", "@mapbox/node-pre-gyp": "^1.0.5", - "ipfs-core": "^0.17.0", - "ipfs-core-types": "^0.13.0", - "ipfs-grpc-server": "^0.11.0", - "ipfs-http-gateway": "^0.12.0", - "ipfs-http-server": "^0.14.0", + "ipfs-core": "^0.18.0", + "ipfs-core-types": "^0.14.0", + "ipfs-grpc-server": "^0.12.0", + "ipfs-http-gateway": "^0.13.0", + "ipfs-http-server": "^0.15.0", "ipfs-utils": "^9.0.6", "libp2p": "next" }, diff --git a/packages/ipfs-grpc-client/CHANGELOG.md b/packages/ipfs-grpc-client/CHANGELOG.md index b7412886fa..b9f80a6fe5 100644 --- a/packages/ipfs-grpc-client/CHANGELOG.md +++ b/packages/ipfs-grpc-client/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.12.0...ipfs-grpc-client-v0.13.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-core-utils bumped from ^0.17.0 to ^0.18.0 + * ipfs-grpc-protocol bumped from ^0.7.0 to ^0.8.0 + ## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.11.1...ipfs-grpc-client-v0.12.0) (2022-10-24) diff --git a/packages/ipfs-grpc-client/package.json b/packages/ipfs-grpc-client/package.json index 3628dfa4d2..b19f6a1133 100644 --- a/packages/ipfs-grpc-client/package.json +++ b/packages/ipfs-grpc-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-grpc-client", - "version": "0.12.0", + "version": "0.13.0", "description": "A client library for the IPFS gRPC API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-client#readme", @@ -74,9 +74,9 @@ "@multiformats/multiaddr": "^11.0.0", "change-case": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.13.0", - "ipfs-core-utils": "^0.17.0", - "ipfs-grpc-protocol": "^0.7.0", + "ipfs-core-types": "^0.14.0", + "ipfs-core-utils": "^0.18.0", + "ipfs-grpc-protocol": "^0.8.0", "ipfs-unixfs": "^9.0.0", "it-first": "^2.0.0", "it-pushable": "^3.0.0", diff --git a/packages/ipfs-grpc-protocol/CHANGELOG.md b/packages/ipfs-grpc-protocol/CHANGELOG.md index b589a006d5..1e1bd6d909 100644 --- a/packages/ipfs-grpc-protocol/CHANGELOG.md +++ b/packages/ipfs-grpc-protocol/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol-v0.7.0...ipfs-grpc-protocol-v0.8.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + ## [0.7.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol-v0.6.0...ipfs-grpc-protocol-v0.7.0) (2022-09-06) diff --git a/packages/ipfs-grpc-protocol/package.json b/packages/ipfs-grpc-protocol/package.json index 8bd8b9d84a..f85227d992 100644 --- a/packages/ipfs-grpc-protocol/package.json +++ b/packages/ipfs-grpc-protocol/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-grpc-protocol", - "version": "0.7.0", + "version": "0.8.0", "description": "Protobuf definitions for the IPFS gRPC API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-protocol#readme", diff --git a/packages/ipfs-grpc-server/CHANGELOG.md b/packages/ipfs-grpc-server/CHANGELOG.md index b2d30683e7..15fc6729c0 100644 --- a/packages/ipfs-grpc-server/CHANGELOG.md +++ b/packages/ipfs-grpc-server/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.11.0...ipfs-grpc-server-v0.12.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-grpc-protocol bumped from ^0.7.0 to ^0.8.0 + * devDependencies + * ipfs-core bumped from ^0.17.0 to ^0.18.0 + ## [0.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.10.1...ipfs-grpc-server-v0.11.0) (2022-10-24) diff --git a/packages/ipfs-grpc-server/package.json b/packages/ipfs-grpc-server/package.json index 5ffe08233c..1a88a20141 100644 --- a/packages/ipfs-grpc-server/package.json +++ b/packages/ipfs-grpc-server/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-grpc-server", - "version": "0.11.0", + "version": "0.12.0", "description": "A server library for the IPFS gRPC API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-server#readme", @@ -69,8 +69,8 @@ "@multiformats/multiaddr": "^11.0.0", "change-case": "^4.1.1", "coercer": "^1.1.2", - "ipfs-core-types": "^0.13.0", - "ipfs-grpc-protocol": "^0.7.0", + "ipfs-core-types": "^0.14.0", + "ipfs-grpc-protocol": "^0.8.0", "it-first": "^2.0.0", "it-map": "^2.0.0", "it-peekable": "^2.0.0", @@ -84,7 +84,7 @@ "devDependencies": { "@types/ws": "^8.5.3", "aegir": "^37.9.0", - "ipfs-core": "^0.17.0", + "ipfs-core": "^0.18.0", "it-all": "^2.0.0", "it-drain": "^2.0.0", "sinon": "^15.0.1" diff --git a/packages/ipfs-http-client/CHANGELOG.md b/packages/ipfs-http-client/CHANGELOG.md index db033b37cb..8666b42141 100644 --- a/packages/ipfs-http-client/CHANGELOG.md +++ b/packages/ipfs-http-client/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [60.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v59.0.0...ipfs-http-client-v60.0.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-core-utils bumped from ^0.17.0 to ^0.18.0 + ## [59.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v58.0.1...ipfs-http-client-v59.0.0) (2022-10-24) diff --git a/packages/ipfs-http-client/package.json b/packages/ipfs-http-client/package.json index d125f608c7..2c3fde6624 100644 --- a/packages/ipfs-http-client/package.json +++ b/packages/ipfs-http-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-client", - "version": "59.0.0", + "version": "60.0.0", "description": "A client library for the IPFS HTTP API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client#readme", @@ -76,8 +76,8 @@ "any-signal": "^3.0.0", "dag-jose": "^3.0.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.13.0", - "ipfs-core-utils": "^0.17.0", + "ipfs-core-types": "^0.14.0", + "ipfs-core-utils": "^0.18.0", "ipfs-utils": "^9.0.6", "it-first": "^2.0.0", "it-last": "^2.0.0", diff --git a/packages/ipfs-http-gateway/CHANGELOG.md b/packages/ipfs-http-gateway/CHANGELOG.md index 3ca7dff416..3411cff342 100644 --- a/packages/ipfs-http-gateway/CHANGELOG.md +++ b/packages/ipfs-http-gateway/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.12.0...ipfs-http-gateway-v0.13.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-http-response bumped from ^5.0.0 to ^6.0.0 + ## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.11.1...ipfs-http-gateway-v0.12.0) (2022-10-24) diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index 06707928c8..c8dea0e7e1 100644 --- a/packages/ipfs-http-gateway/package.json +++ b/packages/ipfs-http-gateway/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-gateway", - "version": "0.12.0", + "version": "0.13.0", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-gateway#readme", @@ -73,8 +73,8 @@ "@libp2p/logger": "^2.0.0", "@multiformats/uri-to-multiaddr": "^7.0.0", "hapi-pino": "^8.5.0", - "ipfs-core-types": "^0.13.0", - "ipfs-http-response": "^5.0.0", + "ipfs-core-types": "^0.14.0", + "ipfs-http-response": "^6.0.0", "is-ipfs": "^8.0.0", "it-last": "^2.0.0", "it-to-stream": "^1.0.0", diff --git a/packages/ipfs-http-response/CHANGELOG.md b/packages/ipfs-http-response/CHANGELOG.md index fbcc75134e..17686e9903 100644 --- a/packages/ipfs-http-response/CHANGELOG.md +++ b/packages/ipfs-http-response/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v5.0.0...ipfs-http-response-v6.0.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core bumped from ^0.17.0 to ^0.18.0 + ## [5.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v4.0.1...ipfs-http-response-v5.0.0) (2022-10-24) diff --git a/packages/ipfs-http-response/package.json b/packages/ipfs-http-response/package.json index f0f2c07eb7..aed93ba702 100644 --- a/packages/ipfs-http-response/package.json +++ b/packages/ipfs-http-response/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-response", - "version": "5.0.0", + "version": "6.0.0", "description": "Creates an HTTP response from an IPFS Hash", "author": "Vasco Santos ", "license": "Apache-2.0 OR MIT", @@ -81,7 +81,7 @@ "@types/mime-types": "^2.1.1", "aegir": "^37.9.0", "get-stream": "^6.0.0", - "ipfs-core": "^0.17.0", + "ipfs-core": "^0.18.0", "ipfsd-ctl": "^12.0.3", "it-all": "^2.0.0", "uint8arrays": "^4.0.2" diff --git a/packages/ipfs-http-server/CHANGELOG.md b/packages/ipfs-http-server/CHANGELOG.md index 675af7d1a6..dae73a36a4 100644 --- a/packages/ipfs-http-server/CHANGELOG.md +++ b/packages/ipfs-http-server/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.14.0...ipfs-http-server-v0.15.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-core-utils bumped from ^0.17.0 to ^0.18.0 + * ipfs-http-gateway bumped from ^0.12.0 to ^0.13.0 + * devDependencies + * ipfs-http-client bumped from ^59.0.0 to ^60.0.0 + ## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.13.2...ipfs-http-server-v0.14.0) (2022-10-24) diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index be85bbc809..34aceda122 100644 --- a/packages/ipfs-http-server/package.json +++ b/packages/ipfs-http-server/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-server", - "version": "0.14.0", + "version": "0.15.0", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-server#readme", @@ -77,9 +77,9 @@ "any-signal": "^3.0.0", "dlv": "^1.1.3", "hapi-pino": "^8.5.0", - "ipfs-core-types": "^0.13.0", - "ipfs-core-utils": "^0.17.0", - "ipfs-http-gateway": "^0.12.0", + "ipfs-core-types": "^0.14.0", + "ipfs-core-utils": "^0.18.0", + "ipfs-http-gateway": "^0.13.0", "ipfs-unixfs": "^9.0.0", "it-all": "^2.0.0", "it-drain": "^2.0.0", @@ -106,7 +106,7 @@ "aegir": "^37.9.0", "err-code": "^3.0.1", "form-data": "^4.0.0", - "ipfs-http-client": "^59.0.0", + "ipfs-http-client": "^60.0.0", "iso-random-stream": "^2.0.2", "it-first": "^2.0.0", "it-to-buffer": "^3.0.0", diff --git a/packages/ipfs-message-port-client/CHANGELOG.md b/packages/ipfs-message-port-client/CHANGELOG.md index f5daada84f..b6cbb11050 100644 --- a/packages/ipfs-message-port-client/CHANGELOG.md +++ b/packages/ipfs-message-port-client/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.14.0...ipfs-message-port-client-v0.15.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-message-port-protocol bumped from ^0.14.0 to ^0.15.0 + * devDependencies + * interface-ipfs-core bumped from ^0.157.0 to ^0.158.0 + * ipfs-core bumped from ^0.17.0 to ^0.18.0 + * ipfs-message-port-server bumped from ^0.14.0 to ^0.15.0 + ## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.13.1...ipfs-message-port-client-v0.14.0) (2022-10-24) diff --git a/packages/ipfs-message-port-client/package.json b/packages/ipfs-message-port-client/package.json index 0bfce00921..d493979593 100644 --- a/packages/ipfs-message-port-client/package.json +++ b/packages/ipfs-message-port-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-message-port-client", - "version": "0.14.0", + "version": "0.15.0", "description": "IPFS client library for accessing IPFS node over message port", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-client#readme", @@ -66,16 +66,16 @@ "dependencies": { "browser-readablestream-to-it": "^2.0.0", "err-code": "^3.0.1", - "ipfs-core-types": "^0.13.0", - "ipfs-message-port-protocol": "^0.14.0", + "ipfs-core-types": "^0.14.0", + "ipfs-message-port-protocol": "^0.15.0", "ipfs-unixfs": "^9.0.0", "it-peekable": "^2.0.0", "multiformats": "^11.0.0" }, "devDependencies": { "aegir": "^37.9.0", - "interface-ipfs-core": "^0.157.0", - "ipfs-core": "^0.17.0", - "ipfs-message-port-server": "^0.14.0" + "interface-ipfs-core": "^0.158.0", + "ipfs-core": "^0.18.0", + "ipfs-message-port-server": "^0.15.0" } } diff --git a/packages/ipfs-message-port-protocol/CHANGELOG.md b/packages/ipfs-message-port-protocol/CHANGELOG.md index 5512f5d061..d76c9aafcb 100644 --- a/packages/ipfs-message-port-protocol/CHANGELOG.md +++ b/packages/ipfs-message-port-protocol/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.14.0...ipfs-message-port-protocol-v0.15.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + ## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.13.1...ipfs-message-port-protocol-v0.14.0) (2022-10-24) diff --git a/packages/ipfs-message-port-protocol/package.json b/packages/ipfs-message-port-protocol/package.json index 026548a215..62d8d390be 100644 --- a/packages/ipfs-message-port-protocol/package.json +++ b/packages/ipfs-message-port-protocol/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-message-port-protocol", - "version": "0.14.0", + "version": "0.15.0", "description": "IPFS client/server protocol over message port", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-protocol#readme", @@ -87,7 +87,7 @@ "dep-check": "aegir dep-check -i ipfs-core-types" }, "dependencies": { - "ipfs-core-types": "^0.13.0", + "ipfs-core-types": "^0.14.0", "multiformats": "^11.0.0" }, "devDependencies": { diff --git a/packages/ipfs-message-port-server/CHANGELOG.md b/packages/ipfs-message-port-server/CHANGELOG.md index e8c8d4f89b..7924ef1203 100644 --- a/packages/ipfs-message-port-server/CHANGELOG.md +++ b/packages/ipfs-message-port-server/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.14.0...ipfs-message-port-server-v0.15.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-message-port-protocol bumped from ^0.14.0 to ^0.15.0 + ## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.13.1...ipfs-message-port-server-v0.14.0) (2022-10-24) diff --git a/packages/ipfs-message-port-server/package.json b/packages/ipfs-message-port-server/package.json index 273cac0e12..6969949619 100644 --- a/packages/ipfs-message-port-server/package.json +++ b/packages/ipfs-message-port-server/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-message-port-server", - "version": "0.14.0", + "version": "0.15.0", "description": "IPFS server library for exposing IPFS node over message port", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-server#readme", @@ -92,8 +92,8 @@ "dep-check": "aegir dep-check -i ipfs-core-types" }, "dependencies": { - "ipfs-core-types": "^0.13.0", - "ipfs-message-port-protocol": "^0.14.0", + "ipfs-core-types": "^0.14.0", + "ipfs-message-port-protocol": "^0.15.0", "it-all": "^2.0.0" }, "devDependencies": { diff --git a/packages/ipfs/CHANGELOG.md b/packages/ipfs/CHANGELOG.md index 7e4ba52a9e..fced7e2179 100644 --- a/packages/ipfs/CHANGELOG.md +++ b/packages/ipfs/CHANGELOG.md @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.66.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.65.0...ipfs-v0.66.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11.x.x and related depenendcies (#4277) + +### Bug Fixes + +* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-cli bumped from ^0.15.0 to ^0.16.0 + * ipfs-core bumped from ^0.17.0 to ^0.18.0 + * devDependencies + * interface-ipfs-core bumped from ^0.157.0 to ^0.158.0 + * ipfs-client bumped from ^0.9.2 to ^0.10.0 + * ipfs-core-types bumped from ^0.13.0 to ^0.14.0 + * ipfs-http-client bumped from ^59.0.0 to ^60.0.0 + ## [0.65.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.2...ipfs-v0.65.0) (2022-10-24) diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index 45df27a786..3d68ba8248 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.65.0", + "version": "0.66.0", "description": "JavaScript implementation of the IPFS specification", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs#readme", @@ -77,8 +77,8 @@ }, "dependencies": { "@libp2p/logger": "^2.0.0", - "ipfs-cli": "^0.15.0", - "ipfs-core": "^0.17.0", + "ipfs-cli": "^0.16.0", + "ipfs-core": "^0.18.0", "semver": "^7.3.2", "update-notifier": "^6.0.0" }, @@ -90,10 +90,10 @@ "aegir": "^37.9.0", "cross-env": "^7.0.0", "go-ipfs": "^0.12.0", - "interface-ipfs-core": "^0.157.0", - "ipfs-client": "^0.9.2", - "ipfs-core-types": "^0.13.0", - "ipfs-http-client": "^59.0.0", + "interface-ipfs-core": "^0.158.0", + "ipfs-client": "^0.10.0", + "ipfs-core-types": "^0.14.0", + "ipfs-http-client": "^60.0.0", "ipfs-interop": "ipfs/interop#deps/update-multiformats", "ipfs-utils": "^9.0.6", "ipfsd-ctl": "^12.0.3",