diff --git a/packages/interface-ipfs-core/CHANGELOG.md b/packages/interface-ipfs-core/CHANGELOG.md index 9df44e8237..05f6b96f95 100644 --- a/packages/interface-ipfs-core/CHANGELOG.md +++ b/packages/interface-ipfs-core/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.151.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.150.4...interface-ipfs-core@0.151.0) (2021-09-24) + + +### Features + +* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.150.4](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.150.3...interface-ipfs-core@0.150.4) (2021-09-17) **Note:** Version bump only for package interface-ipfs-core diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index 286b2d7617..21c00a54d0 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.150.4", + "version": "0.151.0", "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.7.3", + "ipfs-core-types": "^0.8.0", "ipfs-unixfs": "^6.0.3", "ipfs-unixfs-importer": "^9.0.3", "ipfs-utils": "^9.0.1", diff --git a/packages/ipfs-cli/CHANGELOG.md b/packages/ipfs-cli/CHANGELOG.md index 1cac978107..8ec8737fca 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.9.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.8.8...ipfs-cli@0.9.0) (2021-09-24) + + +### Features + +* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.8.8](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.8.7...ipfs-cli@0.8.8) (2021-09-17) **Note:** Version bump only for package ipfs-cli diff --git a/packages/ipfs-cli/package.json b/packages/ipfs-cli/package.json index 80dcbf0808..12d4b1b21f 100644 --- a/packages/ipfs-cli/package.json +++ b/packages/ipfs-cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-cli", - "version": "0.8.8", + "version": "0.9.0", "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.10.8", - "ipfs-core-types": "^0.7.3", - "ipfs-core-utils": "^0.10.5", - "ipfs-daemon": "^0.9.8", - "ipfs-http-client": "^52.0.5", + "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-repo": "^13.0.4", "ipfs-utils": "^9.0.1", "it-all": "^1.0.4", diff --git a/packages/ipfs-client/CHANGELOG.md b/packages/ipfs-client/CHANGELOG.md index dc1952674b..8d130a919f 100644 --- a/packages/ipfs-client/CHANGELOG.md +++ b/packages/ipfs-client/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.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.6.6...ipfs-client@0.7.0) (2021-09-24) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.6.6](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.6.5...ipfs-client@0.6.6) (2021-09-17) **Note:** Version bump only for package ipfs-client diff --git a/packages/ipfs-client/package.json b/packages/ipfs-client/package.json index 9897645adc..1863771111 100644 --- a/packages/ipfs-client/package.json +++ b/packages/ipfs-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-client", - "version": "0.6.6", + "version": "0.7.0", "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.6.5", - "ipfs-http-client": "^52.0.5", + "ipfs-grpc-client": "^0.7.0", + "ipfs-http-client": "^53.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 ffa6f91d3f..fa28e232c0 100644 --- a/packages/ipfs-core-config/CHANGELOG.md +++ b/packages/ipfs-core-config/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.1.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.0.1...ipfs-core-config@0.1.0) (2021-09-24) + + +### Features + +* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) + + +### BREAKING CHANGES + +* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` + + + + + ## [0.10.5](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.10.4...ipfs-core-utils@0.10.5) (2021-09-17) **Note:** Version bump only for package ipfs-core-utils diff --git a/packages/ipfs-core-config/package.json b/packages/ipfs-core-config/package.json index 2b99cde753..1b101f6072 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.0.1", + "version": "0.1.0", "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.0", - "rimraf": "^3.0.2", - "ipfs-core-utils": "^0.10.5" + "ipfs-core-utils": "^0.11.0", + "rimraf": "^3.0.2" } } diff --git a/packages/ipfs-core-types/CHANGELOG.md b/packages/ipfs-core-types/CHANGELOG.md index 4b9620a881..d27e108d0d 100644 --- a/packages/ipfs-core-types/CHANGELOG.md +++ b/packages/ipfs-core-types/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.8.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.7.3...ipfs-core-types@0.8.0) (2021-09-24) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.7.3](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.7.2...ipfs-core-types@0.7.3) (2021-09-17) diff --git a/packages/ipfs-core-types/package.json b/packages/ipfs-core-types/package.json index d68b2b14bd..882a303794 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.7.3", + "version": "0.8.0", "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 ffa6f91d3f..be1b968cde 100644 --- a/packages/ipfs-core-utils/CHANGELOG.md +++ b/packages/ipfs-core-utils/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.11.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.10.5...ipfs-core-utils@0.11.0) (2021-09-24) + + +### Bug Fixes + +* handle node readable streams properly ([#3890](https://github.com/ipfs/js-ipfs/issues/3890)) ([b0f367d](https://github.com/ipfs/js-ipfs/commit/b0f367d666aceb4ea8bdd532a9d8c3501f8cc78d)), closes [#3882](https://github.com/ipfs/js-ipfs/issues/3882) + + +### Features + +* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.10.5](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.10.4...ipfs-core-utils@0.10.5) (2021-09-17) **Note:** Version bump only for package ipfs-core-utils diff --git a/packages/ipfs-core-utils/package.json b/packages/ipfs-core-utils/package.json index f2c1dca894..62b41e08a5 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.10.5", + "version": "0.11.0", "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.7.3", + "ipfs-core-types": "^0.8.0", "ipfs-unixfs": "^6.0.3", "ipfs-utils": "^9.0.1", "it-all": "^1.0.4", diff --git a/packages/ipfs-core/CHANGELOG.md b/packages/ipfs-core/CHANGELOG.md index 73abed8a33..dd53d9bd33 100644 --- a/packages/ipfs-core/CHANGELOG.md +++ b/packages/ipfs-core/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.11.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.10.8...ipfs-core@0.11.0) (2021-09-24) + + +### Features + +* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.10.8](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.10.7...ipfs-core@0.10.8) (2021-09-17) diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index cbc0c4ce46..86cd315dd1 100644 --- a/packages/ipfs-core/package.json +++ b/packages/ipfs-core/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-core", - "version": "0.10.8", + "version": "0.11.0", "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.0.1", - "ipfs-core-types": "^0.7.3", - "ipfs-core-utils": "^0.10.5", - "ipfs-http-client": "^52.0.5", + "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-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.150.4", + "interface-ipfs-core": "^0.151.0", "ipfsd-ctl": "^10.0.3", "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 50061c694e..5eefd0fb87 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.10.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.9.8...ipfs-daemon@0.10.0) (2021-09-24) + + +### Features + +* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.9.8](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.9.7...ipfs-daemon@0.9.8) (2021-09-17) **Note:** Version bump only for package ipfs-daemon diff --git a/packages/ipfs-daemon/package.json b/packages/ipfs-daemon/package.json index 1647c789cc..93a32323a1 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-daemon", - "version": "0.9.8", + "version": "0.10.0", "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.10.8", - "ipfs-core-types": "^0.7.3", - "ipfs-grpc-server": "^0.6.6", - "ipfs-http-gateway": "^0.6.5", - "ipfs-http-server": "^0.7.6", + "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-utils": "^9.0.1", "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 9797f71235..f7106fb263 100644 --- a/packages/ipfs-grpc-client/CHANGELOG.md +++ b/packages/ipfs-grpc-client/CHANGELOG.md @@ -3,6 +3,27 @@ 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://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.6.5...ipfs-grpc-client@0.7.0) (2021-09-24) + + +### Bug Fixes + +* handle node readable streams properly ([#3890](https://github.com/ipfs/js-ipfs/issues/3890)) ([b0f367d](https://github.com/ipfs/js-ipfs/commit/b0f367d666aceb4ea8bdd532a9d8c3501f8cc78d)), closes [#3882](https://github.com/ipfs/js-ipfs/issues/3882) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.6.5](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.6.4...ipfs-grpc-client@0.6.5) (2021-09-17) **Note:** Version bump only for package ipfs-grpc-client diff --git a/packages/ipfs-grpc-client/package.json b/packages/ipfs-grpc-client/package.json index 7abe7eb366..bb72376aa9 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.6.5", + "version": "0.7.0", "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.7.3", - "ipfs-core-utils": "^0.10.5", - "ipfs-grpc-protocol": "^0.4.1", + "ipfs-core-types": "^0.8.0", + "ipfs-core-utils": "^0.11.0", + "ipfs-grpc-protocol": "^0.5.0", "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 8efa116dd4..2e24d6a627 100644 --- a/packages/ipfs-grpc-protocol/CHANGELOG.md +++ b/packages/ipfs-grpc-protocol/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.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.4.1...ipfs-grpc-protocol@0.5.0) (2021-09-24) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.4.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.4.0...ipfs-grpc-protocol@0.4.1) (2021-09-17) **Note:** Version bump only for package ipfs-grpc-protocol diff --git a/packages/ipfs-grpc-protocol/package.json b/packages/ipfs-grpc-protocol/package.json index c17174b699..943e0afbf6 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.4.1", + "version": "0.5.0", "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 69cd0f1de7..0e2d5a6d65 100644 --- a/packages/ipfs-grpc-server/CHANGELOG.md +++ b/packages/ipfs-grpc-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.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.6.6...ipfs-grpc-server@0.7.0) (2021-09-24) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.6.6](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.6.5...ipfs-grpc-server@0.6.6) (2021-09-17) **Note:** Version bump only for package ipfs-grpc-server diff --git a/packages/ipfs-grpc-server/package.json b/packages/ipfs-grpc-server/package.json index dcdb02ad4e..863fcadf86 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.6.6", + "version": "0.7.0", "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.7.3", - "ipfs-grpc-protocol": "^0.4.1", + "ipfs-core-types": "^0.8.0", + "ipfs-grpc-protocol": "^0.5.0", "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.0", - "ipfs-core": "^0.10.8", + "ipfs-core": "^0.11.0", "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 34445ba4b5..ebfa504399 100644 --- a/packages/ipfs-http-client/CHANGELOG.md +++ b/packages/ipfs-http-client/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. +# [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) + + +### Features + +* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [52.0.5](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@52.0.4...ipfs-http-client@52.0.5) (2021-09-17) **Note:** Version bump only for package ipfs-http-client diff --git a/packages/ipfs-http-client/package.json b/packages/ipfs-http-client/package.json index 3a24d5df84..e0225515d6 100644 --- a/packages/ipfs-http-client/package.json +++ b/packages/ipfs-http-client/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-client", - "version": "52.0.5", + "version": "53.0.0", "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.7.3", - "ipfs-core-utils": "^0.10.5", + "ipfs-core-types": "^0.8.0", + "ipfs-core-utils": "^0.11.0", "ipfs-utils": "^9.0.1", "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 4e2835a984..4de76f182b 100644 --- a/packages/ipfs-http-gateway/CHANGELOG.md +++ b/packages/ipfs-http-gateway/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.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.6.5...ipfs-http-gateway@0.7.0) (2021-09-24) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.6.5](https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.6.4...ipfs-http-gateway@0.6.5) (2021-09-17) **Note:** Version bump only for package ipfs-http-gateway diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index 4161fbaec2..62ba8250e5 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.6.5", + "version": "0.7.0", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -63,7 +63,7 @@ "@hapi/hapi": "^20.0.0", "debug": "^4.1.1", "hapi-pino": "^8.3.0", - "ipfs-core-types": "^0.7.3", + "ipfs-core-types": "^0.8.0", "ipfs-http-response": "^1.0.1", "is-ipfs": "^6.0.1", "it-last": "^1.0.4", diff --git a/packages/ipfs-http-server/CHANGELOG.md b/packages/ipfs-http-server/CHANGELOG.md index ff30ea4e8b..cac3e0640a 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.8.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.7.6...ipfs-http-server@0.8.0) (2021-09-24) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.7.6](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.7.5...ipfs-http-server@0.7.6) (2021-09-17) **Note:** Version bump only for package ipfs-http-server diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 5a026468bc..bdc68cf573 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.7.6", + "version": "0.8.0", "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.7.3", - "ipfs-core-utils": "^0.10.5", - "ipfs-http-gateway": "^0.6.5", + "ipfs-core-types": "^0.8.0", + "ipfs-core-utils": "^0.11.0", + "ipfs-http-gateway": "^0.7.0", "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.0", "form-data": "^4.0.0", - "ipfs-http-client": "^52.0.5", + "ipfs-http-client": "^53.0.0", "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 2aec9fd5d9..196dafb54b 100644 --- a/packages/ipfs-message-port-client/CHANGELOG.md +++ b/packages/ipfs-message-port-client/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.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) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.8.8](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.8.7...ipfs-message-port-client@0.8.8) (2021-09-17) **Note:** Version bump only for package ipfs-message-port-client diff --git a/packages/ipfs-message-port-client/package.json b/packages/ipfs-message-port-client/package.json index f9b20888b6..c062bfb548 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.8.8", + "version": "0.9.0", "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.7.3", - "ipfs-message-port-protocol": "^0.9.4", + "ipfs-core-types": "^0.8.0", + "ipfs-message-port-protocol": "^0.10.0", "ipfs-unixfs": "^6.0.3", "multiformats": "^9.4.1" }, "devDependencies": { "aegir": "^35.1.0", - "interface-ipfs-core": "^0.150.4", - "ipfs-core": "^0.10.8", - "ipfs-message-port-server": "^0.9.4", + "interface-ipfs-core": "^0.151.0", + "ipfs-core": "^0.11.0", + "ipfs-message-port-server": "^0.10.0", "rimraf": "^3.0.2" }, "engines": { diff --git a/packages/ipfs-message-port-protocol/CHANGELOG.md b/packages/ipfs-message-port-protocol/CHANGELOG.md index 09d66a6d67..4c7f26d86d 100644 --- a/packages/ipfs-message-port-protocol/CHANGELOG.md +++ b/packages/ipfs-message-port-protocol/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.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) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.9.4](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol@0.9.3...ipfs-message-port-protocol@0.9.4) (2021-09-17) **Note:** Version bump only for package ipfs-message-port-protocol diff --git a/packages/ipfs-message-port-protocol/package.json b/packages/ipfs-message-port-protocol/package.json index 783a8bcb11..24e8be09c2 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.9.4", + "version": "0.10.0", "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.7.3", + "ipfs-core-types": "^0.8.0", "multiformats": "^9.4.1" }, "devDependencies": { diff --git a/packages/ipfs-message-port-server/CHANGELOG.md b/packages/ipfs-message-port-server/CHANGELOG.md index 17ce50f369..06a074bbca 100644 --- a/packages/ipfs-message-port-server/CHANGELOG.md +++ b/packages/ipfs-message-port-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.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) + + +### Features + +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.9.4](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.9.3...ipfs-message-port-server@0.9.4) (2021-09-17) **Note:** Version bump only for package ipfs-message-port-server diff --git a/packages/ipfs-message-port-server/package.json b/packages/ipfs-message-port-server/package.json index c0e2d13435..cac40131e7 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.9.4", + "version": "0.10.0", "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.7.3", - "ipfs-message-port-protocol": "^0.9.4", + "ipfs-core-types": "^0.8.0", + "ipfs-message-port-protocol": "^0.10.0", "it-all": "^1.0.4", "multiformats": "^9.4.1" }, diff --git a/packages/ipfs/CHANGELOG.md b/packages/ipfs/CHANGELOG.md index 84ff96fd5e..aa5b434348 100644 --- a/packages/ipfs/CHANGELOG.md +++ b/packages/ipfs/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.59.0](https://github.com/ipfs/js-ipfs/compare/ipfs@0.58.6...ipfs@0.59.0) (2021-09-24) + + +### Features + +* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) +* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) + + +### BREAKING CHANGES + +* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` +* There are no default exports and everything is now dual published as ESM/CJS + + + + + ## [0.58.6](https://github.com/ipfs/js-ipfs/compare/ipfs@0.58.5...ipfs@0.58.6) (2021-09-17) **Note:** Version bump only for package ipfs diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index 140447f0cc..e5337ec4be 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.58.6", + "version": "0.59.0", "description": "JavaScript implementation of the IPFS specification", "keywords": [ "IPFS" @@ -71,8 +71,8 @@ }, "dependencies": { "debug": "^4.1.1", - "ipfs-cli": "^0.8.8", - "ipfs-core": "^0.10.8", + "ipfs-cli": "^0.9.0", + "ipfs-core": "^0.11.0", "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.150.4", - "ipfs-client": "^0.6.6", - "ipfs-core-types": "^0.7.3", - "ipfs-http-client": "^52.0.5", + "interface-ipfs-core": "^0.151.0", + "ipfs-client": "^0.7.0", + "ipfs-core-types": "^0.8.0", + "ipfs-http-client": "^53.0.0", "ipfs-interop": "ipfs/interop#chore/update-globsource", "ipfs-utils": "^9.0.1", "ipfsd-ctl": "^10.0.3",