Skip to content

Commit

Permalink
v8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Aug 24, 2022
1 parent 0a152d0 commit 6ba2434
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.5.1](https://github.com/blacha/chunkd/compare/v8.5.0...v8.5.1) (2022-08-24)


### Bug Fixes

* **source-aws:** yeild all of the listed files ([0a152d0](https://github.com/blacha/chunkd/commit/0a152d0d516b1ab23b40ee36b1c1878cc61932bc))





# [8.5.0](https://github.com/blacha/chunkd/compare/v8.4.0...v8.5.0) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useYarn": true,
"packages": ["packages/*"],
"version": "8.5.0"
"version": "8.5.1"
}
8 changes: 8 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.5.1](https://github.com/blacha/chunkd/compare/v8.5.0...v8.5.1) (2022-08-24)

**Note:** Version bump only for package @chunkd/fs





# [8.5.0](https://github.com/blacha/chunkd/compare/v8.4.0...v8.5.0) (2022-08-23)

**Note:** Version bump only for package @chunkd/fs
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": "8.5.0",
"version": "8.5.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -22,7 +22,7 @@
"@chunkd/source-http": "^8.4.0"
},
"optionalDependencies": {
"@chunkd/source-aws": "^8.5.0",
"@chunkd/source-aws": "^8.5.1",
"@chunkd/source-google-cloud": "^8.4.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/source-aws-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.5.1](https://github.com/blacha/chunkd/compare/v8.5.0...v8.5.1) (2022-08-24)

**Note:** Version bump only for package @chunkd/source-aws-v2





# [8.5.0](https://github.com/blacha/chunkd/compare/v8.4.0...v8.5.0) (2022-08-23)


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": "8.5.0",
"version": "8.5.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -17,7 +17,7 @@
"scripts": {},
"dependencies": {
"@chunkd/core": "^8.4.0",
"@chunkd/source-aws": "^8.5.0"
"@chunkd/source-aws": "^8.5.1"
},
"peerDependencies": {
"aws-sdk": "*"
Expand Down
8 changes: 8 additions & 0 deletions packages/source-aws-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.5.1](https://github.com/blacha/chunkd/compare/v8.5.0...v8.5.1) (2022-08-24)

**Note:** Version bump only for package @chunkd/source-aws-v3





# [8.5.0](https://github.com/blacha/chunkd/compare/v8.4.0...v8.5.0) (2022-08-23)

**Note:** Version bump only for package @chunkd/source-aws-v3
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": "8.5.0",
"version": "8.5.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -17,7 +17,7 @@
"scripts": {},
"dependencies": {
"@chunkd/core": "^8.4.0",
"@chunkd/source-aws": "^8.5.0"
"@chunkd/source-aws": "^8.5.1"
},
"peerDependencies": {
"@aws-sdk/client-s3": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.5.1](https://github.com/blacha/chunkd/compare/v8.5.0...v8.5.1) (2022-08-24)


### Bug Fixes

* **source-aws:** yeild all of the listed files ([0a152d0](https://github.com/blacha/chunkd/commit/0a152d0d516b1ab23b40ee36b1c1878cc61932bc))





# [8.5.0](https://github.com/blacha/chunkd/compare/v8.4.0...v8.5.0) (2022-08-23)


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": "8.5.0",
"version": "8.5.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down

0 comments on commit 6ba2434

Please sign in to comment.