Skip to content

Commit

Permalink
chore: release master (#1045)
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 be8144c commit f7151fb
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.7",
"packages/fs": "10.0.8",
"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.4",
"packages/source-file": "10.0.5",
"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 @@ -23,6 +23,12 @@
* dependencies
* @chunkd/source-file bumped from ^10.0.3 to ^10.0.4

### Dependencies

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

## [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.7",
"version": "10.0.8",
"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.4",
"@chunkd/source-file": "^10.0.5",
"@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.5](https://github.com/blacha/chunkd/compare/source-file-v10.0.4...source-file-v10.0.5) (2023-05-01)


### Bug Fixes

* **source-file:** test delete ([be8144c](https://github.com/blacha/chunkd/commit/be8144cab18147116836ede6123fb528c4817461))

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


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.4",
"version": "10.0.5",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit f7151fb

Please sign in to comment.