diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87a8dd87be..f072fc447c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"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 +{"packages/interface-ipfs-core":"0.158.1","packages/ipfs":"0.66.1","packages/ipfs-cli":"0.16.1","packages/ipfs-client":"0.10.1","packages/ipfs-core":"0.18.1","packages/ipfs-core-config":"0.7.1","packages/ipfs-core-types":"0.14.1","packages/ipfs-core-utils":"0.18.1","packages/ipfs-daemon":"0.16.1","packages/ipfs-grpc-client":"0.13.1","packages/ipfs-grpc-protocol":"0.8.1","packages/ipfs-grpc-server":"0.12.1","packages/ipfs-http-client":"60.0.1","packages/ipfs-http-gateway":"0.13.1","packages/ipfs-http-response":"6.0.1","packages/ipfs-http-server":"0.15.1","packages/ipfs-message-port-client":"0.15.1","packages/ipfs-message-port-protocol":"0.15.1","packages/ipfs-message-port-server":"0.15.1"} \ No newline at end of file diff --git a/packages/interface-ipfs-core/CHANGELOG.md b/packages/interface-ipfs-core/CHANGELOG.md index 91821881d1..87cd64baf2 100644 --- a/packages/interface-ipfs-core/CHANGELOG.md +++ b/packages/interface-ipfs-core/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.158.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.158.0...interface-ipfs-core-v0.158.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + ## [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-11) diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index 542a25d814..e342fd6f9a 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.158.0", + "version": "0.158.1", "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.14.0", + "ipfs-core-types": "^0.14.1", "ipfs-unixfs": "^9.0.0", "ipfs-unixfs-importer": "^12.0.0", "ipfs-utils": "^9.0.13", diff --git a/packages/ipfs-cli/CHANGELOG.md b/packages/ipfs-cli/CHANGELOG.md index 2e2faace5e..b71df5bd54 100644 --- a/packages/ipfs-cli/CHANGELOG.md +++ b/packages/ipfs-cli/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.16.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.16.0...ipfs-cli-v0.16.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.18.0 to ^0.18.1 + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-core-utils bumped from ^0.18.0 to ^0.18.1 + * ipfs-daemon bumped from ^0.16.0 to ^0.16.1 + * ipfs-http-client bumped from ^60.0.0 to ^60.0.1 + ## [0.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.15.0...ipfs-cli-v0.16.0) (2023-01-11) diff --git a/packages/ipfs-cli/package.json b/packages/ipfs-cli/package.json index 1a16285f65..a0c25458be 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-cli", - "version": "0.16.0", + "version": "0.16.1", "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.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-core": "^0.18.1", + "ipfs-core-types": "^0.14.1", + "ipfs-core-utils": "^0.18.1", + "ipfs-daemon": "^0.16.1", + "ipfs-http-client": "^60.0.1", "ipfs-utils": "^9.0.13", "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 854465488a..f4a723a933 100644 --- a/packages/ipfs-client/CHANGELOG.md +++ b/packages/ipfs-client/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.10.0...ipfs-client-v0.10.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-grpc-client bumped from ^0.13.0 to ^0.13.1 + * ipfs-http-client bumped from ^60.0.0 to ^60.0.1 + ## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.2...ipfs-client-v0.10.0) (2023-01-11) diff --git a/packages/ipfs-client/package.json b/packages/ipfs-client/package.json index 3105cf8ef9..6d4ff1034f 100644 --- a/packages/ipfs-client/package.json +++ b/packages/ipfs-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-client", - "version": "0.10.0", + "version": "0.10.1", "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.13.0", - "ipfs-http-client": "^60.0.0", + "ipfs-grpc-client": "^0.13.1", + "ipfs-http-client": "^60.0.1", "merge-options": "^3.0.4" }, "devDependencies": { diff --git a/packages/ipfs-core-config/CHANGELOG.md b/packages/ipfs-core-config/CHANGELOG.md index 3e184a6e46..947bfe41aa 100644 --- a/packages/ipfs-core-config/CHANGELOG.md +++ b/packages/ipfs-core-config/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.7.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.7.0...ipfs-core-config-v0.7.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core-utils bumped from ^0.18.0 to ^0.18.1 + ## [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-11) diff --git a/packages/ipfs-core-config/package.json b/packages/ipfs-core-config/package.json index c61f13a98c..3316ab6816 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.7.0", + "version": "0.7.1", "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.11.0", - "ipfs-core-utils": "^0.18.0" + "ipfs-core-utils": "^0.18.1" } } diff --git a/packages/ipfs-core-types/CHANGELOG.md b/packages/ipfs-core-types/CHANGELOG.md index bfb010663c..d18c668e9f 100644 --- a/packages/ipfs-core-types/CHANGELOG.md +++ b/packages/ipfs-core-types/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.14.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.14.0...ipfs-core-types-v0.14.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + ## [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-11) diff --git a/packages/ipfs-core-types/package.json b/packages/ipfs-core-types/package.json index 738b7e2907..acabcecd88 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.14.0", + "version": "0.14.1", "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 573c91d766..9d1187514c 100644 --- a/packages/ipfs-core-utils/CHANGELOG.md +++ b/packages/ipfs-core-utils/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.18.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.18.0...ipfs-core-utils-v0.18.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + ## [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-11) diff --git a/packages/ipfs-core-utils/package.json b/packages/ipfs-core-utils/package.json index af2451492c..af5afd954b 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.18.0", + "version": "0.18.1", "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.14.0", + "ipfs-core-types": "^0.14.1", "ipfs-unixfs": "^9.0.0", "ipfs-utils": "^9.0.13", "it-all": "^2.0.0", diff --git a/packages/ipfs-core/CHANGELOG.md b/packages/ipfs-core/CHANGELOG.md index 4b7ef3e523..591900f88c 100644 --- a/packages/ipfs-core/CHANGELOG.md +++ b/packages/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.18.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.18.0...ipfs-core-v0.18.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-config bumped from ^0.7.0 to ^0.7.1 + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-core-utils bumped from ^0.18.0 to ^0.18.1 + * ipfs-http-client bumped from ^60.0.0 to ^60.0.1 + * devDependencies + * interface-ipfs-core bumped from ^0.158.0 to ^0.158.1 + ## [0.18.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.17.0...ipfs-core-v0.18.0) (2023-01-11) diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index 2a2547f54f..8c9d607e48 100644 --- a/packages/ipfs-core/package.json +++ b/packages/ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core", - "version": "0.18.0", + "version": "0.18.1", "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.7.0", - "ipfs-core-types": "^0.14.0", - "ipfs-core-utils": "^0.18.0", - "ipfs-http-client": "^60.0.0", + "ipfs-core-config": "^0.7.1", + "ipfs-core-types": "^0.14.1", + "ipfs-core-utils": "^0.18.1", + "ipfs-http-client": "^60.0.1", "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.158.0", + "interface-ipfs-core": "^0.158.1", "ipfsd-ctl": "^13.0.0", "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 9670f1da2a..7834659d7e 100644 --- a/packages/ipfs-daemon/CHANGELOG.md +++ b/packages/ipfs-daemon/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.16.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.16.0...ipfs-daemon-v0.16.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.18.0 to ^0.18.1 + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-grpc-server bumped from ^0.12.0 to ^0.12.1 + * ipfs-http-gateway bumped from ^0.13.0 to ^0.13.1 + * ipfs-http-server bumped from ^0.15.0 to ^0.15.1 + ## [0.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.15.0...ipfs-daemon-v0.16.0) (2023-01-11) diff --git a/packages/ipfs-daemon/package.json b/packages/ipfs-daemon/package.json index b2fb72517e..326ddb7dbe 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-daemon", - "version": "0.16.0", + "version": "0.16.1", "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.5", "@libp2p/webrtc-star": "^6.0.0", "@mapbox/node-pre-gyp": "^1.0.5", - "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-core": "^0.18.1", + "ipfs-core-types": "^0.14.1", + "ipfs-grpc-server": "^0.12.1", + "ipfs-http-gateway": "^0.13.1", + "ipfs-http-server": "^0.15.1", "ipfs-utils": "^9.0.13", "libp2p": "^0.42.0" }, diff --git a/packages/ipfs-grpc-client/CHANGELOG.md b/packages/ipfs-grpc-client/CHANGELOG.md index 2e2da0559d..3d8614f51f 100644 --- a/packages/ipfs-grpc-client/CHANGELOG.md +++ b/packages/ipfs-grpc-client/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.13.0...ipfs-grpc-client-v0.13.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-core-utils bumped from ^0.18.0 to ^0.18.1 + * ipfs-grpc-protocol bumped from ^0.8.0 to ^0.8.1 + ## [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-11) diff --git a/packages/ipfs-grpc-client/package.json b/packages/ipfs-grpc-client/package.json index 0435b66a15..1d1ad0016c 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.13.0", + "version": "0.13.1", "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.1.5", "change-case": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.14.0", - "ipfs-core-utils": "^0.18.0", - "ipfs-grpc-protocol": "^0.8.0", + "ipfs-core-types": "^0.14.1", + "ipfs-core-utils": "^0.18.1", + "ipfs-grpc-protocol": "^0.8.1", "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 b0b5823591..f5aa317270 100644 --- a/packages/ipfs-grpc-protocol/CHANGELOG.md +++ b/packages/ipfs-grpc-protocol/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol-v0.8.0...ipfs-grpc-protocol-v0.8.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + ## [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-11) diff --git a/packages/ipfs-grpc-protocol/package.json b/packages/ipfs-grpc-protocol/package.json index 52d745e1a4..8878515365 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.8.0", + "version": "0.8.1", "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 d8444e244f..7e86417444 100644 --- a/packages/ipfs-grpc-server/CHANGELOG.md +++ b/packages/ipfs-grpc-server/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.12.0...ipfs-grpc-server-v0.12.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-grpc-protocol bumped from ^0.8.0 to ^0.8.1 + * devDependencies + * ipfs-core bumped from ^0.18.0 to ^0.18.1 + ## [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-11) diff --git a/packages/ipfs-grpc-server/package.json b/packages/ipfs-grpc-server/package.json index f3c9bcba83..7fe2424424 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.12.0", + "version": "0.12.1", "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.1.5", "change-case": "^4.1.1", "coercer": "^1.1.2", - "ipfs-core-types": "^0.14.0", - "ipfs-grpc-protocol": "^0.8.0", + "ipfs-core-types": "^0.14.1", + "ipfs-grpc-protocol": "^0.8.1", "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.11.0", - "ipfs-core": "^0.18.0", + "ipfs-core": "^0.18.1", "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 2d80f89662..1749df754b 100644 --- a/packages/ipfs-http-client/CHANGELOG.md +++ b/packages/ipfs-http-client/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [60.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v60.0.0...ipfs-http-client-v60.0.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-core-utils bumped from ^0.18.0 to ^0.18.1 + ## [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-11) diff --git a/packages/ipfs-http-client/package.json b/packages/ipfs-http-client/package.json index 382ee68c22..d6c6654317 100644 --- a/packages/ipfs-http-client/package.json +++ b/packages/ipfs-http-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-client", - "version": "60.0.0", + "version": "60.0.1", "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": "^4.0.0", "err-code": "^3.0.1", - "ipfs-core-types": "^0.14.0", - "ipfs-core-utils": "^0.18.0", + "ipfs-core-types": "^0.14.1", + "ipfs-core-utils": "^0.18.1", "ipfs-utils": "^9.0.13", "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 39d7460bcf..8a4b849e6e 100644 --- a/packages/ipfs-http-gateway/CHANGELOG.md +++ b/packages/ipfs-http-gateway/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.13.0...ipfs-http-gateway-v0.13.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-http-response bumped from ^6.0.0 to ^6.0.1 + ## [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-11) diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index fc4cad2b7f..76d68b6356 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.13.0", + "version": "0.13.1", "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.5", "@multiformats/uri-to-multiaddr": "^7.0.0", "hapi-pino": "^8.5.0", - "ipfs-core-types": "^0.14.0", - "ipfs-http-response": "^6.0.0", + "ipfs-core-types": "^0.14.1", + "ipfs-http-response": "^6.0.1", "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 fef88168a6..4cf187ea53 100644 --- a/packages/ipfs-http-response/CHANGELOG.md +++ b/packages/ipfs-http-response/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [6.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v6.0.0...ipfs-http-response-v6.0.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core bumped from ^0.18.0 to ^0.18.1 + ## [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-11) diff --git a/packages/ipfs-http-response/package.json b/packages/ipfs-http-response/package.json index d9a2e076dc..1ed5542fc9 100644 --- a/packages/ipfs-http-response/package.json +++ b/packages/ipfs-http-response/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-response", - "version": "6.0.0", + "version": "6.0.1", "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.11.0", "get-stream": "^6.0.0", - "ipfs-core": "^0.18.0", + "ipfs-core": "^0.18.1", "ipfsd-ctl": "^13.0.0", "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 db2e62bb6a..8083282ff3 100644 --- a/packages/ipfs-http-server/CHANGELOG.md +++ b/packages/ipfs-http-server/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.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.15.0...ipfs-http-server-v0.15.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-core-utils bumped from ^0.18.0 to ^0.18.1 + * ipfs-http-gateway bumped from ^0.13.0 to ^0.13.1 + * devDependencies + * ipfs-http-client bumped from ^60.0.0 to ^60.0.1 + ## [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-11) diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 7cccf8a679..8867e411df 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.15.0", + "version": "0.15.1", "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.14.0", - "ipfs-core-utils": "^0.18.0", - "ipfs-http-gateway": "^0.13.0", + "ipfs-core-types": "^0.14.1", + "ipfs-core-utils": "^0.18.1", + "ipfs-http-gateway": "^0.13.1", "ipfs-unixfs": "^9.0.0", "it-all": "^2.0.0", "it-drain": "^2.0.0", @@ -106,7 +106,7 @@ "aegir": "^37.11.0", "err-code": "^3.0.1", "form-data": "^4.0.0", - "ipfs-http-client": "^60.0.0", + "ipfs-http-client": "^60.0.1", "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 c089cb6ea3..22d6895074 100644 --- a/packages/ipfs-message-port-client/CHANGELOG.md +++ b/packages/ipfs-message-port-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.15.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.15.0...ipfs-message-port-client-v0.15.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-message-port-protocol bumped from ^0.15.0 to ^0.15.1 + * devDependencies + * interface-ipfs-core bumped from ^0.158.0 to ^0.158.1 + * ipfs-core bumped from ^0.18.0 to ^0.18.1 + * ipfs-message-port-server bumped from ^0.15.0 to ^0.15.1 + ## [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-11) diff --git a/packages/ipfs-message-port-client/package.json b/packages/ipfs-message-port-client/package.json index a2cfafeaa9..0d5ab4710f 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.15.0", + "version": "0.15.1", "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.14.0", - "ipfs-message-port-protocol": "^0.15.0", + "ipfs-core-types": "^0.14.1", + "ipfs-message-port-protocol": "^0.15.1", "ipfs-unixfs": "^9.0.0", "it-peekable": "^2.0.0", "multiformats": "^11.0.0" }, "devDependencies": { "aegir": "^37.11.0", - "interface-ipfs-core": "^0.158.0", - "ipfs-core": "^0.18.0", - "ipfs-message-port-server": "^0.15.0" + "interface-ipfs-core": "^0.158.1", + "ipfs-core": "^0.18.1", + "ipfs-message-port-server": "^0.15.1" } } diff --git a/packages/ipfs-message-port-protocol/CHANGELOG.md b/packages/ipfs-message-port-protocol/CHANGELOG.md index 936312c17a..175959bae0 100644 --- a/packages/ipfs-message-port-protocol/CHANGELOG.md +++ b/packages/ipfs-message-port-protocol/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.15.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol-v0.15.0...ipfs-message-port-protocol-v0.15.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + ## [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-11) diff --git a/packages/ipfs-message-port-protocol/package.json b/packages/ipfs-message-port-protocol/package.json index da28d7c388..1893034d6f 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.15.0", + "version": "0.15.1", "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.14.0", + "ipfs-core-types": "^0.14.1", "multiformats": "^11.0.0" }, "devDependencies": { diff --git a/packages/ipfs-message-port-server/CHANGELOG.md b/packages/ipfs-message-port-server/CHANGELOG.md index 1bf6a2cd17..179bbc3192 100644 --- a/packages/ipfs-message-port-server/CHANGELOG.md +++ b/packages/ipfs-message-port-server/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.15.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-server-v0.15.0...ipfs-message-port-server-v0.15.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-message-port-protocol bumped from ^0.15.0 to ^0.15.1 + ## [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-11) diff --git a/packages/ipfs-message-port-server/package.json b/packages/ipfs-message-port-server/package.json index 22c38dea22..16834b4df6 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.15.0", + "version": "0.15.1", "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.14.0", - "ipfs-message-port-protocol": "^0.15.0", + "ipfs-core-types": "^0.14.1", + "ipfs-message-port-protocol": "^0.15.1", "it-all": "^2.0.0" }, "devDependencies": { diff --git a/packages/ipfs/CHANGELOG.md b/packages/ipfs/CHANGELOG.md index 53ab9e64bb..7538281ed4 100644 --- a/packages/ipfs/CHANGELOG.md +++ b/packages/ipfs/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.66.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.66.0...ipfs-v0.66.1) (2023-05-25) + + +### Bug Fixes + +* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-cli bumped from ^0.16.0 to ^0.16.1 + * ipfs-core bumped from ^0.18.0 to ^0.18.1 + * devDependencies + * interface-ipfs-core bumped from ^0.158.0 to ^0.158.1 + * ipfs-client bumped from ^0.10.0 to ^0.10.1 + * ipfs-core-types bumped from ^0.14.0 to ^0.14.1 + * ipfs-http-client bumped from ^60.0.0 to ^60.0.1 + ## [0.66.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.65.0...ipfs-v0.66.0) (2023-01-11) diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index 766c725f60..ce0073fbd9 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.66.0", + "version": "0.66.1", "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.5", - "ipfs-cli": "^0.16.0", - "ipfs-core": "^0.18.0", + "ipfs-cli": "^0.16.1", + "ipfs-core": "^0.18.1", "semver": "^7.3.2", "update-notifier": "^6.0.0" }, @@ -90,10 +90,10 @@ "aegir": "^37.11.0", "cross-env": "^7.0.0", "go-ipfs": "^0.12.0", - "interface-ipfs-core": "^0.158.0", - "ipfs-client": "^0.10.0", - "ipfs-core-types": "^0.14.0", - "ipfs-http-client": "^60.0.0", + "interface-ipfs-core": "^0.158.1", + "ipfs-client": "^0.10.1", + "ipfs-core-types": "^0.14.1", + "ipfs-http-client": "^60.0.1", "ipfs-interop": "^10.0.0", "ipfs-utils": "^9.0.13", "ipfsd-ctl": "^13.0.0",