Skip to content

Commit

Permalink
chore: release master (#1039)
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 Apr 28, 2023
1 parent 023c90e commit f4904aa
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,11 +1,11 @@
{
"packages/core": "10.2.0",
"packages/fs": "10.0.5",
"packages/fs": "10.0.6",
"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-google-cloud": "10.0.3",
"packages/source-http": "10.1.0",
"packages/source-http": "10.1.1",
"packages/source-memory": "10.0.3"
}
6 changes: 6 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
* @chunkd/source-aws bumped from ^10.1.1 to ^10.2.0
* @chunkd/source-google-cloud bumped from ^10.0.2 to ^10.0.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source-http bumped from ^10.1.0 to ^10.1.1

## [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.5",
"version": "10.0.6",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@chunkd/core": "^10.2.0",
"@chunkd/source-file": "^10.0.3",
"@chunkd/source-http": "^10.1.0"
"@chunkd/source-http": "^10.1.1"
},
"optionalDependencies": {
"@chunkd/source-aws": "^10.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/source-http/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.0 to ^10.1.1

## [10.1.1](https://github.com/blacha/chunkd/compare/source-http-v10.1.0...source-http-v10.1.1) (2023-04-27)


### Bug Fixes

* **source-http:** correct import as index.node.js no longer exists ([023c90e](https://github.com/blacha/chunkd/commit/023c90ed57499ea103a314e6760451ad153cc35b))

## [10.1.0](https://github.com/blacha/chunkd/compare/source-http-v10.0.2...source-http-v10.1.0) (2023-04-27)


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

0 comments on commit f4904aa

Please sign in to comment.