Skip to content

Commit

Permalink
chore: release master (#1056)
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 May 5, 2023
1 parent c4d7803 commit 8d78def
Show file tree
Hide file tree
Showing 19 changed files with 112 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.2.0",
"packages/fs": "10.0.8",
"packages/source-aws-v2": "9.4.2",
"packages/source-aws-v3": "10.1.2",
"packages/source-aws": "10.2.0",
"packages/source-file": "10.0.5",
"packages/source-google-cloud": "10.0.3",
"packages/source-http": "10.1.1",
"packages/source-memory": "10.0.3"
"packages/core": "10.3.0",
"packages/fs": "10.0.9",
"packages/source-aws-v2": "9.4.3",
"packages/source-aws-v3": "10.1.3",
"packages/source-aws": "10.3.0",
"packages/source-file": "10.0.6",
"packages/source-google-cloud": "10.0.4",
"packages/source-http": "10.1.2",
"packages/source-memory": "10.1.0"
}
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.3.0](https://github.com/blacha/chunkd/compare/core-v10.2.0...core-v10.3.0) (2023-05-04)


### Features

* **source-aws:** support s3 metadata via head/write ([fd9a7c1](https://github.com/blacha/chunkd/commit/fd9a7c1f3b393fc50c624bf6c5f3b646991099b7))

## [10.2.0](https://github.com/blacha/chunkd/compare/core-v10.1.1...core-v10.2.0) (2023-04-27)


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.2.0",
"version": "10.3.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 @@ -29,6 +29,17 @@
* dependencies
* @chunkd/source-file bumped from ^10.0.4 to ^10.0.5

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.2.0 to ^10.3.0
* @chunkd/source-file bumped from ^10.0.5 to ^10.0.6
* @chunkd/source-http bumped from ^10.1.1 to ^10.1.2
* optionalDependencies
* @chunkd/source-aws bumped from ^10.2.0 to ^10.3.0
* @chunkd/source-google-cloud bumped from ^10.0.3 to ^10.0.4

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


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.8",
"version": "10.0.9",
"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.2.0",
"@chunkd/source-file": "^10.0.5",
"@chunkd/source-http": "^10.1.1"
"@chunkd/core": "^10.3.0",
"@chunkd/source-file": "^10.0.6",
"@chunkd/source-http": "^10.1.2"
},
"optionalDependencies": {
"@chunkd/source-aws": "^10.2.0",
"@chunkd/source-google-cloud": "^10.0.3"
"@chunkd/source-aws": "^10.3.0",
"@chunkd/source-google-cloud": "^10.0.4"
},
"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
@@ -1,5 +1,12 @@
# Changelog

### Dependencies

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

## [9.4.2](https://github.com/blacha/chunkd/compare/source-aws-v2-v9.4.1...source-aws-v2-v9.4.2) (2023-04-27)


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.2",
"version": "9.4.3",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -16,8 +16,8 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.2.0",
"@chunkd/source-aws": "^10.2.0"
"@chunkd/core": "^10.3.0",
"@chunkd/source-aws": "^10.3.0"
},
"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 @@ -7,6 +7,13 @@
* @chunkd/core bumped from ^10.1.1 to ^10.2.0
* @chunkd/source-aws bumped from ^10.1.1 to ^10.2.0

### Dependencies

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

## [10.1.1](https://github.com/blacha/chunkd/compare/source-aws-v3-v10.1.0...source-aws-v3-v10.1.1) (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.2",
"version": "10.1.3",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -16,8 +16,8 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.2.0",
"@chunkd/source-aws": "^10.2.0"
"@chunkd/core": "^10.3.0",
"@chunkd/source-aws": "^10.3.0"
},
"peerDependencies": {
"@aws-sdk/client-s3": "*",
Expand Down
16 changes: 16 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [10.3.0](https://github.com/blacha/chunkd/compare/source-aws-v10.2.0...source-aws-v10.3.0) (2023-05-04)


### Features

* **source-aws:** include more metadata when listing ([c4d7803](https://github.com/blacha/chunkd/commit/c4d7803daf8aadde7be2eb44affd1749e1b7195c))
* **source-aws:** support requster pays buckets ([380bc66](https://github.com/blacha/chunkd/commit/380bc660ee858dab6f7fbe1f391fbcf20966ba57))
* **source-aws:** support s3 metadata via head/write ([fd9a7c1](https://github.com/blacha/chunkd/commit/fd9a7c1f3b393fc50c624bf6c5f3b646991099b7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.2.0 to ^10.3.0

## [10.2.0](https://github.com/blacha/chunkd/compare/source-aws-v10.1.1...source-aws-v10.2.0) (2023-04-27)


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.2.0",
"version": "10.3.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.2.0"
"@chunkd/core": "^10.3.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 @@ -6,6 +6,12 @@
* dependencies
* @chunkd/core bumped from ^10.1.1 to ^10.2.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.2.0 to ^10.3.0

## [10.0.5](https://github.com/blacha/chunkd/compare/source-file-v10.0.4...source-file-v10.0.5) (2023-05-01)


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.5",
"version": "10.0.6",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.2.0"
"@chunkd/core": "^10.3.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 @@ -12,6 +12,12 @@
* dependencies
* @chunkd/core bumped from ^10.1.1 to ^10.2.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.2.0 to ^10.3.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.3",
"version": "10.0.4",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.2.0"
"@chunkd/core": "^10.3.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 @@ -6,6 +6,12 @@
* dependencies
* @chunkd/core bumped from ^10.1.0 to ^10.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.2.0 to ^10.3.0

## [10.1.1](https://github.com/blacha/chunkd/compare/source-http-v10.1.0...source-http-v10.1.1) (2023-04-27)


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.1.1",
"version": "10.1.2",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.2.0"
"@chunkd/core": "^10.3.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
14 changes: 14 additions & 0 deletions packages/source-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
* dependencies
* @chunkd/core bumped from ^10.1.1 to ^10.2.0

## [10.1.0](https://github.com/blacha/chunkd/compare/source-memory-v10.0.3...source-memory-v10.1.0) (2023-05-04)


### Features

* **source-memory:** support writing with metadata ([5001dcc](https://github.com/blacha/chunkd/commit/5001dcce15f2d32af833e91c2253bec65cee49ce))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.2.0 to ^10.3.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.3",
"version": "10.1.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^10.2.0"
"@chunkd/core": "^10.3.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down

0 comments on commit 8d78def

Please sign in to comment.