From 90c549d8b08d87eec9fd612b640282c6dd37fa89 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Thu, 16 Sep 2021 15:42:15 +1200 Subject: [PATCH] v7.2.3 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/fs/CHANGELOG.md | 8 ++++++++ packages/fs/package.json | 10 +++++----- packages/source-aws/CHANGELOG.md | 11 +++++++++++ packages/source-aws/package.json | 4 ++-- packages/source-file/CHANGELOG.md | 11 +++++++++++ packages/source-file/package.json | 4 ++-- packages/source-http/CHANGELOG.md | 8 ++++++++ packages/source-http/package.json | 4 ++-- 12 files changed, 73 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b486eb..d63e9968 100644 --- a/CHANGELOG.md +++ b/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. +## [7.2.3](https://github.com/blacha/chunkd/compare/v7.2.2...v7.2.3) (2021-09-16) + + +### Bug Fixes + +* **fs:** fs.source should never return null ([4c22b84](https://github.com/blacha/chunkd/commit/4c22b844003a4a3bf59f10ee64b1156375979a8d)) + + + + + ## [7.2.2](https://github.com/blacha/chunkd/compare/v7.2.1...v7.2.2) (2021-09-16) diff --git a/lerna.json b/lerna.json index 8d8b85c4..7fee87fc 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "7.2.2" + "version": "7.2.3" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 018342c5..a1d55b50 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [7.2.3](https://github.com/blacha/chunkd/compare/v7.2.2...v7.2.3) (2021-09-16) + + +### Bug Fixes + +* **fs:** fs.source should never return null ([4c22b84](https://github.com/blacha/chunkd/commit/4c22b844003a4a3bf59f10ee64b1156375979a8d)) + + + + + ## [7.2.2](https://github.com/blacha/chunkd/compare/v7.2.1...v7.2.2) (2021-09-16) diff --git a/packages/core/package.json b/packages/core/package.json index 0f83b893..4d02dea9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/core", - "version": "7.2.2", + "version": "7.2.3", "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 98cb8111..38e1a5f7 100644 --- a/packages/fs/CHANGELOG.md +++ b/packages/fs/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. +## [7.2.3](https://github.com/blacha/chunkd/compare/v7.2.2...v7.2.3) (2021-09-16) + +**Note:** Version bump only for package @chunkd/fs + + + + + ## [7.2.2](https://github.com/blacha/chunkd/compare/v7.2.1...v7.2.2) (2021-09-16) diff --git a/packages/fs/package.json b/packages/fs/package.json index 0aaeb2ce..776e5a88 100644 --- a/packages/fs/package.json +++ b/packages/fs/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/fs", - "version": "7.2.2", + "version": "7.2.3", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -17,10 +17,10 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^7.2.2", - "@chunkd/source-aws": "^7.2.2", - "@chunkd/source-file": "^7.2.2", - "@chunkd/source-http": "^7.2.2" + "@chunkd/core": "^7.2.3", + "@chunkd/source-aws": "^7.2.3", + "@chunkd/source-file": "^7.2.3", + "@chunkd/source-http": "^7.2.3" }, "publishConfig": { "access": "public" diff --git a/packages/source-aws/CHANGELOG.md b/packages/source-aws/CHANGELOG.md index 9516b1ab..64b231c7 100644 --- a/packages/source-aws/CHANGELOG.md +++ b/packages/source-aws/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. +## [7.2.3](https://github.com/blacha/chunkd/compare/v7.2.2...v7.2.3) (2021-09-16) + + +### Bug Fixes + +* **fs:** fs.source should never return null ([4c22b84](https://github.com/blacha/chunkd/commit/4c22b844003a4a3bf59f10ee64b1156375979a8d)) + + + + + ## [7.2.2](https://github.com/blacha/chunkd/compare/v7.2.1...v7.2.2) (2021-09-16) diff --git a/packages/source-aws/package.json b/packages/source-aws/package.json index 9fb869fd..9ebda356 100644 --- a/packages/source-aws/package.json +++ b/packages/source-aws/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-aws", - "version": "7.2.2", + "version": "7.2.3", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^7.2.2", + "@chunkd/core": "^7.2.3", "aws-sdk": "*" }, "publishConfig": { diff --git a/packages/source-file/CHANGELOG.md b/packages/source-file/CHANGELOG.md index 41b20a76..59f4b36f 100644 --- a/packages/source-file/CHANGELOG.md +++ b/packages/source-file/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. +## [7.2.3](https://github.com/blacha/chunkd/compare/v7.2.2...v7.2.3) (2021-09-16) + + +### Bug Fixes + +* **fs:** fs.source should never return null ([4c22b84](https://github.com/blacha/chunkd/commit/4c22b844003a4a3bf59f10ee64b1156375979a8d)) + + + + + ## [7.2.2](https://github.com/blacha/chunkd/compare/v7.2.1...v7.2.2) (2021-09-16) **Note:** Version bump only for package @chunkd/source-file diff --git a/packages/source-file/package.json b/packages/source-file/package.json index 718fa040..af53db2b 100644 --- a/packages/source-file/package.json +++ b/packages/source-file/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-file", - "version": "7.2.2", + "version": "7.2.3", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^7.2.2" + "@chunkd/core": "^7.2.3" }, "devDependencies": { "@types/node": "^14.0.3" diff --git a/packages/source-http/CHANGELOG.md b/packages/source-http/CHANGELOG.md index 4b95e8b1..e48a3e22 100644 --- a/packages/source-http/CHANGELOG.md +++ b/packages/source-http/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. +## [7.2.3](https://github.com/blacha/chunkd/compare/v7.2.2...v7.2.3) (2021-09-16) + +**Note:** Version bump only for package @chunkd/source-http + + + + + ## [7.2.2](https://github.com/blacha/chunkd/compare/v7.2.1...v7.2.2) (2021-09-16) **Note:** Version bump only for package @chunkd/source-http diff --git a/packages/source-http/package.json b/packages/source-http/package.json index dc292c33..a6ef30a6 100644 --- a/packages/source-http/package.json +++ b/packages/source-http/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-http", - "version": "7.2.2", + "version": "7.2.3", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -17,7 +17,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^7.2.2", + "@chunkd/core": "^7.2.3", "node-fetch": "^2.6.0" }, "devDependencies": {