Skip to content

Commit

Permalink
chore: release master (#1223)
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 26, 2023
1 parent 0abb67b commit 83869d7
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 13 deletions.
10 changes: 5 additions & 5 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.0.0",
"packages/fs-aws": "11.0.0",
"packages/fs": "11.0.1",
"packages/fs-aws": "11.0.1",
"packages/middleware": "11.0.0",
"packages/source": "11.0.0",
"packages/source-aws": "11.0.0",
"packages/source-aws": "11.0.1",
"packages/source-file": "11.0.0",
"packages/source-http": "11.0.0",
"packages/source-memory": "11.0.0"
"packages/source-http": "11.0.1",
"packages/source-memory": "11.0.1"
}
7 changes: 7 additions & 0 deletions packages/fs-aws/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/fs bumped from 11.0.0 to 11.0.1
* @chunkd/source-aws bumped from 11.0.0 to 11.0.1

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


Expand Down
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": "11.0.0",
"version": "11.0.1",
"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": "11.0.0",
"@chunkd/source-aws": "11.0.0"
"@chunkd/fs": "11.0.1",
"@chunkd/source-aws": "11.0.1"
},
"devDependencies": {},
"publishConfig": {
Expand Down
15 changes: 15 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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


### Bug Fixes

* **fs:** be more consistent when listing folders ([671845e](https://github.com/blacha/chunkd/commit/671845e040af451318d822d08e257c028d409081))
* **fs:** re-add fsa.toArray() ([0abb67b](https://github.com/blacha/chunkd/commit/0abb67b5a875931482a9ca2768b8c9d9299bec38))


### Dependencies

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

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


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.0.0",
"version": "11.0.1",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@chunkd/source": "^11.0.0",
"@chunkd/source-file": "^11.0.0",
"@chunkd/source-http": "^11.0.0"
"@chunkd/source-http": "^11.0.1"
},
"devDependencies": {
"@types/node": "^18.16.19"
Expand Down
7 changes: 7 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* **source-aws:** allow creation with string urls ([3326d16](https://github.com/blacha/chunkd/commit/3326d167ad3149c85d4a1891fe45410c04b7efe1))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/source-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/source-aws",
"version": "11.0.0",
"version": "11.0.1",
"type": "module",
"engines": {
"node": ">=16.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/source-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* **source-http:** remove dom only type ([c2ccb55](https://github.com/blacha/chunkd/commit/c2ccb5532213a1e8e1d75dc89a7123801a869ba8))

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


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.0",
"version": "11.0.1",
"type": "module",
"engines": {
"node": ">=18.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/source-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* **source-memory:** allow creating source with string url ([640a4a4](https://github.com/blacha/chunkd/commit/640a4a41cac4076a363fb2e4ec8b1893ad51e43c))

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


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

0 comments on commit 83869d7

Please sign in to comment.