Skip to content

Commit

Permalink
chore: release master (#688)
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 Nov 16, 2022
1 parent 72ac028 commit 9dfddcd
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/core": "10.0.0",
"packages/fs": "10.0.1",
"packages/source-aws-v2": "9.3.0",
"packages/source-aws-v3": "10.0.1",
"packages/source-aws": "10.0.1",
"packages/fs": "10.0.2",
"packages/source-aws-v2": "9.3.1",
"packages/source-aws-v3": "10.0.2",
"packages/source-aws": "10.0.2",
"packages/source-file": "10.0.0",
"packages/source-google-cloud": "10.0.0",
"packages/source-http": "10.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* optionalDependencies
* @chunkd/source-aws bumped from ^10.0.0 to ^10.0.1

### Dependencies

* The following workspace dependencies were updated
* optionalDependencies
* @chunkd/source-aws bumped from ^10.0.1 to ^10.0.2

## [10.0.0](https://github.com/blacha/chunkd/compare/fs-v9.1.0...fs-v10.0.0) (2022-09-21)


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.1",
"version": "10.0.2",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -22,7 +22,7 @@
"@chunkd/source-http": "^10.0.0"
},
"optionalDependencies": {
"@chunkd/source-aws": "^10.0.1",
"@chunkd/source-aws": "^10.0.2",
"@chunkd/source-google-cloud": "^10.0.0"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/source-aws-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* @chunkd/core bumped from ^9.0.0 to ^9.0.1
* @chunkd/source-aws bumped from ^9.0.1 to ^9.0.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source-aws bumped from ^10.0.1 to ^10.0.2

## [9.3.0](https://github.com/blacha/chunkd/compare/source-aws-v2-v9.2.0...source-aws-v2-v9.3.0) (2022-11-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/source-aws-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-aws-v2",
"version": "9.3.0",
"version": "9.3.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -17,7 +17,7 @@
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0",
"@chunkd/source-aws": "^10.0.1"
"@chunkd/source-aws": "^10.0.2"
},
"peerDependencies": {
"aws-sdk": "*"
Expand Down
6 changes: 6 additions & 0 deletions packages/source-aws-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/source-aws bumped from ^10.0.0 to ^10.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source-aws bumped from ^10.0.1 to ^10.0.2

## [10.0.0](https://github.com/blacha/chunkd/compare/source-aws-v3-v9.1.0...source-aws-v3-v10.0.0) (2022-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/source-aws-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-aws-v3",
"version": "10.0.1",
"version": "10.0.2",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -17,7 +17,7 @@
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0",
"@chunkd/source-aws": "^10.0.1"
"@chunkd/source-aws": "^10.0.2"
},
"peerDependencies": {
"@aws-sdk/client-s3": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

## [10.0.2](https://github.com/blacha/chunkd/compare/source-aws-v10.0.1...source-aws-v10.0.2) (2022-11-16)


### Bug Fixes

* **source-aws:** correct parameter order for writeTest ([#687](https://github.com/blacha/chunkd/issues/687)) ([72ac028](https://github.com/blacha/chunkd/commit/72ac028b1877cf92fe9fb5bc4745ae5918d3703f))

## [10.0.1](https://github.com/blacha/chunkd/compare/source-aws-v10.0.0...source-aws-v10.0.1) (2022-11-15)


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

0 comments on commit 9dfddcd

Please sign in to comment.