Skip to content

Commit

Permalink
chore: release master (#1344)
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 Nov 8, 2023
1 parent a13e380 commit a5d7bdd
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 8 deletions.
6 changes: 3 additions & 3 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": "11.1.0",
"packages/fs-aws": "11.2.0",
"packages/fs": "11.2.0",
"packages/fs-aws": "11.2.1",
"packages/middleware": "11.0.1",
"packages/source": "11.1.0",
"packages/source-aws": "11.0.2",
"packages/source-file": "11.0.1",
"packages/source-http": "11.0.2",
"packages/source-http": "11.1.0",
"packages/source-memory": "11.0.2"
}
6 changes: 6 additions & 0 deletions packages/fs-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
* dependencies
* @chunkd/fs bumped from 11.0.1 to 11.0.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/fs bumped from 11.1.0 to 11.2.0

## [11.2.0](https://github.com/blacha/chunkd/compare/fs-aws-v11.1.0...fs-aws-v11.2.0) (2023-09-07)


Expand Down
4 changes: 2 additions & 2 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": "11.2.0",
"version": "11.2.1",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -21,7 +21,7 @@
"@aws-sdk/client-s3": "*",
"@aws-sdk/credential-providers": "*",
"@aws-sdk/lib-storage": "*",
"@chunkd/fs": "11.1.0",
"@chunkd/fs": "11.2.0",
"@chunkd/source-aws": "11.0.2"
},
"devDependencies": {},
Expand Down
14 changes: 14 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [11.2.0](https://github.com/blacha/chunkd/compare/fs-v11.1.0...fs-v11.2.0) (2023-11-08)


### Features

* **fsa:** decompress "json.gz" files automatically with readJson ([#1345](https://github.com/blacha/chunkd/issues/1345)) ([a13e380](https://github.com/blacha/chunkd/commit/a13e380caaecfe48de5341c7570938c43ec2027a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chunkd/source-http bumped from ^11.0.2 to ^11.1.0

## [11.1.0](https://github.com/blacha/chunkd/compare/fs-v11.0.2...fs-v11.1.0) (2023-08-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/fs",
"version": "11.1.0",
"version": "11.2.0",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -21,7 +21,7 @@
"@chunkd/source": "^11.1.0",
"@chunkd/source-memory": "^11.0.2",
"@chunkd/source-file": "^11.0.1",
"@chunkd/source-http": "^11.0.2"
"@chunkd/source-http": "^11.1.0"
},
"devDependencies": {
"@types/node": "^18.16.19"
Expand Down
7 changes: 7 additions & 0 deletions packages/source-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
* dependencies
* @chunkd/source bumped from ^11.0.0 to ^11.1.0

## [11.1.0](https://github.com/blacha/chunkd/compare/source-http-v11.0.2...source-http-v11.1.0) (2023-11-08)


### Features

* **source-http:** add header support ([#1342](https://github.com/blacha/chunkd/issues/1342)) ([f768e82](https://github.com/blacha/chunkd/commit/f768e82e544253fa6353cd4c4d59481efcfb878f))

## [11.0.1](https://github.com/blacha/chunkd/compare/source-http-v11.0.0...source-http-v11.0.1) (2023-07-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/source-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-http",
"version": "11.0.2",
"version": "11.1.0",
"type": "module",
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit a5d7bdd

Please sign in to comment.