Skip to content

Commit

Permalink
v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Feb 7, 2022
1 parent 2d760d2 commit d8e3777
Show file tree
Hide file tree
Showing 22 changed files with 139 additions and 32 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)


### Bug Fixes

* imports ([2d760d2](https://github.com/izatop/bunt/commit/2d760d216322663931bdc9853508458f5b0f1fad))


### Features

* drop deprecated, add new type ([4917680](https://github.com/izatop/bunt/commit/4917680a9b8f517e84c7dd82e6d1190a6b7d2705))





## [0.21.15](https://github.com/izatop/bunt/compare/v0.21.14...v0.21.15) (2022-02-05)


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.15"
"version": "0.22.0"
}
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.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)

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





## [0.21.13](https://github.com/izatop/bunt/compare/v0.21.12...v0.21.13) (2021-12-13)

**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.13",
"version": "0.22.0",
"keywords": [
"typescript"
],
Expand All @@ -26,9 +26,9 @@
"access": "public"
},
"dependencies": {
"@bunt/input": "^0.21.13",
"@bunt/unit": "^0.21.11",
"@bunt/util": "^0.21.10",
"@bunt/input": "^0.22.0",
"@bunt/unit": "^0.22.0",
"@bunt/util": "^0.22.0",
"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.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)

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





## [0.21.13](https://github.com/izatop/bunt/compare/v0.21.12...v0.21.13) (2021-12-13)

**Note:** Version bump only for package @bunt/cli
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.13",
"version": "0.22.0",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.21.13",
"@bunt/util": "^0.21.10",
"@bunt/app": "^0.22.0",
"@bunt/util": "^0.22.0",
"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.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)

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





## [0.21.15](https://github.com/izatop/bunt/compare/v0.21.14...v0.21.15) (2022-02-05)


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.15",
"version": "0.22.0",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/unit": "^0.21.11",
"@bunt/util": "^0.21.10",
"@bunt/unit": "^0.22.0",
"@bunt/util": "^0.22.0",
"@types/minio": "^7.0.12",
"minio": "^7.0.26"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)


### Bug Fixes

* imports ([2d760d2](https://github.com/izatop/bunt/commit/2d760d216322663931bdc9853508458f5b0f1fad))


### Features

* drop deprecated, add new type ([4917680](https://github.com/izatop/bunt/commit/4917680a9b8f517e84c7dd82e6d1190a6b7d2705))





## [0.21.13](https://github.com/izatop/bunt/compare/v0.21.12...v0.21.13) (2021-12-13)


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.13",
"version": "0.22.0",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@bunt/util": "^0.21.10"
"@bunt/util": "^0.22.0"
},
"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.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)

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





## [0.21.13](https://github.com/izatop/bunt/compare/v0.21.12...v0.21.13) (2021-12-13)

**Note:** Version bump only for package @bunt/project
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.13",
"version": "0.22.0",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -29,10 +29,10 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.21.13",
"@bunt/cli": "^0.21.13",
"@bunt/unit": "^0.21.11",
"@bunt/util": "^0.21.10"
"@bunt/app": "^0.22.0",
"@bunt/cli": "^0.22.0",
"@bunt/unit": "^0.22.0",
"@bunt/util": "^0.22.0"
},
"license": "MIT"
}
11 changes: 11 additions & 0 deletions packages/queue/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.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)


### Features

* drop deprecated, add new type ([4917680](https://github.com/izatop/bunt/commit/4917680a9b8f517e84c7dd82e6d1190a6b7d2705))





## [0.21.15](https://github.com/izatop/bunt/compare/v0.21.14...v0.21.15) (2022-02-05)


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.15",
"version": "0.22.0",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/unit": "^0.21.11",
"@bunt/util": "^0.21.10",
"@bunt/unit": "^0.22.0",
"@bunt/util": "^0.22.0",
"@types/ioredis": "^4.28.8",
"ioredis": "^4.28.5"
},
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.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)

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





## [0.21.11](https://github.com/izatop/bunt/compare/v0.21.10...v0.21.11) (2021-12-07)


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.11",
"version": "0.22.0",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@bunt/util": "^0.21.10"
"@bunt/util": "^0.22.0"
},
"license": "MIT"
}
8 changes: 8 additions & 0 deletions packages/util/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.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)

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





## [0.21.10](https://github.com/izatop/bunt/compare/v0.21.9...v0.21.10) (2021-11-22)


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.10",
"version": "0.22.0",
"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.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)

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





## [0.21.13](https://github.com/izatop/bunt/compare/v0.21.12...v0.21.13) (2021-12-13)

**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.13",
"version": "0.22.0",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.21.13",
"@bunt/util": "^0.21.10",
"@bunt/app": "^0.22.0",
"@bunt/util": "^0.22.0",
"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.22.0](https://github.com/izatop/bunt/compare/v0.21.15...v0.22.0) (2022-02-07)

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





## [0.21.15](https://github.com/izatop/bunt/compare/v0.21.14...v0.21.15) (2022-02-05)


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.15",
"version": "0.22.0",
"keywords": [
"typescript"
],
Expand All @@ -26,10 +26,10 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.21.13",
"@bunt/unit": "^0.21.11",
"@bunt/util": "^0.21.10",
"@bunt/web": "^0.21.13",
"@bunt/app": "^0.22.0",
"@bunt/unit": "^0.22.0",
"@bunt/util": "^0.22.0",
"@bunt/web": "^0.22.0",
"@types/ws": "^8.2.2",
"ws": "^8.4.2"
},
Expand Down

0 comments on commit d8e3777

Please sign in to comment.