Skip to content

Commit

Permalink
chore: release master (#1219)
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 Jul 20, 2023
1 parent 3cc9c01 commit b8136f0
Show file tree
Hide file tree
Showing 17 changed files with 174 additions and 26 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/core": "10.3.0",
"packages/fs": "10.0.9",
"packages/fs-aws": "10.0.9",
"packages/middleware": "10.0.0",
"packages/source": "10.0.0",
"packages/source-aws": "10.3.0",
"packages/source-file": "10.0.6",
"packages/source-http": "10.1.2",
"packages/source-memory": "10.1.0"
"packages/fs": "11.0.0",
"packages/fs-aws": "11.0.0",
"packages/middleware": "11.0.0",
"packages/source": "11.0.0",
"packages/source-aws": "11.0.0",
"packages/source-file": "11.0.0",
"packages/source-http": "11.0.0",
"packages/source-memory": "11.0.0"
}
20 changes: 20 additions & 0 deletions packages/fs-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [11.0.0](https://github.com/blacha/chunkd/compare/fs-aws-v10.0.9...fs-aws-v11.0.0) (2023-07-20)


### ⚠ BREAKING CHANGES

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041))

### Features

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041)) ([3cc9c01](https://github.com/blacha/chunkd/commit/3cc9c0193ebb6b8c704e977f7552544c840e65dd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/fs bumped from * to 11.0.0
* @chunkd/source-aws bumped from * to 11.0.0
6 changes: 3 additions & 3 deletions packages/fs-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/fs-aws",
"version": "10.0.3",
"version": "11.0.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -21,8 +21,8 @@
"@aws-sdk/client-s3": "*",
"@aws-sdk/credential-providers": "*",
"@aws-sdk/lib-storage": "*",
"@chunkd/fs": "*",
"@chunkd/source-aws": "*"
"@chunkd/fs": "11.0.0",
"@chunkd/source-aws": "11.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
21 changes: 21 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## [11.0.0](https://github.com/blacha/chunkd/compare/fs-v10.0.9...fs-v11.0.0) (2023-07-20)


### ⚠ BREAKING CHANGES

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041))

### Features

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041)) ([3cc9c01](https://github.com/blacha/chunkd/commit/3cc9c0193ebb6b8c704e977f7552544c840e65dd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^10.0.0 to ^11.0.0
* @chunkd/source-file bumped from ^10.0.6 to ^11.0.0
* @chunkd/source-http bumped from ^10.1.2 to ^11.0.0
8 changes: 4 additions & 4 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.9",
"version": "11.0.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -16,9 +16,9 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/source": "^10.0.0",
"@chunkd/source-file": "^10.0.6",
"@chunkd/source-http": "^10.1.2"
"@chunkd/source": "^11.0.0",
"@chunkd/source-file": "^11.0.0",
"@chunkd/source-http": "^11.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down
19 changes: 19 additions & 0 deletions packages/middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [11.0.0](https://github.com/blacha/chunkd/compare/middleware-v10.0.0...middleware-v11.0.0) (2023-07-20)


### ⚠ BREAKING CHANGES

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041))

### Features

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041)) ([3cc9c01](https://github.com/blacha/chunkd/commit/3cc9c0193ebb6b8c704e977f7552544c840e65dd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^10.0.0 to ^11.0.0
4 changes: 2 additions & 2 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/middleware",
"version": "10.0.0",
"version": "11.0.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -18,7 +18,7 @@
"test": "node --test"
},
"dependencies": {
"@chunkd/source": "^10.0.0"
"@chunkd/source": "^11.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down
19 changes: 19 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [11.0.0](https://github.com/blacha/chunkd/compare/source-aws-v10.3.0...source-aws-v11.0.0) (2023-07-20)


### ⚠ BREAKING CHANGES

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041))

### Features

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041)) ([3cc9c01](https://github.com/blacha/chunkd/commit/3cc9c0193ebb6b8c704e977f7552544c840e65dd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^10.0.0 to ^11.0.0
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.3.0",
"version": "11.0.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "*",
"@chunkd/source": "^10.0.0"
"@chunkd/source": "^11.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
19 changes: 19 additions & 0 deletions packages/source-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [11.0.0](https://github.com/blacha/chunkd/compare/source-file-v10.0.6...source-file-v11.0.0) (2023-07-20)


### ⚠ BREAKING CHANGES

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041))

### Features

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041)) ([3cc9c01](https://github.com/blacha/chunkd/commit/3cc9c0193ebb6b8c704e977f7552544c840e65dd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^10.0.0 to ^11.0.0
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.6",
"version": "11.0.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -18,7 +18,7 @@
"test": "node --test"
},
"dependencies": {
"@chunkd/source": "^10.0.0"
"@chunkd/source": "^11.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down
19 changes: 19 additions & 0 deletions packages/source-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [11.0.0](https://github.com/blacha/chunkd/compare/source-http-v10.1.2...source-http-v11.0.0) (2023-07-20)


### ⚠ BREAKING CHANGES

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041))

### Features

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041)) ([3cc9c01](https://github.com/blacha/chunkd/commit/3cc9c0193ebb6b8c704e977f7552544c840e65dd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^10.0.0 to ^11.0.0
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.2",
"version": "11.0.0",
"type": "module",
"engines": {
"node": ">=18.0.0"
Expand All @@ -18,7 +18,7 @@
"test": "node --test"
},
"dependencies": {
"@chunkd/source": "^10.0.0"
"@chunkd/source": "^11.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down
19 changes: 19 additions & 0 deletions packages/source-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [11.0.0](https://github.com/blacha/chunkd/compare/source-memory-v10.1.0...source-memory-v11.0.0) (2023-07-20)


### ⚠ BREAKING CHANGES

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041))

### Features

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041)) ([3cc9c01](https://github.com/blacha/chunkd/commit/3cc9c0193ebb6b8c704e977f7552544c840e65dd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source bumped from ^10.0.0 to ^11.0.0
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.1.0",
"version": "11.0.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -18,7 +18,7 @@
"test": "node --test"
},
"dependencies": {
"@chunkd/source": "^10.0.0"
"@chunkd/source": "^11.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [11.0.0](https://github.com/blacha/chunkd/compare/source-v10.0.0...source-v11.0.0) (2023-07-20)


### ⚠ BREAKING CHANGES

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041))

### Features

* simplify source into fetching bytes and metadata ([#1041](https://github.com/blacha/chunkd/issues/1041)) ([3cc9c01](https://github.com/blacha/chunkd/commit/3cc9c0193ebb6b8c704e977f7552544c840e65dd))
2 changes: 1 addition & 1 deletion packages/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source",
"version": "10.0.0",
"version": "11.0.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit b8136f0

Please sign in to comment.