Skip to content

Commit

Permalink
v0.15.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed May 11, 2021
1 parent 45fc8d6 commit c42ce1d
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 12 deletions.
11 changes: 11 additions & 0 deletions 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.15.24](https://github.com/izatop/bunt/compare/v0.15.23...v0.15.24) (2021-05-11)


### Bug Fixes

* RequestMessage.toString ([45fc8d6](https://github.com/izatop/bunt/commit/45fc8d686f1b949f2bbb691d4c057edee771a119))





## [0.15.23](https://github.com/izatop/bunt/compare/v0.15.22...v0.15.23) (2021-05-11)


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.15.23"
"version": "0.15.24"
}
11 changes: 11 additions & 0 deletions packages/app/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.15.24](https://github.com/izatop/bunt/compare/v0.15.23...v0.15.24) (2021-05-11)


### Bug Fixes

* RequestMessage.toString ([45fc8d6](https://github.com/izatop/bunt/commit/45fc8d686f1b949f2bbb691d4c057edee771a119))





## [0.15.23](https://github.com/izatop/bunt/compare/v0.15.22...v0.15.23) (2021-05-11)

**Note:** Version bump only for package @bunt/app
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/app",
"version": "0.15.23",
"version": "0.15.24",
"keywords": [
"typescript"
],
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.15.24](https://github.com/izatop/bunt/compare/v0.15.23...v0.15.24) (2021-05-11)

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





## [0.15.23](https://github.com/izatop/bunt/compare/v0.15.22...v0.15.23) (2021-05-11)

**Note:** Version bump only for package @bunt/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/cli",
"version": "0.15.23",
"version": "0.15.24",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.15.23",
"@bunt/app": "^0.15.24",
"@bunt/util": "^0.15.11",
"path-to-regexp": "^6.2.0"
},
Expand Down
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.15.24](https://github.com/izatop/bunt/compare/v0.15.23...v0.15.24) (2021-05-11)

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





## [0.15.23](https://github.com/izatop/bunt/compare/v0.15.22...v0.15.23) (2021-05-11)

**Note:** Version bump only for package @bunt/project
Expand Down
6 changes: 3 additions & 3 deletions packages/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/project",
"version": "0.15.23",
"version": "0.15.24",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -29,8 +29,8 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.15.23",
"@bunt/cli": "^0.15.23",
"@bunt/app": "^0.15.24",
"@bunt/cli": "^0.15.24",
"@bunt/unit": "^0.15.11",
"@bunt/util": "^0.15.11"
},
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.15.24](https://github.com/izatop/bunt/compare/v0.15.23...v0.15.24) (2021-05-11)

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





## [0.15.23](https://github.com/izatop/bunt/compare/v0.15.22...v0.15.23) (2021-05-11)

**Note:** Version bump only for package @bunt/web
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/web",
"version": "0.15.23",
"version": "0.15.24",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.15.23",
"@bunt/app": "^0.15.24",
"@bunt/util": "^0.15.11",
"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.15.24](https://github.com/izatop/bunt/compare/v0.15.23...v0.15.24) (2021-05-11)

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





## [0.15.23](https://github.com/izatop/bunt/compare/v0.15.22...v0.15.23) (2021-05-11)

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

0 comments on commit c42ce1d

Please sign in to comment.