Skip to content

Commit

Permalink
chore: release master (#575)
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 22, 2022
1 parent ab0b926 commit 56a55d9
Show file tree
Hide file tree
Showing 19 changed files with 244 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.1.0",
"packages/fs": "9.1.0",
"packages/source-aws-v2": "9.1.0",
"packages/source-aws-v3": "9.1.0",
"packages/source-aws": "9.1.0",
"packages/source-file": "9.1.0",
"packages/source-google-cloud": "9.1.0",
"packages/source-http": "9.1.0",
"packages/source-memory": "9.1.0"
"packages/core": "10.0.0",
"packages/fs": "10.0.0",
"packages/source-aws-v2": "9.2.0",
"packages/source-aws-v3": "10.0.0",
"packages/source-aws": "10.0.0",
"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"
}
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### ⚠ BREAKING CHANGES

* add a .delete to remove files from locations

### Features

* add a .delete to remove files from locations ([f93d09b](https://github.com/blacha/chunkd/commit/f93d09b9cee02bf1b97089ce756883643fdcf0e6))
* force all version numbers to be the same ([4c1b7b6](https://github.com/blacha/chunkd/commit/4c1b7b6bb92b4586826b6b4c20eef5ee848eaf7b))


### Bug Fixes

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

## [9.0.1](https://github.com/blacha/chunkd/compare/core-v9.0.0...core-v9.0.1) (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": "9.1.0",
"version": "10.0.0",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down
29 changes: 29 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* @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

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


### ⚠ BREAKING CHANGES

* add a .delete to remove files from locations

### Features

* add a .delete to remove files from locations ([f93d09b](https://github.com/blacha/chunkd/commit/f93d09b9cee02bf1b97089ce756883643fdcf0e6))
* force all version numbers to be the same ([4c1b7b6](https://github.com/blacha/chunkd/commit/4c1b7b6bb92b4586826b6b4c20eef5ee848eaf7b))


### 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/core bumped from ^9.1.0 to ^10.0.0
* @chunkd/source-file bumped from ^9.1.0 to ^10.0.0
* @chunkd/source-http bumped from ^9.1.0 to ^10.0.0
* optionalDependencies
* @chunkd/source-aws bumped from ^9.1.0 to ^10.0.0
* @chunkd/source-google-cloud bumped from ^9.1.0 to ^10.0.0

## [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.1.0",
"version": "10.0.0",
"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.1.0",
"@chunkd/source-file": "^9.1.0",
"@chunkd/source-http": "^9.1.0"
"@chunkd/core": "^10.0.0",
"@chunkd/source-file": "^10.0.0",
"@chunkd/source-http": "^10.0.0"
},
"optionalDependencies": {
"@chunkd/source-aws": "^9.1.0",
"@chunkd/source-google-cloud": "^9.1.0"
"@chunkd/source-aws": "^10.0.0",
"@chunkd/source-google-cloud": "^10.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
21 changes: 21 additions & 0 deletions packages/source-aws-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ 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

## [9.2.0](https://github.com/blacha/chunkd/compare/source-aws-v2-v9.1.0...source-aws-v2-v9.2.0) (2022-09-21)


### Features

* force all version numbers to be the same ([4c1b7b6](https://github.com/blacha/chunkd/commit/4c1b7b6bb92b4586826b6b4c20eef5ee848eaf7b))
* **source-aws-v2:** expose method to get the roleArn and externalId for a path ([42752e7](https://github.com/blacha/chunkd/commit/42752e79f0f59830bec14bb8a9db1963dec52da4))


### 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/core bumped from ^9.1.0 to ^10.0.0
* @chunkd/source-aws bumped from ^9.1.0 to ^10.0.0

## [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": "9.1.0",
"version": "9.2.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": "^9.1.0",
"@chunkd/source-aws": "^9.1.0"
"@chunkd/core": "^10.0.0",
"@chunkd/source-aws": "^10.0.0"
},
"peerDependencies": {
"aws-sdk": "*"
Expand Down
25 changes: 25 additions & 0 deletions packages/source-aws-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,31 @@ 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

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


### ⚠ BREAKING CHANGES

* add a .delete to remove files from locations

### Features

* add a .delete to remove files from locations ([f93d09b](https://github.com/blacha/chunkd/commit/f93d09b9cee02bf1b97089ce756883643fdcf0e6))
* force all version numbers to be the same ([4c1b7b6](https://github.com/blacha/chunkd/commit/4c1b7b6bb92b4586826b6b4c20eef5ee848eaf7b))


### 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/core bumped from ^9.1.0 to ^10.0.0
* @chunkd/source-aws bumped from ^9.1.0 to ^10.0.0

## [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.1.0",
"version": "10.0.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": "^9.1.0",
"@chunkd/source-aws": "^9.1.0"
"@chunkd/core": "^10.0.0",
"@chunkd/source-aws": "^10.0.0"
},
"peerDependencies": {
"@aws-sdk/client-s3": "*",
Expand Down
24 changes: 24 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

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


### ⚠ BREAKING CHANGES

* add a .delete to remove files from locations

### Features

* add a .delete to remove files from locations ([f93d09b](https://github.com/blacha/chunkd/commit/f93d09b9cee02bf1b97089ce756883643fdcf0e6))
* force all version numbers to be the same ([4c1b7b6](https://github.com/blacha/chunkd/commit/4c1b7b6bb92b4586826b6b4c20eef5ee848eaf7b))


### 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/core bumped from ^9.1.0 to ^10.0.0

## [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.1.0",
"version": "10.0.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": "^9.1.0"
"@chunkd/core": "^10.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 24 additions & 0 deletions packages/source-file/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

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


### ⚠ BREAKING CHANGES

* add a .delete to remove files from locations

### Features

* add a .delete to remove files from locations ([f93d09b](https://github.com/blacha/chunkd/commit/f93d09b9cee02bf1b97089ce756883643fdcf0e6))
* force all version numbers to be the same ([4c1b7b6](https://github.com/blacha/chunkd/commit/4c1b7b6bb92b4586826b6b4c20eef5ee848eaf7b))


### 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/core bumped from ^9.1.0 to ^10.0.0

## [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.1.0",
"version": "10.0.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": "^9.1.0"
"@chunkd/core": "^10.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down
24 changes: 24 additions & 0 deletions packages/source-google-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

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


### ⚠ BREAKING CHANGES

* add a .delete to remove files from locations

### Features

* add a .delete to remove files from locations ([f93d09b](https://github.com/blacha/chunkd/commit/f93d09b9cee02bf1b97089ce756883643fdcf0e6))
* force all version numbers to be the same ([4c1b7b6](https://github.com/blacha/chunkd/commit/4c1b7b6bb92b4586826b6b4c20eef5ee848eaf7b))


### 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/core bumped from ^9.1.0 to ^10.0.0

## [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.1.0",
"version": "10.0.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": "^9.1.0"
"@chunkd/core": "^10.0.0"
},
"peerDependencies": {
"@google-cloud/storage": "*"
Expand Down
24 changes: 24 additions & 0 deletions packages/source-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chunkd/core bumped from ^9.0.0 to ^9.0.1

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


### ⚠ BREAKING CHANGES

* add a .delete to remove files from locations

### Features

* add a .delete to remove files from locations ([f93d09b](https://github.com/blacha/chunkd/commit/f93d09b9cee02bf1b97089ce756883643fdcf0e6))
* force all version numbers to be the same ([4c1b7b6](https://github.com/blacha/chunkd/commit/4c1b7b6bb92b4586826b6b4c20eef5ee848eaf7b))


### 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/core bumped from ^9.1.0 to ^10.0.0

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


Expand Down
Loading

0 comments on commit 56a55d9

Please sign in to comment.