Skip to content

Commit

Permalink
v0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 28, 2023
1 parent ddeae28 commit 683d27d
Show file tree
Hide file tree
Showing 18 changed files with 99 additions and 18 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.28.2](https://github.com/izatop/bunt/compare/v0.28.1...v0.28.2) (2023-06-28)


### Bug Fixes

* imports ([ddeae28](https://github.com/izatop/bunt/commit/ddeae28d24568a587b35f82be4c4b79e79d0b0ad))





## [0.28.1](https://github.com/izatop/bunt/compare/v0.28.0...v0.28.1) (2023-06-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
]
}
},
"version": "0.28.1"
"version": "0.28.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.28.2](https://github.com/izatop/bunt/compare/v0.28.1...v0.28.2) (2023-06-28)

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





## [0.28.1](https://github.com/izatop/bunt/compare/v0.28.0...v0.28.1) (2023-06-28)

**Note:** Version bump only for package @bunt/app
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/app",
"version": "0.28.1",
"version": "0.28.2",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -37,7 +37,7 @@
"@bunt/async": "^0.28.1",
"@bunt/input": "^0.28.1",
"@bunt/is": "^0.28.1",
"@bunt/unit": "^0.28.1",
"@bunt/unit": "^0.28.2",
"@bunt/util": "^0.28.1",
"@types/busboy": "^1.5.0",
"busboy": "^1.6.0",
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.28.2](https://github.com/izatop/bunt/compare/v0.28.1...v0.28.2) (2023-06-28)

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





## [0.28.1](https://github.com/izatop/bunt/compare/v0.28.0...v0.28.1) (2023-06-28)

**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.28.1",
"version": "0.28.2",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.28.1",
"@bunt/app": "^0.28.2",
"@bunt/assert": "^0.28.1",
"@bunt/util": "^0.28.1",
"path-to-regexp": "^6.2.1"
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.28.2](https://github.com/izatop/bunt/compare/v0.28.1...v0.28.2) (2023-06-28)

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





## [0.28.1](https://github.com/izatop/bunt/compare/v0.28.0...v0.28.1) (2023-06-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/fs",
"version": "0.28.1",
"version": "0.28.2",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@bunt/assert": "^0.28.1",
"@bunt/is": "^0.28.1",
"@bunt/unit": "^0.28.1",
"@bunt/unit": "^0.28.2",
"@types/minio": "^7.1.1",
"@types/node-fetch": "^2.6.4",
"minio": "^7.1.1",
Expand Down
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.28.2](https://github.com/izatop/bunt/compare/v0.28.1...v0.28.2) (2023-06-28)


### Bug Fixes

* imports ([ddeae28](https://github.com/izatop/bunt/commit/ddeae28d24568a587b35f82be4c4b79e79d0b0ad))





## [0.28.1](https://github.com/izatop/bunt/compare/v0.28.0...v0.28.1) (2023-06-28)

**Note:** Version bump only for package @bunt/queue
Expand Down
4 changes: 2 additions & 2 deletions packages/queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/queue",
"version": "0.28.1",
"version": "0.28.2",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@bunt/async": "^0.28.1",
"@bunt/unit": "^0.28.1",
"@bunt/unit": "^0.28.2",
"@bunt/util": "^0.28.1",
"ioredis": "^5.3.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/task/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.28.2](https://github.com/izatop/bunt/compare/v0.28.1...v0.28.2) (2023-06-28)

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





## [0.28.1](https://github.com/izatop/bunt/compare/v0.28.0...v0.28.1) (2023-06-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/task",
"version": "0.28.1",
"version": "0.28.2",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -38,6 +38,6 @@
"@bunt/async": "^0.28.1",
"@bunt/is": "^0.28.1",
"@bunt/type": "^0.28.1",
"@bunt/unit": "^0.28.1"
"@bunt/unit": "^0.28.2"
}
}
11 changes: 11 additions & 0 deletions packages/unit/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.28.2](https://github.com/izatop/bunt/compare/v0.28.1...v0.28.2) (2023-06-28)


### Bug Fixes

* imports ([ddeae28](https://github.com/izatop/bunt/commit/ddeae28d24568a587b35f82be4c4b79e79d0b0ad))





## [0.28.1](https://github.com/izatop/bunt/compare/v0.28.0...v0.28.1) (2023-06-28)

**Note:** Version bump only for package @bunt/unit
Expand Down
2 changes: 1 addition & 1 deletion packages/unit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/unit",
"version": "0.28.1",
"version": "0.28.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.28.2](https://github.com/izatop/bunt/compare/v0.28.1...v0.28.2) (2023-06-28)

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





## [0.28.1](https://github.com/izatop/bunt/compare/v0.28.0...v0.28.1) (2023-06-28)

**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.28.1",
"version": "0.28.2",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.28.1",
"@bunt/app": "^0.28.2",
"@bunt/util": "^0.28.1",
"http-status": "^1.6.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.28.2](https://github.com/izatop/bunt/compare/v0.28.1...v0.28.2) (2023-06-28)

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





## [0.28.1](https://github.com/izatop/bunt/compare/v0.28.0...v0.28.1) (2023-06-28)

**Note:** Version bump only for package @bunt/ws
Expand Down
8 changes: 4 additions & 4 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunt/ws",
"version": "0.28.1",
"version": "0.28.2",
"keywords": [
"typescript"
],
Expand Down Expand Up @@ -33,10 +33,10 @@
"access": "public"
},
"dependencies": {
"@bunt/app": "^0.28.1",
"@bunt/unit": "^0.28.1",
"@bunt/app": "^0.28.2",
"@bunt/unit": "^0.28.2",
"@bunt/util": "^0.28.1",
"@bunt/web": "^0.28.1",
"@bunt/web": "^0.28.2",
"@types/ws": "^8.5.5",
"ws": "^8.13.0"
},
Expand Down

0 comments on commit 683d27d

Please sign in to comment.