Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 27, 2023
1 parent 52529a3 commit aa423f8
Show file tree
Hide file tree
Showing 19 changed files with 133 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.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"
"packages/core": "10.2.0",
"packages/fs": "10.0.5",
"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.3",
"packages/source-google-cloud": "10.0.3",
"packages/source-http": "10.1.0",
"packages/source-memory": "10.0.3"
}
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* **core:** allow more properties to be overriden by defaults ([35d76ba](https://github.com/blacha/chunkd/commit/35d76baa6ebe2e6ad8e7ed05c36ef1d2bc8670d7))
* **source-aws:** detect if the file ETag has changed between requests and error with 409 conflict. ([b6be429](https://github.com/blacha/chunkd/commit/b6be4295bf6458a3156837aa9a50be99a888b3d0))
* **source-http:** support etag matching if etags are returned ([f08bb9c](https://github.com/blacha/chunkd/commit/f08bb9c2ae894026155074161161182f78efa30b))


### Bug Fixes

* **core:** add missing ".js" extension ([eb40285](https://github.com/blacha/chunkd/commit/eb4028541eee303290b7064da75e9a4776e6dd36))

## [10.1.1](https://github.com/blacha/chunkd/compare/core-v10.1.0...core-v10.1.1) (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.1",
"version": "10.2.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
@@ -1,5 +1,16 @@
# Changelog

### Dependencies

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

## [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.4",
"version": "10.0.5",
"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.1",
"@chunkd/source-file": "^10.0.2",
"@chunkd/source-http": "^10.0.2"
"@chunkd/core": "^10.2.0",
"@chunkd/source-file": "^10.0.3",
"@chunkd/source-http": "^10.1.0"
},
"optionalDependencies": {
"@chunkd/source-aws": "^10.1.1",
"@chunkd/source-google-cloud": "^10.0.2"
"@chunkd/source-aws": "^10.2.0",
"@chunkd/source-google-cloud": "^10.0.3"
},
"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.2](https://github.com/blacha/chunkd/compare/source-aws-v2-v9.4.1...source-aws-v2-v9.4.2) (2023-04-27)


### Bug Fixes

* **source-aws-v2:** add missing ".js" to import ([99e70e9](https://github.com/blacha/chunkd/commit/99e70e97b6118cf1df9483aa51f3711e54abfaf0))


### Dependencies

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

## [9.4.1](https://github.com/blacha/chunkd/compare/source-aws-v2-v9.4.0...source-aws-v2-v9.4.1) (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.1",
"version": "9.4.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": "^10.1.1",
"@chunkd/source-aws": "^10.1.1"
"@chunkd/core": "^10.2.0",
"@chunkd/source-aws": "^10.2.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
@@ -1,5 +1,12 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.1.1 to ^10.2.0
* @chunkd/source-aws bumped from ^10.1.1 to ^10.2.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.1",
"version": "10.1.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": "^10.1.1",
"@chunkd/source-aws": "^10.1.1"
"@chunkd/core": "^10.2.0",
"@chunkd/source-aws": "^10.2.0"
},
"peerDependencies": {
"@aws-sdk/client-s3": "*",
Expand Down
21 changes: 21 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### Features

* **source-aws:** detect if the file ETag has changed between requests and error with 409 conflict. ([b6be429](https://github.com/blacha/chunkd/commit/b6be4295bf6458a3156837aa9a50be99a888b3d0))
* **source-aws:** support per file system max list count ([2f2ff57](https://github.com/blacha/chunkd/commit/2f2ff576fd44c1332ac8afcbe9186c1c8db76578))
* **source-http:** support etag matching if etags are returned ([f08bb9c](https://github.com/blacha/chunkd/commit/f08bb9c2ae894026155074161161182f78efa30b))


### Bug Fixes

* **source-aws:** disable MaxListCount by default ([8479d0b](https://github.com/blacha/chunkd/commit/8479d0b07ab5f24ad5ae83aff9a2ada09e072e90))


### Dependencies

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

## [10.1.1](https://github.com/blacha/chunkd/compare/source-aws-v10.1.0...source-aws-v10.1.1) (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.1",
"version": "10.2.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.1.1"
"@chunkd/core": "^10.2.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
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

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

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


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.2",
"version": "10.0.3",
"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.1"
"@chunkd/core": "^10.2.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 ^10.1.0 to ^10.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.1.1 to ^10.2.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.2",
"version": "10.0.3",
"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.1"
"@chunkd/core": "^10.2.0"
},
"peerDependencies": {
"@google-cloud/storage": "*"
Expand Down
15 changes: 15 additions & 0 deletions packages/source-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@
* dependencies
* @chunkd/core bumped from ^10.1.0 to ^10.1.1

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


### Features

* **source-http:** support etag matching if etags are returned ([f08bb9c](https://github.com/blacha/chunkd/commit/f08bb9c2ae894026155074161161182f78efa30b))
* **source-http:** use built in fetch with node>18 ([52529a3](https://github.com/blacha/chunkd/commit/52529a35fe72612915fac9c06893a871ffc4e392))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.1.1 to ^10.2.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.2",
"version": "10.1.0",
"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.1"
"@chunkd/core": "^10.2.0"
},
"devDependencies": {},
"publishConfig": {
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 ^10.1.0 to ^10.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/core bumped from ^10.1.1 to ^10.2.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.2",
"version": "10.0.3",
"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.1"
"@chunkd/core": "^10.2.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down

0 comments on commit aa423f8

Please sign in to comment.