diff --git a/packages/interface-ipfs-core/CHANGELOG.md b/packages/interface-ipfs-core/CHANGELOG.md index 05f6b96f95..cd6d136c60 100644 --- a/packages/interface-ipfs-core/CHANGELOG.md +++ b/packages/interface-ipfs-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.151.1](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.151.0...interface-ipfs-core@0.151.1) (2021-09-28) + +**Note:** Version bump only for package interface-ipfs-core + + + + + # [0.151.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.150.4...interface-ipfs-core@0.151.0) (2021-09-24) diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index de70c7798d..7a43e4b047 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.151.0", + "version": "0.151.1", "description": "A test suite and interface you can use to implement a IPFS core interface.", "leadMaintainer": "Alex Potsides ", "type": "module", @@ -72,7 +72,7 @@ "copyfiles": "^2.4.1", "delay": "^5.0.0", "err-code": "^3.0.1", - "ipfs-core-types": "^0.8.0", + "ipfs-core-types": "^0.8.1", "ipfs-unixfs": "^6.0.3", "ipfs-unixfs-importer": "^9.0.3", "ipfs-utils": "^9.0.2", diff --git a/packages/ipfs-cli/CHANGELOG.md b/packages/ipfs-cli/CHANGELOG.md index 8ec8737fca..274ddc471d 100644 --- a/packages/ipfs-cli/CHANGELOG.md +++ b/packages/ipfs-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.9.0...ipfs-cli@0.9.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-cli + + + + + # [0.9.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.8.8...ipfs-cli@0.9.0) (2021-09-24) diff --git a/packages/ipfs-cli/package.json b/packages/ipfs-cli/package.json index 9015ab9166..40431469a3 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-cli", - "version": "0.9.0", + "version": "0.9.1", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -65,11 +65,11 @@ "err-code": "^3.0.1", "execa": "^5.0.0", "get-folder-size": "^2.0.1", - "ipfs-core": "^0.11.0", - "ipfs-core-types": "^0.8.0", - "ipfs-core-utils": "^0.11.0", - "ipfs-daemon": "^0.10.0", - "ipfs-http-client": "^53.0.0", + "ipfs-core": "^0.11.1", + "ipfs-core-types": "^0.8.1", + "ipfs-core-utils": "^0.11.1", + "ipfs-daemon": "^0.10.1", + "ipfs-http-client": "^53.0.1", "ipfs-repo": "^13.0.4", "ipfs-utils": "^9.0.2", "it-all": "^1.0.4", diff --git a/packages/ipfs-client/CHANGELOG.md b/packages/ipfs-client/CHANGELOG.md index 8d130a919f..0ce0a06385 100644 --- a/packages/ipfs-client/CHANGELOG.md +++ b/packages/ipfs-client/CHANGELOG.md @@ -3,6 +3,14 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.0...ipfs-client@0.7.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-client + + + + + # [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.6.6...ipfs-client@0.7.0) (2021-09-24) diff --git a/packages/ipfs-client/package.json b/packages/ipfs-client/package.json index e4eb4439f5..be042b422d 100644 --- a/packages/ipfs-client/package.json +++ b/packages/ipfs-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-client", - "version": "0.7.0", + "version": "0.7.1", "description": "A client library to talk to local IPFS daemons", "keywords": [ "ipfs" @@ -41,8 +41,8 @@ "dep-check": "aegir dep-check -i aegir -i rimraf" }, "dependencies": { - "ipfs-grpc-client": "^0.7.0", - "ipfs-http-client": "^53.0.0", + "ipfs-grpc-client": "^0.7.1", + "ipfs-http-client": "^53.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 fa28e232c0..7bf0ac2490 100644 --- a/packages/ipfs-core-config/CHANGELOG.md +++ b/packages/ipfs-core-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.1.0...ipfs-core-config@0.1.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-core-config + + + + + # [0.1.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.0.1...ipfs-core-config@0.1.0) (2021-09-24) diff --git a/packages/ipfs-core-config/package.json b/packages/ipfs-core-config/package.json index 4230024c42..032f46915b 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.1.0", + "version": "0.1.1", "description": "Package to store node and browser specific config for ipfs-core", "author": "Alex Potsides ", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme", @@ -106,7 +106,7 @@ }, "devDependencies": { "aegir": "^35.1.1", - "ipfs-core-utils": "^0.11.0", + "ipfs-core-utils": "^0.11.1", "rimraf": "^3.0.2" } } diff --git a/packages/ipfs-core-types/CHANGELOG.md b/packages/ipfs-core-types/CHANGELOG.md index d27e108d0d..645384bc2c 100644 --- a/packages/ipfs-core-types/CHANGELOG.md +++ b/packages/ipfs-core-types/CHANGELOG.md @@ -3,6 +3,14 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.8.0...ipfs-core-types@0.8.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-core-types + + + + + # [0.8.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.7.3...ipfs-core-types@0.8.0) (2021-09-24) diff --git a/packages/ipfs-core-types/package.json b/packages/ipfs-core-types/package.json index 793cd61f69..01cc1daf2a 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.8.0", + "version": "0.8.1", "description": "IPFS interface definitions used by implementations for API compatibility.", "leadMaintainer": "Alex Potsides ", "types": "types/src/index.d.ts", diff --git a/packages/ipfs-core-utils/CHANGELOG.md b/packages/ipfs-core-utils/CHANGELOG.md index be1b968cde..52bee46526 100644 --- a/packages/ipfs-core-utils/CHANGELOG.md +++ b/packages/ipfs-core-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.11.0...ipfs-core-utils@0.11.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-core-utils + + + + + # [0.11.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.10.5...ipfs-core-utils@0.11.0) (2021-09-24) diff --git a/packages/ipfs-core-utils/package.json b/packages/ipfs-core-utils/package.json index bc03d87d00..07b71fe23b 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.11.0", + "version": "0.11.1", "description": "Package to share code between ipfs and ipfs-http-client", "author": "Alex Potsides ", "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme", @@ -111,7 +111,7 @@ "browser-readablestream-to-it": "^1.0.1", "debug": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.8.0", + "ipfs-core-types": "^0.8.1", "ipfs-unixfs": "^6.0.3", "ipfs-utils": "^9.0.2", "it-all": "^1.0.4", diff --git a/packages/ipfs-core/CHANGELOG.md b/packages/ipfs-core/CHANGELOG.md index dd53d9bd33..c86e695b17 100644 --- a/packages/ipfs-core/CHANGELOG.md +++ b/packages/ipfs-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.11.0...ipfs-core@0.11.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-core + + + + + # [0.11.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.10.8...ipfs-core@0.11.0) (2021-09-24) diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index acd52d3193..79ae545e2f 100644 --- a/packages/ipfs-core/package.json +++ b/packages/ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core", - "version": "0.11.0", + "version": "0.11.1", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -84,10 +84,10 @@ "interface-blockstore": "^2.0.2", "interface-datastore": "^6.0.2", "ipfs-bitswap": "^7.0.0", - "ipfs-core-config": "^0.1.0", - "ipfs-core-types": "^0.8.0", - "ipfs-core-utils": "^0.11.0", - "ipfs-http-client": "^53.0.0", + "ipfs-core-config": "^0.1.1", + "ipfs-core-types": "^0.8.1", + "ipfs-core-utils": "^0.11.1", + "ipfs-http-client": "^53.0.1", "ipfs-repo": "^13.0.4", "ipfs-unixfs": "^6.0.3", "ipfs-unixfs-exporter": "^7.0.3", @@ -137,7 +137,7 @@ "delay": "^5.0.0", "go-ipfs": "0.9.1", "interface-blockstore-tests": "^2.0.1", - "interface-ipfs-core": "^0.151.0", + "interface-ipfs-core": "^0.151.1", "ipfsd-ctl": "^10.0.4", "iso-url": "^1.0.0", "libp2p-gossipsub": "^0.11.1", diff --git a/packages/ipfs-daemon/CHANGELOG.md b/packages/ipfs-daemon/CHANGELOG.md index 5eefd0fb87..4e20df1b20 100644 --- a/packages/ipfs-daemon/CHANGELOG.md +++ b/packages/ipfs-daemon/CHANGELOG.md @@ -3,6 +3,14 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.0...ipfs-daemon@0.10.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-daemon + + + + + # [0.10.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.9.8...ipfs-daemon@0.10.0) (2021-09-24) diff --git a/packages/ipfs-daemon/package.json b/packages/ipfs-daemon/package.json index e72f702291..9568119b82 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-daemon", - "version": "0.10.0", + "version": "0.10.1", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -45,11 +45,11 @@ "dependencies": { "@mapbox/node-pre-gyp": "^1.0.5", "debug": "^4.1.1", - "ipfs-core": "^0.11.0", - "ipfs-core-types": "^0.8.0", - "ipfs-grpc-server": "^0.7.0", - "ipfs-http-gateway": "^0.7.0", - "ipfs-http-server": "^0.8.0", + "ipfs-core": "^0.11.1", + "ipfs-core-types": "^0.8.1", + "ipfs-grpc-server": "^0.7.1", + "ipfs-http-gateway": "^0.7.1", + "ipfs-http-server": "^0.8.1", "ipfs-utils": "^9.0.2", "just-safe-set": "^2.2.1", "libp2p": "^0.33.0", diff --git a/packages/ipfs-grpc-client/CHANGELOG.md b/packages/ipfs-grpc-client/CHANGELOG.md index f7106fb263..06b5876773 100644 --- a/packages/ipfs-grpc-client/CHANGELOG.md +++ b/packages/ipfs-grpc-client/CHANGELOG.md @@ -3,6 +3,14 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.7.0...ipfs-grpc-client@0.7.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-grpc-client + + + + + # [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.6.5...ipfs-grpc-client@0.7.0) (2021-09-24) diff --git a/packages/ipfs-grpc-client/package.json b/packages/ipfs-grpc-client/package.json index 51cf221e72..97f94c54c2 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.7.0", + "version": "0.7.1", "description": "A client library for the IPFS gRPC API", "keywords": [ "ipfs" @@ -54,9 +54,9 @@ "change-case": "^4.1.1", "debug": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.8.0", - "ipfs-core-utils": "^0.11.0", - "ipfs-grpc-protocol": "^0.5.0", + "ipfs-core-types": "^0.8.1", + "ipfs-core-utils": "^0.11.1", + "ipfs-grpc-protocol": "^0.5.1", "ipfs-unixfs": "^6.0.3", "it-first": "^1.0.4", "it-pushable": "^1.4.2", diff --git a/packages/ipfs-grpc-protocol/CHANGELOG.md b/packages/ipfs-grpc-protocol/CHANGELOG.md index 2e24d6a627..1ecf6a29f6 100644 --- a/packages/ipfs-grpc-protocol/CHANGELOG.md +++ b/packages/ipfs-grpc-protocol/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.5.0...ipfs-grpc-protocol@0.5.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-grpc-protocol + + + + + # [0.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.4.1...ipfs-grpc-protocol@0.5.0) (2021-09-24) diff --git a/packages/ipfs-grpc-protocol/package.json b/packages/ipfs-grpc-protocol/package.json index a283d987e4..d6c1a3b11a 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.5.0", + "version": "0.5.1", "description": "Protobuf definitions for the IPFS gRPC API", "keywords": [ "ipfs" diff --git a/packages/ipfs-grpc-server/CHANGELOG.md b/packages/ipfs-grpc-server/CHANGELOG.md index 0e2d5a6d65..f46abed8d8 100644 --- a/packages/ipfs-grpc-server/CHANGELOG.md +++ b/packages/ipfs-grpc-server/CHANGELOG.md @@ -3,6 +3,14 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.7.0...ipfs-grpc-server@0.7.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-grpc-server + + + + + # [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.6.6...ipfs-grpc-server@0.7.0) (2021-09-24) diff --git a/packages/ipfs-grpc-server/package.json b/packages/ipfs-grpc-server/package.json index c923951916..0d7f6a7ee6 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.7.0", + "version": "0.7.1", "description": "A server library for the IPFS gRPC API", "keywords": [ "ipfs" @@ -47,8 +47,8 @@ "change-case": "^4.1.1", "coercer": "^1.1.2", "debug": "^4.1.1", - "ipfs-core-types": "^0.8.0", - "ipfs-grpc-protocol": "^0.5.0", + "ipfs-core-types": "^0.8.1", + "ipfs-grpc-protocol": "^0.5.1", "it-first": "^1.0.4", "it-map": "^1.0.4", "it-peekable": "^1.0.2", @@ -62,7 +62,7 @@ "devDependencies": { "@types/ws": "^7.4.0", "aegir": "^35.1.1", - "ipfs-core": "^0.11.0", + "ipfs-core": "^0.11.1", "it-all": "^1.0.4", "it-drain": "^1.0.3", "rimraf": "^3.0.2", diff --git a/packages/ipfs-http-client/CHANGELOG.md b/packages/ipfs-http-client/CHANGELOG.md index ebfa504399..ca8d550b8e 100644 --- a/packages/ipfs-http-client/CHANGELOG.md +++ b/packages/ipfs-http-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [53.0.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@53.0.0...ipfs-http-client@53.0.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-http-client + + + + + # [53.0.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@52.0.5...ipfs-http-client@53.0.0) (2021-09-24) diff --git a/packages/ipfs-http-client/package.json b/packages/ipfs-http-client/package.json index d333436eb7..3184361423 100644 --- a/packages/ipfs-http-client/package.json +++ b/packages/ipfs-http-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-client", - "version": "53.0.0", + "version": "53.0.1", "description": "A client library for the IPFS HTTP API", "keywords": [ "ipfs" @@ -60,8 +60,8 @@ "any-signal": "^2.1.2", "debug": "^4.1.1", "err-code": "^3.0.1", - "ipfs-core-types": "^0.8.0", - "ipfs-core-utils": "^0.11.0", + "ipfs-core-types": "^0.8.1", + "ipfs-core-utils": "^0.11.1", "ipfs-utils": "^9.0.2", "it-first": "^1.0.6", "it-last": "^1.0.4", diff --git a/packages/ipfs-http-gateway/CHANGELOG.md b/packages/ipfs-http-gateway/CHANGELOG.md index 4de76f182b..034966a6f0 100644 --- a/packages/ipfs-http-gateway/CHANGELOG.md +++ b/packages/ipfs-http-gateway/CHANGELOG.md @@ -3,6 +3,14 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.7.0...ipfs-http-gateway@0.7.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-http-gateway + + + + + # [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.6.5...ipfs-http-gateway@0.7.0) (2021-09-24) diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index e77e50eeb8..79951ab494 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.7.0", + "version": "0.7.1", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -63,8 +63,8 @@ "@hapi/hapi": "^20.0.0", "debug": "^4.1.1", "hapi-pino": "^8.3.0", - "ipfs-core-types": "^0.8.0", - "ipfs-http-response": "^1.0.1", + "ipfs-core-types": "^0.8.1", + "ipfs-http-response": "^1.0.2", "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 d200e37978..70543e0bff 100644 --- a/packages/ipfs-http-response/CHANGELOG.md +++ b/packages/ipfs-http-response/CHANGELOG.md @@ -1,3 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.2 (2021-09-28) + + +### Bug Fixes + +* add types versions to http-response ([f8cc058](https://github.com/ipfs/js-ipfs-http-response/commit/f8cc058b1d7fa1f116b58ad7a7ebd332c3150714)) + + + + + ## [1.0.1](https://github.com/ipfs/js-ipfs-http-response/compare/v1.0.0...v1.0.1) (2021-09-08) @@ -198,6 +214,3 @@ case of some property names that are used by this module. * export resolver ([d9e56b8](https://github.com/ipfs/js-ipfs-http-response/commit/d9e56b8)) * initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08)) - - - diff --git a/packages/ipfs-http-response/package.json b/packages/ipfs-http-response/package.json index a357e766a2..b179e79d71 100644 --- a/packages/ipfs-http-response/package.json +++ b/packages/ipfs-http-response/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-response", - "version": "1.0.1", + "version": "1.0.2", "description": "Creates an HTTP response from an IPFS Hash", "leadMaintainer": "Vasco Santos ", "main": "src/index.js", @@ -78,7 +78,7 @@ "@types/ejs": "^3.1.0", "aegir": "^35.1.1", "get-stream": "^6.0.0", - "ipfs-core": "^0.11.0", + "ipfs-core": "^0.11.1", "ipfsd-ctl": "^10.0.4", "it-all": "^1.0.4", "path": "^0.12.7", diff --git a/packages/ipfs-http-server/CHANGELOG.md b/packages/ipfs-http-server/CHANGELOG.md index cac3e0640a..b886741fd5 100644 --- a/packages/ipfs-http-server/CHANGELOG.md +++ b/packages/ipfs-http-server/CHANGELOG.md @@ -3,6 +3,14 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.8.0...ipfs-http-server@0.8.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-http-server + + + + + # [0.8.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.7.6...ipfs-http-server@0.8.0) (2021-09-24) diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 295ee53c0a..1437c0f825 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.8.0", + "version": "0.8.1", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -54,9 +54,9 @@ "dlv": "^1.1.3", "err-code": "^3.0.1", "hapi-pino": "^8.3.0", - "ipfs-core-types": "^0.8.0", - "ipfs-core-utils": "^0.11.0", - "ipfs-http-gateway": "^0.7.0", + "ipfs-core-types": "^0.8.1", + "ipfs-core-utils": "^0.11.1", + "ipfs-http-gateway": "^0.7.1", "ipfs-unixfs": "^6.0.3", "it-all": "^1.0.4", "it-drain": "^1.0.3", @@ -84,7 +84,7 @@ "@types/hapi__hapi": "^20.0.5", "aegir": "^35.1.1", "form-data": "^4.0.0", - "ipfs-http-client": "^53.0.0", + "ipfs-http-client": "^53.0.1", "iso-random-stream": "^2.0.0", "it-to-buffer": "^2.0.0", "npm-run-all": "^4.1.5", diff --git a/packages/ipfs-message-port-client/CHANGELOG.md b/packages/ipfs-message-port-client/CHANGELOG.md index 196dafb54b..1562f2239f 100644 --- a/packages/ipfs-message-port-client/CHANGELOG.md +++ b/packages/ipfs-message-port-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.1](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.9.0...ipfs-message-port-client@0.9.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-message-port-client + + + + + # [0.9.0](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.8.8...ipfs-message-port-client@0.9.0) (2021-09-24) diff --git a/packages/ipfs-message-port-client/package.json b/packages/ipfs-message-port-client/package.json index 97b7d33742..fdc4a0a0fb 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.9.0", + "version": "0.9.1", "description": "IPFS client library for accessing IPFS node over message port", "keywords": [ "ipfs", @@ -46,16 +46,16 @@ }, "dependencies": { "browser-readablestream-to-it": "^1.0.1", - "ipfs-core-types": "^0.8.0", - "ipfs-message-port-protocol": "^0.10.0", + "ipfs-core-types": "^0.8.1", + "ipfs-message-port-protocol": "^0.10.1", "ipfs-unixfs": "^6.0.3", "multiformats": "^9.4.1" }, "devDependencies": { "aegir": "^35.1.1", - "interface-ipfs-core": "^0.151.0", - "ipfs-core": "^0.11.0", - "ipfs-message-port-server": "^0.10.0", + "interface-ipfs-core": "^0.151.1", + "ipfs-core": "^0.11.1", + "ipfs-message-port-server": "^0.10.1", "rimraf": "^3.0.2" }, "engines": { diff --git a/packages/ipfs-message-port-protocol/CHANGELOG.md b/packages/ipfs-message-port-protocol/CHANGELOG.md index 4c7f26d86d..378e17a46e 100644 --- a/packages/ipfs-message-port-protocol/CHANGELOG.md +++ b/packages/ipfs-message-port-protocol/CHANGELOG.md @@ -3,6 +3,14 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol@0.10.0...ipfs-message-port-protocol@0.10.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-message-port-protocol + + + + + # [0.10.0](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol@0.9.4...ipfs-message-port-protocol@0.10.0) (2021-09-24) diff --git a/packages/ipfs-message-port-protocol/package.json b/packages/ipfs-message-port-protocol/package.json index 6eb950f261..0b9b590d45 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.10.0", + "version": "0.10.1", "description": "IPFS client/server protocol over message port", "keywords": [ "ipfs" @@ -73,7 +73,7 @@ "dep-check": "aegir dep-check -i rimraf -i ipfs-core-types" }, "dependencies": { - "ipfs-core-types": "^0.8.0", + "ipfs-core-types": "^0.8.1", "multiformats": "^9.4.1" }, "devDependencies": { diff --git a/packages/ipfs-message-port-server/CHANGELOG.md b/packages/ipfs-message-port-server/CHANGELOG.md index 06a074bbca..51e74d3912 100644 --- a/packages/ipfs-message-port-server/CHANGELOG.md +++ b/packages/ipfs-message-port-server/CHANGELOG.md @@ -3,6 +3,14 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.10.0...ipfs-message-port-server@0.10.1) (2021-09-28) + +**Note:** Version bump only for package ipfs-message-port-server + + + + + # [0.10.0](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.9.4...ipfs-message-port-server@0.10.0) (2021-09-24) diff --git a/packages/ipfs-message-port-server/package.json b/packages/ipfs-message-port-server/package.json index e3caee31ea..55ed89dd22 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.10.0", + "version": "0.10.1", "description": "IPFS server library for exposing IPFS node over message port", "keywords": [ "ipfs", @@ -67,8 +67,8 @@ "dep-check": "aegir dep-check -i rimraf -i ipfs-core-types" }, "dependencies": { - "ipfs-core-types": "^0.8.0", - "ipfs-message-port-protocol": "^0.10.0", + "ipfs-core-types": "^0.8.1", + "ipfs-message-port-protocol": "^0.10.1", "it-all": "^1.0.4", "multiformats": "^9.4.1" }, diff --git a/packages/ipfs/CHANGELOG.md b/packages/ipfs/CHANGELOG.md index aa5b434348..fa7e4d71cc 100644 --- a/packages/ipfs/CHANGELOG.md +++ b/packages/ipfs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.59.1](https://github.com/ipfs/js-ipfs/compare/ipfs@0.59.0...ipfs@0.59.1) (2021-09-28) + +**Note:** Version bump only for package ipfs + + + + + # [0.59.0](https://github.com/ipfs/js-ipfs/compare/ipfs@0.58.6...ipfs@0.59.0) (2021-09-24) diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index 252846fecd..4a36dd6496 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.59.0", + "version": "0.59.1", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -71,8 +71,8 @@ }, "dependencies": { "debug": "^4.1.1", - "ipfs-cli": "^0.9.0", - "ipfs-core": "^0.11.0", + "ipfs-cli": "^0.9.1", + "ipfs-core": "^0.11.1", "semver": "^7.3.2", "update-notifier": "^5.0.0" }, @@ -85,10 +85,10 @@ "cross-env": "^7.0.0", "electron-webrtc": "^0.3.0", "go-ipfs": "0.9.1", - "interface-ipfs-core": "^0.151.0", - "ipfs-client": "^0.7.0", - "ipfs-core-types": "^0.8.0", - "ipfs-http-client": "^53.0.0", + "interface-ipfs-core": "^0.151.1", + "ipfs-client": "^0.7.1", + "ipfs-core-types": "^0.8.1", + "ipfs-http-client": "^53.0.1", "ipfs-interop": "^7.0.1", "ipfs-utils": "^9.0.2", "ipfsd-ctl": "^10.0.4",