Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 12, 2021
1 parent dd52929 commit a737152
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/blacha/chunkd/compare/v8.0.0...v8.0.1) (2021-11-12)

**Note:** Version bump only for package @chunkd/base





# [8.0.0](https://github.com/blacha/chunkd/compare/v7.3.1...v8.0.0) (2021-11-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useYarn": true,
"packages": ["packages/*"],
"version": "8.0.0"
"version": "8.0.1"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/blacha/chunkd/compare/v8.0.0...v8.0.1) (2021-11-12)

**Note:** Version bump only for package @chunkd/core





# [8.0.0](https://github.com/blacha/chunkd/compare/v7.3.1...v8.0.0) (2021-11-12)


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": "8.0.0",
"version": "8.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/blacha/chunkd/compare/v8.0.0...v8.0.1) (2021-11-12)

**Note:** Version bump only for package @chunkd/fs





# [8.0.0](https://github.com/blacha/chunkd/compare/v7.3.1...v8.0.0) (2021-11-12)


Expand Down
10 changes: 5 additions & 5 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chunkd/fs",
"version": "8.0.0",
"version": "8.0.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand All @@ -17,10 +17,10 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@chunkd/core": "^8.0.0",
"@chunkd/source-aws": "^8.0.0",
"@chunkd/source-file": "^8.0.0",
"@chunkd/source-http": "^8.0.0"
"@chunkd/core": "^8.0.1",
"@chunkd/source-aws": "^8.0.1",
"@chunkd/source-file": "^8.0.1",
"@chunkd/source-http": "^8.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/source-aws-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/blacha/chunkd/compare/v8.0.0...v8.0.1) (2021-11-12)

**Note:** Version bump only for package @chunkd/source-aws-v2





# [8.0.0](https://github.com/blacha/chunkd/compare/v7.3.1...v8.0.0) (2021-11-12)


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": "8.0.0",
"version": "8.0.1",
"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": "^8.0.0",
"@chunkd/source-aws": "^8.0.0"
"@chunkd/core": "^8.0.1",
"@chunkd/source-aws": "^8.0.1"
},
"peerDependencies": {
"aws-sdk": "*"
Expand Down
8 changes: 8 additions & 0 deletions packages/source-aws-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/blacha/chunkd/compare/v8.0.0...v8.0.1) (2021-11-12)

**Note:** Version bump only for package @chunkd/source-aws-v3





# [8.0.0](https://github.com/blacha/chunkd/compare/v7.3.1...v8.0.0) (2021-11-12)


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": "8.0.0",
"version": "8.0.1",
"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": "^8.0.0",
"@chunkd/source-aws": "^8.0.0"
"@chunkd/core": "^8.0.1",
"@chunkd/source-aws": "^8.0.1"
},
"peerDependencies": {
"@aws-sdk/client-s3": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/source-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/blacha/chunkd/compare/v8.0.0...v8.0.1) (2021-11-12)

**Note:** Version bump only for package @chunkd/source-aws





# [8.0.0](https://github.com/blacha/chunkd/compare/v7.3.1...v8.0.0) (2021-11-12)


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": "8.0.0",
"version": "8.0.1",
"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": "^8.0.0"
"@chunkd/core": "^8.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/source-file/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/blacha/chunkd/compare/v8.0.0...v8.0.1) (2021-11-12)

**Note:** Version bump only for package @chunkd/source-file





# [8.0.0](https://github.com/blacha/chunkd/compare/v7.3.1...v8.0.0) (2021-11-12)


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": "8.0.0",
"version": "8.0.1",
"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": "^8.0.0"
"@chunkd/core": "^8.0.1"
},
"devDependencies": {
"@types/node": "^14.0.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/source-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/blacha/chunkd/compare/v8.0.0...v8.0.1) (2021-11-12)

**Note:** Version bump only for package @chunkd/source-http





# [8.0.0](https://github.com/blacha/chunkd/compare/v7.3.1...v8.0.0) (2021-11-12)


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": "8.0.0",
"version": "8.0.1",
"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": "^8.0.0",
"@chunkd/core": "^8.0.1",
"node-fetch": "^2.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit a737152

Please sign in to comment.