Skip to content

Commit

Permalink
v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Nov 15, 2021
1 parent 3452f59 commit 9dae476
Show file tree
Hide file tree
Showing 22 changed files with 127 additions and 32 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)


### Bug Fixes

* add AsyncLoader ([9e6004c](https://github.com/izatop/bunt/commit/9e6004c14150841d6940b4b78aff985dce23fd1a))
* run-tests ([3452f59](https://github.com/izatop/bunt/commit/3452f5970675991f57ad97dfc59ccf25731b72b7))





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"stream": true,
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.21.1"
"version": "0.21.2"
}
8 changes: 8 additions & 0 deletions packages/app/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.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)

**Note:** Version bump only for package @bunt/app





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)

**Note:** Version bump only for package @bunt/app
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/app",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand All @@ -26,9 +26,9 @@
"access": "public"
},
"dependencies": {
"@bunt/input": "^0.21.1",
"@bunt/unit": "^0.21.1",
"@bunt/util": "^0.21.1",
"@bunt/input": "^0.21.2",
"@bunt/unit": "^0.21.2",
"@bunt/util": "^0.21.2",
"path-to-regexp": "^6.2.0"
},
"license": "MIT"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)

**Note:** Version bump only for package @bunt/cli





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/cli",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.21.1",
"@bunt/util": "^0.21.1",
"@bunt/app": "^0.21.2",
"@bunt/util": "^0.21.2",
"path-to-regexp": "^6.2.0"
},
"license": "MIT"
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.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)

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





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)

**Note:** Version bump only for package @bunt/fs
Expand Down
6 changes: 3 additions & 3 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/fs",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/unit": "^0.21.1",
"@bunt/util": "^0.21.1",
"@bunt/unit": "^0.21.2",
"@bunt/util": "^0.21.2",
"@types/minio": "^7.0.10",
"minio": "^7.0.19"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/input/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.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)

**Note:** Version bump only for package @bunt/input





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)

**Note:** Version bump only for package @bunt/input
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/input",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@bunt/util": "^0.21.1"
"@bunt/util": "^0.21.2"
},
"license": "MIT"
}
8 changes: 8 additions & 0 deletions packages/project/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.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)

**Note:** Version bump only for package @bunt/project





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)


Expand Down
10 changes: 5 additions & 5 deletions packages/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/project",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -29,10 +29,10 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.21.1",
"@bunt/cli": "^0.21.1",
"@bunt/unit": "^0.21.1",
"@bunt/util": "^0.21.1"
"@bunt/app": "^0.21.2",
"@bunt/cli": "^0.21.2",
"@bunt/unit": "^0.21.2",
"@bunt/util": "^0.21.2"
},
"license": "MIT"
}
8 changes: 8 additions & 0 deletions packages/queue/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.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)

**Note:** Version bump only for package @bunt/queue





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/queue",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/unit": "^0.21.1",
"@bunt/util": "^0.21.1",
"@bunt/unit": "^0.21.2",
"@bunt/util": "^0.21.2",
"@types/ioredis": "^4.28.1",
"ioredis": "^4.27.11"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/unit/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.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)

**Note:** Version bump only for package @bunt/unit





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/unit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/unit",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@bunt/util": "^0.21.1"
"@bunt/util": "^0.21.2"
},
"license": "MIT"
}
11 changes: 11 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)


### Bug Fixes

* add AsyncLoader ([9e6004c](https://github.com/izatop/bunt/commit/9e6004c14150841d6940b4b78aff985dce23fd1a))





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/util",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/web/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.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)

**Note:** Version bump only for package @bunt/web





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)

**Note:** Version bump only for package @bunt/web
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/web",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.21.1",
"@bunt/util": "^0.21.1",
"@bunt/app": "^0.21.2",
"@bunt/util": "^0.21.2",
"http-status": "^1.5.0",
"path-to-regexp": "^6.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/ws/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.

## [0.21.2](https://github.com/izatop/bunt/compare/v0.21.1...v0.21.2) (2021-11-15)

**Note:** Version bump only for package @bunt/ws





## [0.21.1](https://github.com/izatop/bunt/compare/v0.21.0...v0.21.1) (2021-11-12)

**Note:** Version bump only for package @bunt/ws
Expand Down
10 changes: 5 additions & 5 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/ws",
"version": "0.21.1",
"version": "0.21.2",
"keywords": [
"typescript"
],
Expand All @@ -26,10 +26,10 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.21.1",
"@bunt/unit": "^0.21.1",
"@bunt/util": "^0.21.1",
"@bunt/web": "^0.21.1",
"@bunt/app": "^0.21.2",
"@bunt/unit": "^0.21.2",
"@bunt/util": "^0.21.2",
"@bunt/web": "^0.21.2",
"@types/ws": "^8.2.0",
"ws": "^8.2.3"
},
Expand Down

0 comments on commit 9dae476

Please sign in to comment.