Skip to content

Commit

Permalink
chore: release master (#1266)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 23, 2023
1 parent 8b072bd commit 1214cfe
Show file tree
Hide file tree
Showing 17 changed files with 112 additions and 27 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/core": "10.3.0",
"packages/fs": "11.0.2",
"packages/fs-aws": "11.0.2",
"packages/middleware": "11.0.0",
"packages/source": "11.0.0",
"packages/source-aws": "11.0.1",
"packages/source-file": "11.0.0",
"packages/source-http": "11.0.1",
"packages/source-memory": "11.0.1"
"packages/fs": "11.1.0",
"packages/fs-aws": "11.1.0",
"packages/middleware": "11.0.1",
"packages/source": "11.1.0",
"packages/source-aws": "11.0.2",
"packages/source-file": "11.0.1",
"packages/source-http": "11.0.2",
"packages/source-memory": "11.0.2"
}
15 changes: 15 additions & 0 deletions packages/fs-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@
* dependencies
* @chunkd/fs bumped from 11.0.1 to 11.0.2

## [11.1.0](https://github.com/blacha/chunkd/compare/fs-aws-v11.0.2...fs-aws-v11.1.0) (2023-08-23)


### Features

* **fs:** use "url" over "path" for url locations ([8b072bd](https://github.com/blacha/chunkd/commit/8b072bd21b70f6ba30b39d245f1f11b1a49021b5))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/fs bumped from 11.0.2 to 11.1.0
* @chunkd/source-aws bumped from 11.0.1 to 11.0.2

## [11.0.0](https://github.com/blacha/chunkd/compare/fs-aws-v10.0.9...fs-aws-v11.0.0) (2023-07-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/fs-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/fs-aws",
"version": "11.0.2",
"version": "11.1.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -21,8 +21,8 @@
"@aws-sdk/client-s3": "*",
"@aws-sdk/credential-providers": "*",
"@aws-sdk/lib-storage": "*",
"@chunkd/fs": "11.0.2",
"@chunkd/source-aws": "11.0.1"
"@chunkd/fs": "11.1.0",
"@chunkd/source-aws": "11.0.2"
},
"devDependencies": {},
"publishConfig": {
Expand Down
17 changes: 17 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [11.1.0](https://github.com/blacha/chunkd/compare/fs-v11.0.2...fs-v11.1.0) (2023-08-23)


### Features

* **fs:** use "url" over "path" for url locations ([8b072bd](https://github.com/blacha/chunkd/commit/8b072bd21b70f6ba30b39d245f1f11b1a49021b5))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^11.0.0 to ^11.1.0
* @chunkd/source-memory bumped from ^11.0.1 to ^11.0.2
* @chunkd/source-file bumped from ^11.0.0 to ^11.0.1
* @chunkd/source-http bumped from ^11.0.1 to ^11.0.2

## [11.0.2](https://github.com/blacha/chunkd/compare/fs-v11.0.1...fs-v11.0.2) (2023-08-02)


Expand Down
10 changes: 5 additions & 5 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/fs",
"version": "11.0.2",
"version": "11.1.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -18,10 +18,10 @@
"test": "node --test"
},
"dependencies": {
"@chunkd/source": "^11.0.0",
"@chunkd/source-memory": "^11.0.1",
"@chunkd/source-file": "^11.0.0",
"@chunkd/source-http": "^11.0.1"
"@chunkd/source": "^11.1.0",
"@chunkd/source-memory": "^11.0.2",
"@chunkd/source-file": "^11.0.1",
"@chunkd/source-http": "^11.0.2"
},
"devDependencies": {
"@types/node": "^18.16.19"
Expand Down
14 changes: 14 additions & 0 deletions packages/middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [11.0.1](https://github.com/blacha/chunkd/compare/middleware-v11.0.0...middleware-v11.0.1) (2023-08-23)


### Bug Fixes

* **middleware:** do not read past the end of files ([603873c](https://github.com/blacha/chunkd/commit/603873c7645aa985c667ccb489cabcdf7c5fc9b6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^11.0.0 to ^11.1.0

## [11.0.0](https://github.com/blacha/chunkd/compare/middleware-v10.0.0...middleware-v11.0.0) (2023-07-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/middleware",
"version": "11.0.0",
"version": "11.0.1",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -18,7 +18,7 @@
"test": "node --test"
},
"dependencies": {
"@chunkd/source": "^11.0.0"
"@chunkd/source": "^11.1.0"
},
"devDependencies": {
"@types/node": "^18.16.19"
Expand Down
6 changes: 6 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^11.0.0 to ^11.1.0

## [11.0.1](https://github.com/blacha/chunkd/compare/source-aws-v11.0.0...source-aws-v11.0.1) (2023-07-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/source-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-aws",
"version": "11.0.1",
"version": "11.0.2",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "*",
"@chunkd/source": "^11.0.0"
"@chunkd/source": "^11.1.0"
},
"devDependencies": {
"@types/node": "^18.16.19"
Expand Down
6 changes: 6 additions & 0 deletions packages/source-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^11.0.0 to ^11.1.0

## [11.0.0](https://github.com/blacha/chunkd/compare/source-file-v10.0.6...source-file-v11.0.0) (2023-07-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/source-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-file",
"version": "11.0.0",
"version": "11.0.1",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -18,7 +18,7 @@
"test": "node --test"
},
"dependencies": {
"@chunkd/source": "^11.0.0"
"@chunkd/source": "^11.1.0"
},
"devDependencies": {
"@types/node": "^18.16.19"
Expand Down
6 changes: 6 additions & 0 deletions packages/source-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^11.0.0 to ^11.1.0

## [11.0.1](https://github.com/blacha/chunkd/compare/source-http-v11.0.0...source-http-v11.0.1) (2023-07-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/source-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-http",
"version": "11.0.1",
"version": "11.0.2",
"type": "module",
"engines": {
"node": ">=18.0.0"
Expand All @@ -18,7 +18,7 @@
"test": "node --test"
},
"dependencies": {
"@chunkd/source": "^11.0.0"
"@chunkd/source": "^11.1.0"
},
"devDependencies": {
"@types/node": "^18.16.19"
Expand Down
14 changes: 14 additions & 0 deletions packages/source-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [11.0.2](https://github.com/blacha/chunkd/compare/source-memory-v11.0.1...source-memory-v11.0.2) (2023-08-23)


### Bug Fixes

* **source-memory:** explain exactly why the source read failed ([fc2601a](https://github.com/blacha/chunkd/commit/fc2601ac4f7bcb614664536686fa888fda70a4b1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^11.0.0 to ^11.1.0

## [11.0.1](https://github.com/blacha/chunkd/compare/source-memory-v11.0.0...source-memory-v11.0.1) (2023-07-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/source-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-memory",
"version": "11.0.1",
"version": "11.0.2",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -18,7 +18,7 @@
"test": "node --test"
},
"dependencies": {
"@chunkd/source": "^11.0.0"
"@chunkd/source": "^11.1.0"
},
"devDependencies": {
"@types/node": "^18.16.19"
Expand Down
7 changes: 7 additions & 0 deletions packages/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [11.1.0](https://github.com/blacha/chunkd/compare/source-v11.0.0...source-v11.1.0) (2023-08-23)


### Features

* **source:** add onClose to allow middleware to be alerted to when a source is closed ([a502119](https://github.com/blacha/chunkd/commit/a502119b67884dcb817fc0ae2d6d3c154397349b))

## [11.0.0](https://github.com/blacha/chunkd/compare/source-v10.0.0...source-v11.0.0) (2023-07-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source",
"version": "11.0.0",
"version": "11.1.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 1214cfe

Please sign in to comment.