Skip to content

Commit

Permalink
chore: release master (#788)
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 33b792c commit fa30d06
Show file tree
Hide file tree
Showing 19 changed files with 135 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.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"
"packages/core": "10.1.1",
"packages/fs": "10.0.4",
"packages/source-aws-v2": "9.4.1",
"packages/source-aws-v3": "10.1.1",
"packages/source-aws": "10.1.1",
"packages/source-file": "10.0.2",
"packages/source-google-cloud": "10.0.2",
"packages/source-http": "10.0.2",
"packages/source-memory": "10.0.2"
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* reset all changelogs so release-please will add entries in the right spot ([a4aad5a](https://github.com/blacha/chunkd/commit/a4aad5ab537805055efbf943b8df53f65d6b6ddb))

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


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

## [10.0.4](https://github.com/blacha/chunkd/compare/fs-v10.0.3...fs-v10.0.4) (2023-01-17)


### Bug Fixes

* ensure readme examples work ([33b792c](https://github.com/blacha/chunkd/commit/33b792c8e2bf00e41a2d4ee28bde1fcb199dab01))
* reset all changelogs so release-please will add entries in the right spot ([a4aad5a](https://github.com/blacha/chunkd/commit/a4aad5ab537805055efbf943b8df53f65d6b6ddb))


### Dependencies

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

## [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.3",
"version": "10.0.4",
"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.1.0",
"@chunkd/source-file": "^10.0.1",
"@chunkd/source-http": "^10.0.1"
"@chunkd/core": "^10.1.1",
"@chunkd/source-file": "^10.0.2",
"@chunkd/source-http": "^10.0.2"
},
"optionalDependencies": {
"@chunkd/source-aws": "^10.1.0",
"@chunkd/source-google-cloud": "^10.0.1"
"@chunkd/source-aws": "^10.1.1",
"@chunkd/source-google-cloud": "^10.0.2"
},
"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
@@ -1,5 +1,20 @@
# Changelog

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


### Bug Fixes

* reset all changelogs so release-please will add entries in the right spot ([a4aad5a](https://github.com/blacha/chunkd/commit/a4aad5ab537805055efbf943b8df53f65d6b6ddb))


### Dependencies

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

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


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.4.0",
"version": "9.4.1",
"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.1.0",
"@chunkd/source-aws": "^10.1.0"
"@chunkd/core": "^10.1.1",
"@chunkd/source-aws": "^10.1.1"
},
"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
@@ -1,5 +1,20 @@
# Changelog

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


### Bug Fixes

* reset all changelogs so release-please will add entries in the right spot ([a4aad5a](https://github.com/blacha/chunkd/commit/a4aad5ab537805055efbf943b8df53f65d6b6ddb))


### Dependencies

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

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


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.1.0",
"version": "10.1.1",
"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.1.0",
"@chunkd/source-aws": "^10.1.0"
"@chunkd/core": "^10.1.1",
"@chunkd/source-aws": "^10.1.1"
},
"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
@@ -1,5 +1,19 @@
# Changelog

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


### Bug Fixes

* reset all changelogs so release-please will add entries in the right spot ([a4aad5a](https://github.com/blacha/chunkd/commit/a4aad5ab537805055efbf943b8df53f65d6b6ddb))


### Dependencies

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

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


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.1.0",
"version": "10.1.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.1.0"
"@chunkd/core": "^10.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/source-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [10.0.2](https://github.com/blacha/chunkd/compare/source-file-v10.0.1...source-file-v10.0.2) (2023-01-17)


### Bug Fixes

* reset all changelogs so release-please will add entries in the right spot ([a4aad5a](https://github.com/blacha/chunkd/commit/a4aad5ab537805055efbf943b8df53f65d6b6ddb))


### Dependencies

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

## [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.1",
"version": "10.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": "^10.1.0"
"@chunkd/core": "^10.1.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 ^10.1.0 to ^10.1.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)


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.1",
"version": "10.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": "^10.1.0"
"@chunkd/core": "^10.1.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
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

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

## [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.1",
"version": "10.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": "^10.1.0",
"@chunkd/core": "^10.1.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 ^10.1.0 to ^10.1.1

## [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.1",
"version": "10.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": "^10.1.0"
"@chunkd/core": "^10.1.1"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down

0 comments on commit fa30d06

Please sign in to comment.