diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a68727b..88be44bc 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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + + +### Features + +* **fs:** support read-only and read-write file systems ([a7f52a9](https://github.com/blacha/chunkd/commit/a7f52a98fa897759f48c8190adb7e4836a37959e)) + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) diff --git a/lerna.json b/lerna.json index c43b4b2b..edc823b2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "useYarn": true, "packages": ["packages/*"], - "version": "8.3.0" + "version": "8.4.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ecd80f15..0786e38b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + +**Note:** Version bump only for package @chunkd/core + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) diff --git a/packages/core/package.json b/packages/core/package.json index c99d7c0d..8a1da69c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/core", - "version": "8.3.0", + "version": "8.4.0", "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 f3a6e50c..de578aad 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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + + +### Features + +* **fs:** support read-only and read-write file systems ([a7f52a9](https://github.com/blacha/chunkd/commit/a7f52a98fa897759f48c8190adb7e4836a37959e)) + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) diff --git a/packages/fs/package.json b/packages/fs/package.json index 327beb4e..4db8258a 100644 --- a/packages/fs/package.json +++ b/packages/fs/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/fs", - "version": "8.3.0", + "version": "8.4.0", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -17,13 +17,13 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^8.3.0", - "@chunkd/source-file": "^8.3.0", - "@chunkd/source-http": "^8.3.0" + "@chunkd/core": "^8.4.0", + "@chunkd/source-file": "^8.4.0", + "@chunkd/source-http": "^8.4.0" }, "optionalDependencies": { - "@chunkd/source-aws": "^8.3.0", - "@chunkd/source-google-cloud": "^8.3.0" + "@chunkd/source-aws": "^8.4.0", + "@chunkd/source-google-cloud": "^8.4.0" }, "publishConfig": { "access": "public" diff --git a/packages/source-aws-v2/CHANGELOG.md b/packages/source-aws-v2/CHANGELOG.md index c51db9b4..df4bd885 100644 --- a/packages/source-aws-v2/CHANGELOG.md +++ b/packages/source-aws-v2/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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + +**Note:** Version bump only for package @chunkd/source-aws-v2 + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) **Note:** Version bump only for package @chunkd/source-aws-v2 diff --git a/packages/source-aws-v2/package.json b/packages/source-aws-v2/package.json index cddbb06f..29180717 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.3.0", + "version": "8.4.0", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,8 +16,8 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^8.3.0", - "@chunkd/source-aws": "^8.3.0" + "@chunkd/core": "^8.4.0", + "@chunkd/source-aws": "^8.4.0" }, "peerDependencies": { "aws-sdk": "*" diff --git a/packages/source-aws-v3/CHANGELOG.md b/packages/source-aws-v3/CHANGELOG.md index bb557f32..b4d115e3 100644 --- a/packages/source-aws-v3/CHANGELOG.md +++ b/packages/source-aws-v3/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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + +**Note:** Version bump only for package @chunkd/source-aws-v3 + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) **Note:** Version bump only for package @chunkd/source-aws-v3 diff --git a/packages/source-aws-v3/package.json b/packages/source-aws-v3/package.json index d1e3ef20..86f4140b 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": "8.3.0", + "version": "8.4.0", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,8 +16,8 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^8.3.0", - "@chunkd/source-aws": "^8.3.0" + "@chunkd/core": "^8.4.0", + "@chunkd/source-aws": "^8.4.0" }, "peerDependencies": { "@aws-sdk/client-s3": "*", diff --git a/packages/source-aws/CHANGELOG.md b/packages/source-aws/CHANGELOG.md index cd9dcd07..73d325c2 100644 --- a/packages/source-aws/CHANGELOG.md +++ b/packages/source-aws/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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + +**Note:** Version bump only for package @chunkd/source-aws + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) diff --git a/packages/source-aws/package.json b/packages/source-aws/package.json index 338286d8..fa5df813 100644 --- a/packages/source-aws/package.json +++ b/packages/source-aws/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-aws", - "version": "8.3.0", + "version": "8.4.0", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^8.3.0" + "@chunkd/core": "^8.4.0" }, "publishConfig": { "access": "public" diff --git a/packages/source-file/CHANGELOG.md b/packages/source-file/CHANGELOG.md index fe4e917b..545e351c 100644 --- a/packages/source-file/CHANGELOG.md +++ b/packages/source-file/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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + +**Note:** Version bump only for package @chunkd/source-file + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) diff --git a/packages/source-file/package.json b/packages/source-file/package.json index 817c180b..878bbf0d 100644 --- a/packages/source-file/package.json +++ b/packages/source-file/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-file", - "version": "8.3.0", + "version": "8.4.0", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^8.3.0" + "@chunkd/core": "^8.4.0" }, "devDependencies": { "@types/node": "^18.0.0" diff --git a/packages/source-google-cloud/CHANGELOG.md b/packages/source-google-cloud/CHANGELOG.md index adf79488..858762aa 100644 --- a/packages/source-google-cloud/CHANGELOG.md +++ b/packages/source-google-cloud/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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + +**Note:** Version bump only for package @chunkd/source-google-cloud + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) diff --git a/packages/source-google-cloud/package.json b/packages/source-google-cloud/package.json index d0af6cd3..a6290a89 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": "8.3.0", + "version": "8.4.0", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^8.3.0" + "@chunkd/core": "^8.4.0" }, "peerDependencies": { "@google-cloud/storage": "*" diff --git a/packages/source-http/CHANGELOG.md b/packages/source-http/CHANGELOG.md index 773c7cbb..60d3152b 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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + +**Note:** Version bump only for package @chunkd/source-http + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) diff --git a/packages/source-http/package.json b/packages/source-http/package.json index 3825d184..f712c457 100644 --- a/packages/source-http/package.json +++ b/packages/source-http/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-http", - "version": "8.3.0", + "version": "8.4.0", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -17,7 +17,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^8.3.0", + "@chunkd/core": "^8.4.0", "node-fetch": "^3.1.0" }, "devDependencies": { diff --git a/packages/source-memory/CHANGELOG.md b/packages/source-memory/CHANGELOG.md index 48e3abc2..2073b1d2 100644 --- a/packages/source-memory/CHANGELOG.md +++ b/packages/source-memory/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. +# [8.4.0](https://github.com/blacha/chunkd/compare/v8.3.0...v8.4.0) (2022-06-21) + +**Note:** Version bump only for package @chunkd/source-memory + + + + + # [8.3.0](https://github.com/blacha/chunkd/compare/v8.2.0...v8.3.0) (2022-06-08) diff --git a/packages/source-memory/package.json b/packages/source-memory/package.json index d4e573d4..d55f607f 100644 --- a/packages/source-memory/package.json +++ b/packages/source-memory/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-memory", - "version": "8.3.0", + "version": "8.4.0", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -16,7 +16,7 @@ "license": "MIT", "scripts": {}, "dependencies": { - "@chunkd/core": "^8.3.0" + "@chunkd/core": "^8.4.0" }, "devDependencies": { "@types/node": "^18.0.0"