diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18f49ddc..952c3aec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { "packages/core": "10.3.0", - "packages/fs": "11.0.0", - "packages/fs-aws": "11.0.0", + "packages/fs": "11.0.1", + "packages/fs-aws": "11.0.1", "packages/middleware": "11.0.0", "packages/source": "11.0.0", - "packages/source-aws": "11.0.0", + "packages/source-aws": "11.0.1", "packages/source-file": "11.0.0", - "packages/source-http": "11.0.0", - "packages/source-memory": "11.0.0" + "packages/source-http": "11.0.1", + "packages/source-memory": "11.0.1" } \ No newline at end of file diff --git a/packages/fs-aws/CHANGELOG.md b/packages/fs-aws/CHANGELOG.md index 82833385..33cba917 100644 --- a/packages/fs-aws/CHANGELOG.md +++ b/packages/fs-aws/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/fs bumped from 11.0.0 to 11.0.1 + * @chunkd/source-aws bumped from 11.0.0 to 11.0.1 + ## [11.0.0](https://github.com/blacha/chunkd/compare/fs-aws-v10.0.9...fs-aws-v11.0.0) (2023-07-20) diff --git a/packages/fs-aws/package.json b/packages/fs-aws/package.json index af145854..fd85519f 100644 --- a/packages/fs-aws/package.json +++ b/packages/fs-aws/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/fs-aws", - "version": "11.0.0", + "version": "11.0.1", "type": "module", "engines": { "node": ">=16.0.0" @@ -21,8 +21,8 @@ "@aws-sdk/client-s3": "*", "@aws-sdk/credential-providers": "*", "@aws-sdk/lib-storage": "*", - "@chunkd/fs": "11.0.0", - "@chunkd/source-aws": "11.0.0" + "@chunkd/fs": "11.0.1", + "@chunkd/source-aws": "11.0.1" }, "devDependencies": {}, "publishConfig": { diff --git a/packages/fs/CHANGELOG.md b/packages/fs/CHANGELOG.md index 9ec4a79c..15380eae 100644 --- a/packages/fs/CHANGELOG.md +++ b/packages/fs/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [11.0.1](https://github.com/blacha/chunkd/compare/fs-v11.0.0...fs-v11.0.1) (2023-07-26) + + +### Bug Fixes + +* **fs:** be more consistent when listing folders ([671845e](https://github.com/blacha/chunkd/commit/671845e040af451318d822d08e257c028d409081)) +* **fs:** re-add fsa.toArray() ([0abb67b](https://github.com/blacha/chunkd/commit/0abb67b5a875931482a9ca2768b8c9d9299bec38)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @chunkd/source-http bumped from ^11.0.0 to ^11.0.1 + ## [11.0.0](https://github.com/blacha/chunkd/compare/fs-v10.0.9...fs-v11.0.0) (2023-07-20) diff --git a/packages/fs/package.json b/packages/fs/package.json index de1c8fc9..072bf143 100644 --- a/packages/fs/package.json +++ b/packages/fs/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/fs", - "version": "11.0.0", + "version": "11.0.1", "type": "module", "engines": { "node": ">=16.0.0" @@ -18,7 +18,7 @@ "dependencies": { "@chunkd/source": "^11.0.0", "@chunkd/source-file": "^11.0.0", - "@chunkd/source-http": "^11.0.0" + "@chunkd/source-http": "^11.0.1" }, "devDependencies": { "@types/node": "^18.16.19" diff --git a/packages/source-aws/CHANGELOG.md b/packages/source-aws/CHANGELOG.md index c5730088..f6037498 100644 --- a/packages/source-aws/CHANGELOG.md +++ b/packages/source-aws/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.0.1](https://github.com/blacha/chunkd/compare/source-aws-v11.0.0...source-aws-v11.0.1) (2023-07-26) + + +### Bug Fixes + +* **source-aws:** allow creation with string urls ([3326d16](https://github.com/blacha/chunkd/commit/3326d167ad3149c85d4a1891fe45410c04b7efe1)) + ## [11.0.0](https://github.com/blacha/chunkd/compare/source-aws-v10.3.0...source-aws-v11.0.0) (2023-07-20) diff --git a/packages/source-aws/package.json b/packages/source-aws/package.json index 59ffe735..daf2c0a1 100644 --- a/packages/source-aws/package.json +++ b/packages/source-aws/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-aws", - "version": "11.0.0", + "version": "11.0.1", "type": "module", "engines": { "node": ">=16.0.0" diff --git a/packages/source-http/CHANGELOG.md b/packages/source-http/CHANGELOG.md index b2bbcf77..8339dc80 100644 --- a/packages/source-http/CHANGELOG.md +++ b/packages/source-http/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.0.1](https://github.com/blacha/chunkd/compare/source-http-v11.0.0...source-http-v11.0.1) (2023-07-26) + + +### Bug Fixes + +* **source-http:** remove dom only type ([c2ccb55](https://github.com/blacha/chunkd/commit/c2ccb5532213a1e8e1d75dc89a7123801a869ba8)) + ## [11.0.0](https://github.com/blacha/chunkd/compare/source-http-v10.1.2...source-http-v11.0.0) (2023-07-20) diff --git a/packages/source-http/package.json b/packages/source-http/package.json index 9abd9ac6..8ca21f3c 100644 --- a/packages/source-http/package.json +++ b/packages/source-http/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-http", - "version": "11.0.0", + "version": "11.0.1", "type": "module", "engines": { "node": ">=18.0.0" diff --git a/packages/source-memory/CHANGELOG.md b/packages/source-memory/CHANGELOG.md index dc8adbe0..b8a9a712 100644 --- a/packages/source-memory/CHANGELOG.md +++ b/packages/source-memory/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.0.1](https://github.com/blacha/chunkd/compare/source-memory-v11.0.0...source-memory-v11.0.1) (2023-07-26) + + +### Bug Fixes + +* **source-memory:** allow creating source with string url ([640a4a4](https://github.com/blacha/chunkd/commit/640a4a41cac4076a363fb2e4ec8b1893ad51e43c)) + ## [11.0.0](https://github.com/blacha/chunkd/compare/source-memory-v10.1.0...source-memory-v11.0.0) (2023-07-20) diff --git a/packages/source-memory/package.json b/packages/source-memory/package.json index 0eb93bf3..2a4f72dc 100644 --- a/packages/source-memory/package.json +++ b/packages/source-memory/package.json @@ -1,6 +1,6 @@ { "name": "@chunkd/source-memory", - "version": "11.0.0", + "version": "11.0.1", "type": "module", "engines": { "node": ">=16.0.0"