Skip to content

Commit

Permalink
chore: release master (#570)
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 Sep 21, 2022
1 parent 245d91b commit 1a438df
Show file tree
Hide file tree
Showing 17 changed files with 103 additions and 22 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/core": "9.0.0",
"packages/fs": "9.0.0",
"packages/source-aws-v2": "8.6.0",
"packages/source-aws-v3": "9.0.0",
"packages/source-aws": "9.0.0",
"packages/source-file": "9.0.0",
"packages/source-google-cloud": "9.0.0",
"packages/source-http": "9.0.0",
"packages/source-memory": "9.0.0"
"packages/fs": "9.0.1",
"packages/source-aws-v2": "8.6.1",
"packages/source-aws-v3": "9.0.1",
"packages/source-aws": "9.0.1",
"packages/source-file": "9.0.1",
"packages/source-google-cloud": "9.0.1",
"packages/source-http": "9.0.1",
"packages/source-memory": "9.0.1"
}
18 changes: 18 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* foce all chunkd deps to 9.0.0 ([27b11be](https://github.com/blacha/chunkd/commit/27b11be8e730ef84a406798f2b6751d70f81041d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source-file bumped from ^9.0.0 to ^9.0.1
* @chunkd/source-http bumped from ^9.0.0 to ^9.0.1
* optionalDependencies
* @chunkd/source-aws bumped from ^9.0.0 to ^9.0.1
* @chunkd/source-google-cloud bumped from ^9.0.0 to ^9.0.1

## [9.0.0](https://github.com/blacha/chunkd/compare/fs-v8.5.1...fs-v9.0.0) (2022-09-20)


Expand Down
10 changes: 5 additions & 5 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/fs",
"version": "9.0.0",
"version": "9.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -18,12 +18,12 @@
"scripts": {},
"dependencies": {
"@chunkd/core": "^9.0.0",
"@chunkd/source-file": "^9.0.0",
"@chunkd/source-http": "^9.0.0"
"@chunkd/source-file": "^9.0.1",
"@chunkd/source-http": "^9.0.1"
},
"optionalDependencies": {
"@chunkd/source-aws": "^9.0.0",
"@chunkd/source-google-cloud": "^9.0.0"
"@chunkd/source-aws": "^9.0.1",
"@chunkd/source-google-cloud": "^9.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/source-aws-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.6.1](https://github.com/blacha/chunkd/compare/source-aws-v2-v8.6.0...source-aws-v2-v8.6.1) (2022-09-21)


### Bug Fixes

* foce all chunkd deps to 9.0.0 ([27b11be](https://github.com/blacha/chunkd/commit/27b11be8e730ef84a406798f2b6751d70f81041d))


### Dependencies

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

## [8.6.0](https://github.com/blacha/chunkd/compare/source-aws-v2-v8.5.1...source-aws-v2-v8.6.0) (2022-09-19)


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

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


### Bug Fixes

* foce all chunkd deps to 9.0.0 ([27b11be](https://github.com/blacha/chunkd/commit/27b11be8e730ef84a406798f2b6751d70f81041d))


### Dependencies

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

## [9.0.0](https://github.com/blacha/chunkd/compare/source-aws-v3-v8.5.1...source-aws-v3-v9.0.0) (2022-09-20)


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": "9.0.0",
"version": "9.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -17,7 +17,7 @@
"scripts": {},
"dependencies": {
"@chunkd/core": "^9.0.0",
"@chunkd/source-aws": "^9.0.0"
"@chunkd/source-aws": "^9.0.1"
},
"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 @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.1](https://github.com/blacha/chunkd/compare/source-aws-v9.0.0...source-aws-v9.0.1) (2022-09-21)


### Bug Fixes

* foce all chunkd deps to 9.0.0 ([27b11be](https://github.com/blacha/chunkd/commit/27b11be8e730ef84a406798f2b6751d70f81041d))

## [9.0.0](https://github.com/blacha/chunkd/compare/source-aws-v8.5.1...source-aws-v9.0.0) (2022-09-20)


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": "9.0.0",
"version": "9.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
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 @@ -38,6 +38,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [9.0.1](https://github.com/blacha/chunkd/compare/source-file-v9.0.0...source-file-v9.0.1) (2022-09-21)


### Bug Fixes

* foce all chunkd deps to 9.0.0 ([27b11be](https://github.com/blacha/chunkd/commit/27b11be8e730ef84a406798f2b6751d70f81041d))

## [9.0.0](https://github.com/blacha/chunkd/compare/source-file-v8.4.0...source-file-v9.0.0) (2022-09-20)


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": "9.0.0",
"version": "9.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/source-google-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.0.1](https://github.com/blacha/chunkd/compare/source-google-cloud-v9.0.0...source-google-cloud-v9.0.1) (2022-09-21)


### Bug Fixes

* foce all chunkd deps to 9.0.0 ([27b11be](https://github.com/blacha/chunkd/commit/27b11be8e730ef84a406798f2b6751d70f81041d))

## [9.0.0](https://github.com/blacha/chunkd/compare/source-google-cloud-v8.4.0...source-google-cloud-v9.0.0) (2022-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/source-google-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-google-cloud",
"version": "9.0.0",
"version": "9.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.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 @@ -41,6 +41,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [9.0.1](https://github.com/blacha/chunkd/compare/source-http-v9.0.0...source-http-v9.0.1) (2022-09-21)


### Bug Fixes

* foce all chunkd deps to 9.0.0 ([27b11be](https://github.com/blacha/chunkd/commit/27b11be8e730ef84a406798f2b6751d70f81041d))

## [9.0.0](https://github.com/blacha/chunkd/compare/source-http-v8.4.0...source-http-v9.0.0) (2022-09-20)


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": "9.0.0",
"version": "9.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/source-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.0.1](https://github.com/blacha/chunkd/compare/source-memory-v9.0.0...source-memory-v9.0.1) (2022-09-21)


### Bug Fixes

* foce all chunkd deps to 9.0.0 ([27b11be](https://github.com/blacha/chunkd/commit/27b11be8e730ef84a406798f2b6751d70f81041d))

## [9.0.0](https://github.com/blacha/chunkd/compare/source-memory-v8.4.0...source-memory-v9.0.0) (2022-09-20)


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

0 comments on commit 1a438df

Please sign in to comment.