Skip to content

Commit

Permalink
chore: release master (#1044)
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 May 1, 2023
1 parent 2cf200f commit 23e3a4d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/core": "10.2.0",
"packages/fs": "10.0.6",
"packages/fs": "10.0.7",
"packages/source-aws-v2": "9.4.2",
"packages/source-aws-v3": "10.1.2",
"packages/source-aws": "10.2.0",
"packages/source-file": "10.0.3",
"packages/source-file": "10.0.4",
"packages/source-google-cloud": "10.0.3",
"packages/source-http": "10.1.1",
"packages/source-memory": "10.0.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
* dependencies
* @chunkd/source-http bumped from ^10.1.0 to ^10.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source-file bumped from ^10.0.3 to ^10.0.4

## [10.0.4](https://github.com/blacha/chunkd/compare/fs-v10.0.3...fs-v10.0.4) (2023-01-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/fs",
"version": "10.0.6",
"version": "10.0.7",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -18,7 +18,7 @@
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.2.0",
"@chunkd/source-file": "^10.0.3",
"@chunkd/source-file": "^10.0.4",
"@chunkd/source-http": "^10.1.1"
},
"optionalDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/source-file/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
* dependencies
* @chunkd/core bumped from ^10.1.1 to ^10.2.0

## [10.0.4](https://github.com/blacha/chunkd/compare/source-file-v10.0.3...source-file-v10.0.4) (2023-05-01)


### Bug Fixes

* **source-file:** actually pipe the stream into output file ([25f5147](https://github.com/blacha/chunkd/commit/25f5147d5cc5ba750cc9985f24c1c84150587803))

## [10.0.2](https://github.com/blacha/chunkd/compare/source-file-v10.0.1...source-file-v10.0.2) (2023-01-17)


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

0 comments on commit 23e3a4d

Please sign in to comment.