Skip to content

Commit

Permalink
chore: release master (#785)
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 Jan 17, 2023
1 parent c89ccb9 commit 0ea01b3
Show file tree
Hide file tree
Showing 19 changed files with 118 additions and 32 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/core": "10.0.0",
"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",
"packages/source-memory": "10.0.0"
"packages/core": "10.1.0",
"packages/fs": "10.0.3",
"packages/source-aws-v2": "9.4.0",
"packages/source-aws-v3": "10.1.0",
"packages/source-aws": "10.1.0",
"packages/source-file": "10.0.1",
"packages/source-google-cloud": "10.0.1",
"packages/source-http": "10.0.1",
"packages/source-memory": "10.0.1"
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [10.1.0](https://github.com/blacha/chunkd/compare/core-v10.0.0...core-v10.1.0) (2023-01-17)


### Features

* **source-aws:** automatically assume roles if actions fails ([#783](https://github.com/blacha/chunkd/issues/783)) ([19735e4](https://github.com/blacha/chunkd/commit/19735e4701e1a1eb18ae2087892bc46771fb60b2))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/core",
"version": "10.0.0",
"version": "10.1.0",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* optionalDependencies
* @chunkd/source-aws bumped from ^10.0.1 to ^10.0.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.0.0 to ^10.1.0
* @chunkd/source-file bumped from ^10.0.0 to ^10.0.1
* @chunkd/source-http bumped from ^10.0.0 to ^10.0.1
* optionalDependencies
* @chunkd/source-aws bumped from ^10.0.2 to ^10.1.0
* @chunkd/source-google-cloud bumped from ^10.0.0 to ^10.0.1

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


Expand Down
12 changes: 6 additions & 6 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.2",
"version": "10.0.3",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -17,13 +17,13 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0",
"@chunkd/source-file": "^10.0.0",
"@chunkd/source-http": "^10.0.0"
"@chunkd/core": "^10.1.0",
"@chunkd/source-file": "^10.0.1",
"@chunkd/source-http": "^10.0.1"
},
"optionalDependencies": {
"@chunkd/source-aws": "^10.0.2",
"@chunkd/source-google-cloud": "^10.0.0"
"@chunkd/source-aws": "^10.1.0",
"@chunkd/source-google-cloud": "^10.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
15 changes: 15 additions & 0 deletions packages/source-aws-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/source-aws bumped from ^10.0.1 to ^10.0.2

## [9.4.0](https://github.com/blacha/chunkd/compare/source-aws-v2-v9.3.1...source-aws-v2-v9.4.0) (2023-01-17)


### Features

* **source-aws:** automatically assume roles if actions fails ([#783](https://github.com/blacha/chunkd/issues/783)) ([19735e4](https://github.com/blacha/chunkd/commit/19735e4701e1a1eb18ae2087892bc46771fb60b2))


### Dependencies

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

## [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
6 changes: 3 additions & 3 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.1",
"version": "9.4.0",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -16,8 +16,8 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0",
"@chunkd/source-aws": "^10.0.2"
"@chunkd/core": "^10.1.0",
"@chunkd/source-aws": "^10.1.0"
},
"peerDependencies": {
"aws-sdk": "*"
Expand Down
15 changes: 15 additions & 0 deletions packages/source-aws-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/source-aws bumped from ^10.0.1 to ^10.0.2

## [10.1.0](https://github.com/blacha/chunkd/compare/source-aws-v3-v10.0.2...source-aws-v3-v10.1.0) (2023-01-17)


### Features

* **source-aws:** automatically assume roles if actions fails ([#783](https://github.com/blacha/chunkd/issues/783)) ([19735e4](https://github.com/blacha/chunkd/commit/19735e4701e1a1eb18ae2087892bc46771fb60b2))


### Dependencies

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

## [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
6 changes: 3 additions & 3 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.2",
"version": "10.1.0",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -16,8 +16,8 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0",
"@chunkd/source-aws": "^10.0.2"
"@chunkd/core": "^10.1.0",
"@chunkd/source-aws": "^10.1.0"
},
"peerDependencies": {
"@aws-sdk/client-s3": "*",
Expand Down
14 changes: 14 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

## [10.1.0](https://github.com/blacha/chunkd/compare/source-aws-v10.0.2...source-aws-v10.1.0) (2023-01-17)


### Features

* **source-aws:** automatically assume roles if actions fails ([#783](https://github.com/blacha/chunkd/issues/783)) ([19735e4](https://github.com/blacha/chunkd/commit/19735e4701e1a1eb18ae2087892bc46771fb60b2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.0.0 to ^10.1.0

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


Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "10.1.0",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0"
"@chunkd/core": "^10.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/source-file/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.0.0 to ^10.1.0

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


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "10.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0"
"@chunkd/core": "^10.1.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/source-google-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.0.0 to ^10.1.0

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


Expand Down
4 changes: 2 additions & 2 deletions 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": "10.0.0",
"version": "10.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0"
"@chunkd/core": "^10.1.0"
},
"peerDependencies": {
"@google-cloud/storage": "*"
Expand Down
6 changes: 6 additions & 0 deletions packages/source-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.0.0 to ^10.1.0

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


Expand Down
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "10.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0",
"@chunkd/core": "^10.1.0",
"node-fetch": "^3.1.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/source-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.0.0 to ^10.1.0

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


Expand Down
4 changes: 2 additions & 2 deletions packages/source-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-memory",
"version": "10.0.0",
"version": "10.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.0.0"
"@chunkd/core": "^10.1.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down

0 comments on commit 0ea01b3

Please sign in to comment.