From 468b6cb063fe1700b9b418c84b9665e567cd6e9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 06:03:39 +0000 Subject: [PATCH] chore: release master (#572) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 18 +++++++++--------- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/fs/CHANGELOG.md | 11 +++++++++++ packages/fs/package.json | 12 ++++++------ packages/source-aws-v2/CHANGELOG.md | 7 +++++++ packages/source-aws-v2/package.json | 6 +++--- packages/source-aws-v3/CHANGELOG.md | 7 +++++++ packages/source-aws-v3/package.json | 6 +++--- packages/source-aws/CHANGELOG.md | 6 ++++++ packages/source-aws/package.json | 4 ++-- packages/source-file/CHANGELOG.md | 6 ++++++ packages/source-file/package.json | 4 ++-- packages/source-google-cloud/CHANGELOG.md | 6 ++++++ packages/source-google-cloud/package.json | 4 ++-- packages/source-http/CHANGELOG.md | 6 ++++++ packages/source-http/package.json | 4 ++-- packages/source-memory/CHANGELOG.md | 6 ++++++ packages/source-memory/package.json | 4 ++-- 19 files changed, 94 insertions(+), 32 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 940e9047..40233f86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/core": "9.0.0", - "packages/fs": "9.0.1", - "packages/source-aws-v2": "8.6.1", - "packages/source-aws-v3": "9.0.1", - "packages/source-aws": "9.0.1", - "packages/source-file": "9.0.1", - "packages/source-google-cloud": "9.0.1", - "packages/source-http": "9.0.1", - "packages/source-memory": "9.0.1" + "packages/core": "9.0.1", + "packages/fs": "9.0.2", + "packages/source-aws-v2": "8.6.2", + "packages/source-aws-v3": "9.0.2", + "packages/source-aws": "9.0.2", + "packages/source-file": "9.0.2", + "packages/source-google-cloud": "9.0.2", + "packages/source-http": "9.0.2", + "packages/source-memory": "9.0.2" } \ No newline at end of file diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3abe48f7..553473b7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -54,6 +54,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [9.0.1](https://github.com/blacha/chunkd/compare/core-v9.0.0...core-v9.0.1) (2022-09-21) + + +### Bug Fixes + +* update references to other sources ([3c17db7](https://github.com/blacha/chunkd/commit/3c17db77040c7a04300f70a74b0053d63edb075a)) + ## [9.0.0](https://github.com/blacha/chunkd/compare/core-v8.4.0...core-v9.0.0) (2022-09-20) diff --git a/packages/core/package.json b/packages/core/package.json index 53cf914d..696bcfee 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/core", - "version": "9.0.0", + "version": "9.0.1", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" diff --git a/packages/fs/CHANGELOG.md b/packages/fs/CHANGELOG.md index ebd7ffd3..92691adf 100644 --- a/packages/fs/CHANGELOG.md +++ b/packages/fs/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. +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/core bumped from ^9.0.0 to ^9.0.1 + * @chunkd/source-file bumped from ^9.0.1 to ^9.0.2 + * @chunkd/source-http bumped from ^9.0.1 to ^9.0.2 + * optionalDependencies + * @chunkd/source-aws bumped from ^9.0.1 to ^9.0.2 + * @chunkd/source-google-cloud bumped from ^9.0.1 to ^9.0.2 + ## [9.0.1](https://github.com/blacha/chunkd/compare/fs-v9.0.0...fs-v9.0.1) (2022-09-21) diff --git a/packages/fs/package.json b/packages/fs/package.json index ee7346d3..dc8191bd 100644 --- a/packages/fs/package.json +++ b/packages/fs/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/fs", - "version": "9.0.1", + "version": "9.0.2", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -17,13 +17,13 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^9.0.0", - "@chunkd/source-file": "^9.0.1", - "@chunkd/source-http": "^9.0.1" + "@chunkd/core": "^9.0.1", + "@chunkd/source-file": "^9.0.2", + "@chunkd/source-http": "^9.0.2" }, "optionalDependencies": { - "@chunkd/source-aws": "^9.0.1", - "@chunkd/source-google-cloud": "^9.0.1" + "@chunkd/source-aws": "^9.0.2", + "@chunkd/source-google-cloud": "^9.0.2" }, "publishConfig": { "access": "public" diff --git a/packages/source-aws-v2/CHANGELOG.md b/packages/source-aws-v2/CHANGELOG.md index f676044b..fc4ae457 100644 --- a/packages/source-aws-v2/CHANGELOG.md +++ b/packages/source-aws-v2/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. +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/core bumped from ^9.0.0 to ^9.0.1 + * @chunkd/source-aws bumped from ^9.0.1 to ^9.0.2 + ## [8.6.1](https://github.com/blacha/chunkd/compare/source-aws-v2-v8.6.0...source-aws-v2-v8.6.1) (2022-09-21) diff --git a/packages/source-aws-v2/package.json b/packages/source-aws-v2/package.json index 2ec95135..e093829c 100644 --- a/packages/source-aws-v2/package.json +++ b/packages/source-aws-v2/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-aws-v2", - "version": "8.6.1", + "version": "8.6.2", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,8 +16,8 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^9.0.0", - "@chunkd/source-aws": "^9.0.1" + "@chunkd/core": "^9.0.1", + "@chunkd/source-aws": "^9.0.2" }, "peerDependencies": { "aws-sdk": "*" diff --git a/packages/source-aws-v3/CHANGELOG.md b/packages/source-aws-v3/CHANGELOG.md index d518d1f3..c74b938d 100644 --- a/packages/source-aws-v3/CHANGELOG.md +++ b/packages/source-aws-v3/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. +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/core bumped from ^9.0.0 to ^9.0.1 + * @chunkd/source-aws bumped from ^9.0.1 to ^9.0.2 + ## [9.0.1](https://github.com/blacha/chunkd/compare/source-aws-v3-v9.0.0...source-aws-v3-v9.0.1) (2022-09-21) diff --git a/packages/source-aws-v3/package.json b/packages/source-aws-v3/package.json index 6b3f36ea..e8b10c44 100644 --- a/packages/source-aws-v3/package.json +++ b/packages/source-aws-v3/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-aws-v3", - "version": "9.0.1", + "version": "9.0.2", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,8 +16,8 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^9.0.0", - "@chunkd/source-aws": "^9.0.1" + "@chunkd/core": "^9.0.1", + "@chunkd/source-aws": "^9.0.2" }, "peerDependencies": { "@aws-sdk/client-s3": "*", diff --git a/packages/source-aws/CHANGELOG.md b/packages/source-aws/CHANGELOG.md index ced3eefc..d50cf8cf 100644 --- a/packages/source-aws/CHANGELOG.md +++ b/packages/source-aws/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/core bumped from ^9.0.0 to ^9.0.1 + ## [9.0.1](https://github.com/blacha/chunkd/compare/source-aws-v9.0.0...source-aws-v9.0.1) (2022-09-21) diff --git a/packages/source-aws/package.json b/packages/source-aws/package.json index 98b314ed..83671c0a 100644 --- a/packages/source-aws/package.json +++ b/packages/source-aws/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-aws", - "version": "9.0.1", + "version": "9.0.2", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^9.0.0" + "@chunkd/core": "^9.0.1" }, "publishConfig": { "access": "public" diff --git a/packages/source-file/CHANGELOG.md b/packages/source-file/CHANGELOG.md index e1a8914a..7de13171 100644 --- a/packages/source-file/CHANGELOG.md +++ b/packages/source-file/CHANGELOG.md @@ -38,6 +38,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/core bumped from ^9.0.0 to ^9.0.1 + ## [9.0.1](https://github.com/blacha/chunkd/compare/source-file-v9.0.0...source-file-v9.0.1) (2022-09-21) diff --git a/packages/source-file/package.json b/packages/source-file/package.json index c0b24709..055a6e8a 100644 --- a/packages/source-file/package.json +++ b/packages/source-file/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-file", - "version": "9.0.1", + "version": "9.0.2", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^9.0.0" + "@chunkd/core": "^9.0.1" }, "devDependencies": { "@types/node": "^18.0.0" diff --git a/packages/source-google-cloud/CHANGELOG.md b/packages/source-google-cloud/CHANGELOG.md index 4d2331f1..e574127c 100644 --- a/packages/source-google-cloud/CHANGELOG.md +++ b/packages/source-google-cloud/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/core bumped from ^9.0.0 to ^9.0.1 + ## [9.0.1](https://github.com/blacha/chunkd/compare/source-google-cloud-v9.0.0...source-google-cloud-v9.0.1) (2022-09-21) diff --git a/packages/source-google-cloud/package.json b/packages/source-google-cloud/package.json index 6f775472..4d041635 100644 --- a/packages/source-google-cloud/package.json +++ b/packages/source-google-cloud/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-google-cloud", - "version": "9.0.1", + "version": "9.0.2", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^9.0.0" + "@chunkd/core": "^9.0.1" }, "peerDependencies": { "@google-cloud/storage": "*" diff --git a/packages/source-http/CHANGELOG.md b/packages/source-http/CHANGELOG.md index ae39a1b5..cd55d5cf 100644 --- a/packages/source-http/CHANGELOG.md +++ b/packages/source-http/CHANGELOG.md @@ -41,6 +41,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/core bumped from ^9.0.0 to ^9.0.1 + ## [9.0.1](https://github.com/blacha/chunkd/compare/source-http-v9.0.0...source-http-v9.0.1) (2022-09-21) diff --git a/packages/source-http/package.json b/packages/source-http/package.json index 1a9bd0f1..9b442eee 100644 --- a/packages/source-http/package.json +++ b/packages/source-http/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-http", - "version": "9.0.1", + "version": "9.0.2", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -17,7 +17,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^9.0.0", + "@chunkd/core": "^9.0.1", "node-fetch": "^3.1.0" }, "devDependencies": { diff --git a/packages/source-memory/CHANGELOG.md b/packages/source-memory/CHANGELOG.md index 014cdeaf..0e43e02e 100644 --- a/packages/source-memory/CHANGELOG.md +++ b/packages/source-memory/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/core bumped from ^9.0.0 to ^9.0.1 + ## [9.0.1](https://github.com/blacha/chunkd/compare/source-memory-v9.0.0...source-memory-v9.0.1) (2022-09-21) diff --git a/packages/source-memory/package.json b/packages/source-memory/package.json index c40e0c94..41f39f2e 100644 --- a/packages/source-memory/package.json +++ b/packages/source-memory/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-memory", - "version": "9.0.1", + "version": "9.0.2", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^9.0.0" + "@chunkd/core": "^9.0.1" }, "devDependencies": { "@types/node": "^18.0.0"