Skip to content

Commit

Permalink
v0.24.34
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Sep 7, 2022
1 parent bb485d4 commit d2c2304
Show file tree
Hide file tree
Showing 22 changed files with 131 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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)


### Bug Fixes

* web server error response ([bb485d4](https://github.com/izatop/bunt/commit/bb485d4a0d5470c88cd1d05216bbb2c0cb974230))
* web server error response ([94fd67a](https://github.com/izatop/bunt/commit/94fd67a4f7cf3a01eb9ba0f8af7992245f9cc57b))





## [0.24.33](https://github.com/izatop/bunt/compare/v0.24.32...v0.24.33) (2022-09-06)


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.24.33"
"version": "0.24.34"
}
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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)

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





## [0.24.31](https://github.com/izatop/bunt/compare/v0.24.30...v0.24.31) (2022-09-06)


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.24.31",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand All @@ -26,9 +26,9 @@
"access": "public"
},
"dependencies": {
"@bunt/input": "^0.24.31",
"@bunt/unit": "^0.24.31",
"@bunt/util": "^0.24.31",
"@bunt/input": "^0.24.34",
"@bunt/unit": "^0.24.34",
"@bunt/util": "^0.24.34",
"path-to-regexp": "^6.2.1"
},
"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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)

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





## [0.24.31](https://github.com/izatop/bunt/compare/v0.24.30...v0.24.31) (2022-09-06)

**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.24.31",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.24.31",
"@bunt/util": "^0.24.31",
"@bunt/app": "^0.24.34",
"@bunt/util": "^0.24.34",
"path-to-regexp": "^6.2.1"
},
"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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)

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





## [0.24.31](https://github.com/izatop/bunt/compare/v0.24.30...v0.24.31) (2022-09-06)

**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.24.31",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/unit": "^0.24.31",
"@bunt/util": "^0.24.31",
"@bunt/unit": "^0.24.34",
"@bunt/util": "^0.24.34",
"@types/minio": "^7.0.13",
"minio": "^7.0.32"
},
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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)

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





## [0.24.31](https://github.com/izatop/bunt/compare/v0.24.30...v0.24.31) (2022-09-06)

**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.24.31",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@bunt/util": "^0.24.31"
"@bunt/util": "^0.24.34"
},
"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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)

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





## [0.24.31](https://github.com/izatop/bunt/compare/v0.24.30...v0.24.31) (2022-09-06)

**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.24.31",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -29,10 +29,10 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.24.31",
"@bunt/cli": "^0.24.31",
"@bunt/unit": "^0.24.31",
"@bunt/util": "^0.24.31"
"@bunt/app": "^0.24.34",
"@bunt/cli": "^0.24.34",
"@bunt/unit": "^0.24.34",
"@bunt/util": "^0.24.34"
},
"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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)

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





## [0.24.31](https://github.com/izatop/bunt/compare/v0.24.30...v0.24.31) (2022-09-06)


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.24.31",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/unit": "^0.24.31",
"@bunt/util": "^0.24.31",
"@bunt/unit": "^0.24.34",
"@bunt/util": "^0.24.34",
"@types/ioredis": "^4.28.10",
"ioredis": "^5.2.3"
},
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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)

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





## [0.24.31](https://github.com/izatop/bunt/compare/v0.24.30...v0.24.31) (2022-09-06)


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.24.31",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@bunt/util": "^0.24.31"
"@bunt/util": "^0.24.34"
},
"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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)


### Bug Fixes

* web server error response ([94fd67a](https://github.com/izatop/bunt/commit/94fd67a4f7cf3a01eb9ba0f8af7992245f9cc57b))





## [0.24.31](https://github.com/izatop/bunt/compare/v0.24.30...v0.24.31) (2022-09-06)


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.24.31",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand Down
12 changes: 12 additions & 0 deletions packages/web/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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)


### Bug Fixes

* web server error response ([bb485d4](https://github.com/izatop/bunt/commit/bb485d4a0d5470c88cd1d05216bbb2c0cb974230))
* web server error response ([94fd67a](https://github.com/izatop/bunt/commit/94fd67a4f7cf3a01eb9ba0f8af7992245f9cc57b))





## [0.24.33](https://github.com/izatop/bunt/compare/v0.24.32...v0.24.33) (2022-09-06)


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.24.33",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.24.31",
"@bunt/util": "^0.24.31",
"@bunt/app": "^0.24.34",
"@bunt/util": "^0.24.34",
"http-status": "^1.5.2",
"path-to-regexp": "^6.2.1"
},
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.24.34](https://github.com/izatop/bunt/compare/v0.24.33...v0.24.34) (2022-09-07)

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





## [0.24.33](https://github.com/izatop/bunt/compare/v0.24.32...v0.24.33) (2022-09-06)

**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.24.33",
"version": "0.24.34",
"keywords": [
"typescript"
],
Expand All @@ -26,10 +26,10 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.24.31",
"@bunt/unit": "^0.24.31",
"@bunt/util": "^0.24.31",
"@bunt/web": "^0.24.33",
"@bunt/app": "^0.24.34",
"@bunt/unit": "^0.24.34",
"@bunt/util": "^0.24.34",
"@bunt/web": "^0.24.34",
"@types/ws": "^8.5.2",
"ws": "^8.8.1"
},
Expand Down

0 comments on commit d2c2304

Please sign in to comment.