Skip to content

Commit

Permalink
chore: release master (#572)
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 3c17db7 commit 468b6cb
Show file tree
Hide file tree
Showing 19 changed files with 94 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": "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"
"packages/core": "9.0.1",
"packages/fs": "9.0.2",
"packages/source-aws-v2": "8.6.2",
"packages/source-aws-v3": "9.0.2",
"packages/source-aws": "9.0.2",
"packages/source-file": "9.0.2",
"packages/source-google-cloud": "9.0.2",
"packages/source-http": "9.0.2",
"packages/source-memory": "9.0.2"
}
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



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


### Bug Fixes

* update references to other sources ([3c17db7](https://github.com/blacha/chunkd/commit/3c17db77040c7a04300f70a74b0053d63edb075a))

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


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": "9.0.0",
"version": "9.0.1",
"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 @@ -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.

### Dependencies

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

## [9.0.1](https://github.com/blacha/chunkd/compare/fs-v9.0.0...fs-v9.0.1) (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": "9.0.1",
"version": "9.0.2",
"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": "^9.0.0",
"@chunkd/source-file": "^9.0.1",
"@chunkd/source-http": "^9.0.1"
"@chunkd/core": "^9.0.1",
"@chunkd/source-file": "^9.0.2",
"@chunkd/source-http": "^9.0.2"
},
"optionalDependencies": {
"@chunkd/source-aws": "^9.0.1",
"@chunkd/source-google-cloud": "^9.0.1"
"@chunkd/source-aws": "^9.0.2",
"@chunkd/source-google-cloud": "^9.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/source-aws-v2/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.

### Dependencies

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

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


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": "8.6.1",
"version": "8.6.2",
"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": "^9.0.0",
"@chunkd/source-aws": "^9.0.1"
"@chunkd/core": "^9.0.1",
"@chunkd/source-aws": "^9.0.2"
},
"peerDependencies": {
"aws-sdk": "*"
Expand Down
7 changes: 7 additions & 0 deletions packages/source-aws-v3/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.

### Dependencies

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

## [9.0.1](https://github.com/blacha/chunkd/compare/source-aws-v3-v9.0.0...source-aws-v3-v9.0.1) (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": "9.0.1",
"version": "9.0.2",
"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": "^9.0.0",
"@chunkd/source-aws": "^9.0.1"
"@chunkd/core": "^9.0.1",
"@chunkd/source-aws": "^9.0.2"
},
"peerDependencies": {
"@aws-sdk/client-s3": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

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

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


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": "9.0.1",
"version": "9.0.2",
"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": "^9.0.0"
"@chunkd/core": "^9.0.1"
},
"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 @@ -38,6 +38,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### Dependencies

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

## [9.0.1](https://github.com/blacha/chunkd/compare/source-file-v9.0.0...source-file-v9.0.1) (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": "9.0.1",
"version": "9.0.2",
"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": "^9.0.0"
"@chunkd/core": "^9.0.1"
},
"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
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

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

## [9.0.1](https://github.com/blacha/chunkd/compare/source-google-cloud-v9.0.0...source-google-cloud-v9.0.1) (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": "9.0.1",
"version": "9.0.2",
"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": "^9.0.0"
"@chunkd/core": "^9.0.1"
},
"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 @@ -41,6 +41,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### Dependencies

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

## [9.0.1](https://github.com/blacha/chunkd/compare/source-http-v9.0.0...source-http-v9.0.1) (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": "9.0.1",
"version": "9.0.2",
"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": "^9.0.0",
"@chunkd/core": "^9.0.1",
"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
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

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

## [9.0.1](https://github.com/blacha/chunkd/compare/source-memory-v9.0.0...source-memory-v9.0.1) (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": "9.0.1",
"version": "9.0.2",
"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": "^9.0.0"
"@chunkd/core": "^9.0.1"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down

0 comments on commit 468b6cb

Please sign in to comment.