From d68c916dd58df2ee2adf1b7e86a53f4a642c0c09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 09:28:49 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 2 +- packages/interface-ipfs-core/CHANGELOG.md | 7 +++++++ packages/interface-ipfs-core/package.json | 2 +- packages/ipfs-cli/CHANGELOG.md | 11 +++++++++++ packages/ipfs-cli/package.json | 8 ++++---- packages/ipfs-client/CHANGELOG.md | 10 ++++++++++ packages/ipfs-client/package.json | 6 +++--- packages/ipfs-core/CHANGELOG.md | 16 ++++++++++++++++ packages/ipfs-core/package.json | 6 +++--- packages/ipfs-daemon/CHANGELOG.md | 12 ++++++++++++ packages/ipfs-daemon/package.json | 10 +++++----- packages/ipfs-grpc-client/CHANGELOG.md | 7 +++++++ packages/ipfs-grpc-client/package.json | 2 +- packages/ipfs-grpc-server/CHANGELOG.md | 9 +++++++++ packages/ipfs-grpc-server/package.json | 4 ++-- packages/ipfs-http-client/CHANGELOG.md | 7 +++++++ packages/ipfs-http-client/package.json | 2 +- packages/ipfs-http-gateway/CHANGELOG.md | 9 +++++++++ packages/ipfs-http-gateway/package.json | 4 ++-- packages/ipfs-http-response/CHANGELOG.md | 9 +++++++++ packages/ipfs-http-response/package.json | 4 ++-- packages/ipfs-http-server/CHANGELOG.md | 18 +++++++++++++++++- packages/ipfs-http-server/package.json | 6 +++--- packages/ipfs-message-port-client/CHANGELOG.md | 10 ++++++++++ packages/ipfs-message-port-client/package.json | 6 +++--- packages/ipfs/CHANGELOG.md | 16 +++++++++++++++- packages/ipfs/package.json | 12 ++++++------ 27 files changed, 176 insertions(+), 39 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 915b27fd97..2b183f8348 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/interface-ipfs-core":"0.155.1","packages/ipfs":"0.63.4","packages/ipfs-cli":"0.13.4","packages/ipfs-client":"0.8.2","packages/ipfs-core":"0.15.3","packages/ipfs-core-config":"0.4.1","packages/ipfs-core-types":"0.11.1","packages/ipfs-core-utils":"0.15.1","packages/ipfs-daemon":"0.13.4","packages/ipfs-grpc-client":"0.10.1","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.3","packages/ipfs-http-client":"57.0.2","packages/ipfs-http-gateway":"0.10.3","packages/ipfs-http-response":"3.0.3","packages/ipfs-http-server":"0.12.4","packages/ipfs-message-port-client":"0.12.3","packages/ipfs-message-port-protocol":"0.12.1","packages/ipfs-message-port-server":"0.12.1"} \ No newline at end of file +{"packages/interface-ipfs-core":"0.155.2","packages/ipfs":"0.63.5","packages/ipfs-cli":"0.13.5","packages/ipfs-client":"0.8.3","packages/ipfs-core":"0.15.4","packages/ipfs-core-config":"0.4.1","packages/ipfs-core-types":"0.11.1","packages/ipfs-core-utils":"0.15.1","packages/ipfs-daemon":"0.13.5","packages/ipfs-grpc-client":"0.10.2","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.4","packages/ipfs-http-client":"57.0.3","packages/ipfs-http-gateway":"0.10.4","packages/ipfs-http-response":"3.0.4","packages/ipfs-http-server":"0.12.5","packages/ipfs-message-port-client":"0.12.4","packages/ipfs-message-port-protocol":"0.12.1","packages/ipfs-message-port-server":"0.12.1"} \ No newline at end of file diff --git a/packages/interface-ipfs-core/CHANGELOG.md b/packages/interface-ipfs-core/CHANGELOG.md index 04e60ebcc4..d2b0c1f2ec 100644 --- a/packages/interface-ipfs-core/CHANGELOG.md +++ b/packages/interface-ipfs-core/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.155.2](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.1...interface-ipfs-core-v0.155.2) (2022-06-24) + + +### Bug Fixes + +* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8)) + ### [0.155.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.0...interface-ipfs-core-v0.155.1) (2022-06-22) diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index c96b092024..2416d78ab3 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.155.1", + "version": "0.155.2", "description": "A test suite and interface you can use to implement a IPFS core interface.", "type": "module", "main": "src/index.js", diff --git a/packages/ipfs-cli/CHANGELOG.md b/packages/ipfs-cli/CHANGELOG.md index dfb9dc1a85..e5f4dd49e8 100644 --- a/packages/ipfs-cli/CHANGELOG.md +++ b/packages/ipfs-cli/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.13.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.4...ipfs-cli-v0.13.5) (2022-06-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.15.3 to ^0.15.4 + * ipfs-daemon bumped from ^0.13.4 to ^0.13.5 + * ipfs-http-client bumped from ^57.0.2 to ^57.0.3 + ### [0.13.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.3...ipfs-cli-v0.13.4) (2022-06-22) diff --git a/packages/ipfs-cli/package.json b/packages/ipfs-cli/package.json index 3d3fb8a747..79259e3a02 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-cli", - "version": "0.13.4", + "version": "0.13.5", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -70,11 +70,11 @@ "byteman": "^1.3.5", "execa": "^6.1.0", "get-folder-size": "^3.1.0", - "ipfs-core": "^0.15.3", + "ipfs-core": "^0.15.4", "ipfs-core-types": "^0.11.1", "ipfs-core-utils": "^0.15.1", - "ipfs-daemon": "^0.13.4", - "ipfs-http-client": "^57.0.2", + "ipfs-daemon": "^0.13.5", + "ipfs-http-client": "^57.0.3", "ipfs-utils": "^9.0.6", "it-concat": "^2.0.0", "it-map": "^1.0.5", diff --git a/packages/ipfs-client/CHANGELOG.md b/packages/ipfs-client/CHANGELOG.md index 646d2a10e3..c1e910376e 100644 --- a/packages/ipfs-client/CHANGELOG.md +++ b/packages/ipfs-client/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.8.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.2...ipfs-client-v0.8.3) (2022-06-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-grpc-client bumped from ^0.10.1 to ^0.10.2 + * ipfs-http-client bumped from ^57.0.2 to ^57.0.3 + ### [0.8.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.1...ipfs-client-v0.8.2) (2022-06-22) diff --git a/packages/ipfs-client/package.json b/packages/ipfs-client/package.json index f7454c206e..457c842aad 100644 --- a/packages/ipfs-client/package.json +++ b/packages/ipfs-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-client", - "version": "0.8.2", + "version": "0.8.3", "description": "A client library to talk to local IPFS daemons", "keywords": [ "ipfs" @@ -38,8 +38,8 @@ "dep-check": "aegir dep-check -i aegir" }, "dependencies": { - "ipfs-grpc-client": "^0.10.1", - "ipfs-http-client": "^57.0.2", + "ipfs-grpc-client": "^0.10.2", + "ipfs-http-client": "^57.0.3", "merge-options": "^3.0.4" }, "devDependencies": { diff --git a/packages/ipfs-core/CHANGELOG.md b/packages/ipfs-core/CHANGELOG.md index 4a4fa79f60..3a473d0279 100644 --- a/packages/ipfs-core/CHANGELOG.md +++ b/packages/ipfs-core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.15.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.3...ipfs-core-v0.15.4) (2022-06-24) + + +### Bug Fixes + +* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-http-client bumped from ^57.0.2 to ^57.0.3 + * devDependencies + * interface-ipfs-core bumped from ^0.155.1 to ^0.155.2 + ### [0.15.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.2...ipfs-core-v0.15.3) (2022-06-22) diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index 80260ff352..be48530838 100644 --- a/packages/ipfs-core/package.json +++ b/packages/ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core", - "version": "0.15.3", + "version": "0.15.4", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -103,7 +103,7 @@ "ipfs-core-config": "^0.4.1", "ipfs-core-types": "^0.11.1", "ipfs-core-utils": "^0.15.1", - "ipfs-http-client": "^57.0.2", + "ipfs-http-client": "^57.0.3", "ipfs-repo": "^14.0.1", "ipfs-unixfs": "^6.0.9", "ipfs-unixfs-exporter": "^7.0.11", @@ -144,7 +144,7 @@ "delay": "^5.0.0", "go-ipfs": "^0.12.1", "interface-blockstore-tests": "^2.0.4", - "interface-ipfs-core": "^0.155.1", + "interface-ipfs-core": "^0.155.2", "ipfsd-ctl": "^11.0.0", "iso-url": "^1.0.0", "it-all": "^1.0.4", diff --git a/packages/ipfs-daemon/CHANGELOG.md b/packages/ipfs-daemon/CHANGELOG.md index edc41670c9..ad1a320bae 100644 --- a/packages/ipfs-daemon/CHANGELOG.md +++ b/packages/ipfs-daemon/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.13.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.4...ipfs-daemon-v0.13.5) (2022-06-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-core bumped from ^0.15.3 to ^0.15.4 + * ipfs-grpc-server bumped from ^0.9.3 to ^0.9.4 + * ipfs-http-gateway bumped from ^0.10.3 to ^0.10.4 + * ipfs-http-server bumped from ^0.12.4 to ^0.12.5 + ### [0.13.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.3...ipfs-daemon-v0.13.4) (2022-06-22) diff --git a/packages/ipfs-daemon/package.json b/packages/ipfs-daemon/package.json index 070a2e35f5..90564234ba 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-daemon", - "version": "0.13.4", + "version": "0.13.5", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -43,11 +43,11 @@ "@libp2p/logger": "^1.1.4", "@libp2p/webrtc-star": "^1.0.6", "@mapbox/node-pre-gyp": "^1.0.5", - "ipfs-core": "^0.15.3", + "ipfs-core": "^0.15.4", "ipfs-core-types": "^0.11.1", - "ipfs-grpc-server": "^0.9.3", - "ipfs-http-gateway": "^0.10.3", - "ipfs-http-server": "^0.12.4", + "ipfs-grpc-server": "^0.9.4", + "ipfs-http-gateway": "^0.10.4", + "ipfs-http-server": "^0.12.5", "ipfs-utils": "^9.0.6", "libp2p": "^0.37.1" }, diff --git a/packages/ipfs-grpc-client/CHANGELOG.md b/packages/ipfs-grpc-client/CHANGELOG.md index 9f0ec4751b..d7d12f13e6 100644 --- a/packages/ipfs-grpc-client/CHANGELOG.md +++ b/packages/ipfs-grpc-client/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.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.1...ipfs-grpc-client-v0.10.2) (2022-06-24) + + +### Bug Fixes + +* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8)) + ### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.0...ipfs-grpc-client-v0.10.1) (2022-06-22) diff --git a/packages/ipfs-grpc-client/package.json b/packages/ipfs-grpc-client/package.json index b672699190..d7ecd3d86d 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.10.1", + "version": "0.10.2", "description": "A client library for the IPFS gRPC API", "keywords": [ "ipfs" diff --git a/packages/ipfs-grpc-server/CHANGELOG.md b/packages/ipfs-grpc-server/CHANGELOG.md index 6c05ae7b67..4f27d05fdc 100644 --- a/packages/ipfs-grpc-server/CHANGELOG.md +++ b/packages/ipfs-grpc-server/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.9.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.3...ipfs-grpc-server-v0.9.4) (2022-06-24) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core bumped from ^0.15.3 to ^0.15.4 + ### [0.9.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.2...ipfs-grpc-server-v0.9.3) (2022-06-22) diff --git a/packages/ipfs-grpc-server/package.json b/packages/ipfs-grpc-server/package.json index f5bfddc766..5556a176f5 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.9.3", + "version": "0.9.4", "description": "A server library for the IPFS gRPC API", "keywords": [ "ipfs" @@ -61,7 +61,7 @@ "devDependencies": { "@types/ws": "^8.5.3", "aegir": "^37.0.11", - "ipfs-core": "^0.15.3", + "ipfs-core": "^0.15.4", "it-all": "^1.0.4", "it-drain": "^1.0.3", "sinon": "^14.0.0" diff --git a/packages/ipfs-http-client/CHANGELOG.md b/packages/ipfs-http-client/CHANGELOG.md index ec22e6dfd4..88bfd99268 100644 --- a/packages/ipfs-http-client/CHANGELOG.md +++ b/packages/ipfs-http-client/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. +### [57.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.2...ipfs-http-client-v57.0.3) (2022-06-24) + + +### Bug Fixes + +* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8)) + ### [57.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.1...ipfs-http-client-v57.0.2) (2022-06-22) diff --git a/packages/ipfs-http-client/package.json b/packages/ipfs-http-client/package.json index a6127c8b13..884466f151 100644 --- a/packages/ipfs-http-client/package.json +++ b/packages/ipfs-http-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-client", - "version": "57.0.2", + "version": "57.0.3", "description": "A client library for the IPFS HTTP API", "keywords": [ "ipfs" diff --git a/packages/ipfs-http-gateway/CHANGELOG.md b/packages/ipfs-http-gateway/CHANGELOG.md index 2aa0395601..a92d2650d1 100644 --- a/packages/ipfs-http-gateway/CHANGELOG.md +++ b/packages/ipfs-http-gateway/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.3...ipfs-http-gateway-v0.10.4) (2022-06-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-http-response bumped from ^3.0.3 to ^3.0.4 + ### [0.10.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.2...ipfs-http-gateway-v0.10.3) (2022-06-22) diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index 12cbafc47c..88c522a469 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.10.3", + "version": "0.10.4", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -65,7 +65,7 @@ "@libp2p/logger": "^1.1.4", "hapi-pino": "^8.5.0", "ipfs-core-types": "^0.11.1", - "ipfs-http-response": "^3.0.3", + "ipfs-http-response": "^3.0.4", "is-ipfs": "^6.0.1", "it-last": "^1.0.4", "it-to-stream": "^1.0.0", diff --git a/packages/ipfs-http-response/CHANGELOG.md b/packages/ipfs-http-response/CHANGELOG.md index b72d2a8f71..aaf9abcad3 100644 --- a/packages/ipfs-http-response/CHANGELOG.md +++ b/packages/ipfs-http-response/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.0.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.3...ipfs-http-response-v3.0.4) (2022-06-24) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * ipfs-core bumped from ^0.15.3 to ^0.15.4 + ### [3.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.2...ipfs-http-response-v3.0.3) (2022-06-22) diff --git a/packages/ipfs-http-response/package.json b/packages/ipfs-http-response/package.json index e914bb5d22..fe41a04a23 100644 --- a/packages/ipfs-http-response/package.json +++ b/packages/ipfs-http-response/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-response", - "version": "3.0.3", + "version": "3.0.4", "description": "Creates an HTTP response from an IPFS Hash", "leadMaintainer": "Vasco Santos ", "main": "src/index.js", @@ -78,7 +78,7 @@ "@types/mime-types": "^2.1.1", "aegir": "^37.0.11", "get-stream": "^6.0.0", - "ipfs-core": "^0.15.3", + "ipfs-core": "^0.15.4", "ipfsd-ctl": "^11.0.0", "it-all": "^1.0.4", "uint8arrays": "^3.0.0" diff --git a/packages/ipfs-http-server/CHANGELOG.md b/packages/ipfs-http-server/CHANGELOG.md index ea44d3dc05..b1949ee837 100644 --- a/packages/ipfs-http-server/CHANGELOG.md +++ b/packages/ipfs-http-server/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.12.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.4...ipfs-http-server-v0.12.5) (2022-06-24) + + +### Bug Fixes + +* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-http-gateway bumped from ^0.10.3 to ^0.10.4 + * devDependencies + * ipfs-http-client bumped from ^57.0.2 to ^57.0.3 + ### [0.12.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.3...ipfs-http-server-v0.12.4) (2022-06-22) @@ -523,4 +539,4 @@ Co-authored-by: achingbrain * types returned by `ipfs.files.ls` are now strings, in line with the docs but different to previous behaviour -Co-authored-by: Geoffrey Cohler +Co-authored-by: Geoffrey Cohler \ No newline at end of file diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 30e0b2bdae..f8271ef649 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.12.4", + "version": "0.12.5", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -53,7 +53,7 @@ "hapi-pino": "^8.5.0", "ipfs-core-types": "^0.11.1", "ipfs-core-utils": "^0.15.1", - "ipfs-http-gateway": "^0.10.3", + "ipfs-http-gateway": "^0.10.4", "ipfs-unixfs": "^6.0.9", "it-all": "^1.0.4", "it-drain": "^1.0.3", @@ -81,7 +81,7 @@ "aegir": "^37.0.11", "err-code": "^3.0.1", "form-data": "^4.0.0", - "ipfs-http-client": "^57.0.2", + "ipfs-http-client": "^57.0.3", "iso-random-stream": "^2.0.2", "it-first": "^1.0.4", "it-to-buffer": "^2.0.0", diff --git a/packages/ipfs-message-port-client/CHANGELOG.md b/packages/ipfs-message-port-client/CHANGELOG.md index 1516ab00e6..a9f7936762 100644 --- a/packages/ipfs-message-port-client/CHANGELOG.md +++ b/packages/ipfs-message-port-client/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.12.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.3...ipfs-message-port-client-v0.12.4) (2022-06-24) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * interface-ipfs-core bumped from ^0.155.1 to ^0.155.2 + * ipfs-core bumped from ^0.15.3 to ^0.15.4 + ### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.2...ipfs-message-port-client-v0.12.3) (2022-06-22) diff --git a/packages/ipfs-message-port-client/package.json b/packages/ipfs-message-port-client/package.json index 39e596a520..d343403c7e 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.12.3", + "version": "0.12.4", "description": "IPFS client library for accessing IPFS node over message port", "keywords": [ "ipfs", @@ -52,8 +52,8 @@ }, "devDependencies": { "aegir": "^37.0.11", - "interface-ipfs-core": "^0.155.1", - "ipfs-core": "^0.15.3", + "interface-ipfs-core": "^0.155.2", + "ipfs-core": "^0.15.4", "ipfs-message-port-server": "^0.12.1" }, "engines": { diff --git a/packages/ipfs/CHANGELOG.md b/packages/ipfs/CHANGELOG.md index 8a95bcb42f..cb6ff35580 100644 --- a/packages/ipfs/CHANGELOG.md +++ b/packages/ipfs/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.63.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.4...ipfs-v0.63.5) (2022-06-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ipfs-cli bumped from ^0.13.4 to ^0.13.5 + * ipfs-core bumped from ^0.15.3 to ^0.15.4 + * devDependencies + * interface-ipfs-core bumped from ^0.155.1 to ^0.155.2 + * ipfs-client bumped from ^0.8.2 to ^0.8.3 + * ipfs-http-client bumped from ^57.0.2 to ^57.0.3 + ### [0.63.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.3...ipfs-v0.63.4) (2022-06-22) @@ -2997,4 +3011,4 @@ Signed-off-by: Alan Shaw -## 0.0.2 (2016-01-11) \ No newline at end of file +## 0.0.2 (2016-01-11) diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index 8f3ebaaf60..74cc6f9b0e 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.63.4", + "version": "0.63.5", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -68,8 +68,8 @@ }, "dependencies": { "@libp2p/logger": "^1.1.4", - "ipfs-cli": "^0.13.4", - "ipfs-core": "^0.15.3", + "ipfs-cli": "^0.13.5", + "ipfs-core": "^0.15.4", "semver": "^7.3.2", "update-notifier": "^5.0.0" }, @@ -82,10 +82,10 @@ "cross-env": "^7.0.0", "electron-webrtc": "^0.3.0", "go-ipfs": "^0.12.1", - "interface-ipfs-core": "^0.155.1", - "ipfs-client": "^0.8.2", + "interface-ipfs-core": "^0.155.2", + "ipfs-client": "^0.8.3", "ipfs-core-types": "^0.11.1", - "ipfs-http-client": "^57.0.2", + "ipfs-http-client": "^57.0.3", "ipfs-interop": "ipfs/interop#feat/upgrade-to-esm-libp2p", "ipfs-utils": "^9.0.6", "ipfsd-ctl": "^11.0.0",