Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Apr 25, 2022
1 parent 414f14e commit cd41b5f
Show file tree
Hide file tree
Showing 34 changed files with 178 additions and 42 deletions.
8 changes: 8 additions & 0 deletions 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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package root





## [0.13.37](https://github.com/koexjs/koex/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.13.37",
"version": "1.0.2",
"command": {
"publish": {
"npmClient": "npm",
Expand Down
8 changes: 8 additions & 0 deletions packages/body/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.

## [1.0.2](https://github.com/koexjs/router/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/body





## [0.13.37](https://github.com/koexjs/router/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package @koex/body
Expand Down
4 changes: 2 additions & 2 deletions packages/body/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/body",
"version": "1.0.1",
"version": "1.0.2",
"description": "body parser for koex",
"main": "lib/index.js",
"repository": "https://github.com/koexjs/router",
Expand Down Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@koex/core": "^1.0.1",
"@koex/core": "^1.0.2",
"@types/formidable": "1.0.31",
"@zcorky/is": "^1.0.6",
"co-body": "^6.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/bootstrap/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.

## [1.0.2](https://github.com/koexjs/bootstrap/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/bootstrap





## [0.13.37](https://github.com/koexjs/bootstrap/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package @koex/bootstrap
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/bootstrap",
"version": "1.0.1",
"version": "1.0.2",
"description": "koex bootstrap",
"keywords": [
"koex",
Expand Down Expand Up @@ -68,7 +68,7 @@
"url": "https://github.com/koexjs/bootstrap/issues"
},
"dependencies": {
"@koex/core": "^1.0.1",
"@koex/core": "^1.0.2",
"boxen": "^5.0.1",
"chalk": "^4.1.1"
}
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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

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





## [0.13.33](https://github.com/koexjs/koex/compare/v0.13.32...v0.13.33) (2021-05-15)

**Note:** Version bump only for package @koex/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": "@koex/cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "Koex CLI",
"keywords": [
"koex",
Expand Down Expand Up @@ -73,7 +73,7 @@
"dependencies": {
"@cliz/cli": "^0.0.2",
"@cliz/core": "^0.2.2",
"@koex/graceful": "^1.0.1",
"@koex/graceful": "^1.0.2",
"@zeit/ncc": "^0.22.3",
"@zodash/delay": "^0.1.6",
"@zodash/logger": "^0.2.16",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/core





## [0.13.37](https://github.com/koexjs/koex/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package @koex/core
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "koex is a fast api",
"keywords": [
"koex",
Expand Down Expand Up @@ -68,9 +68,9 @@
"url": "https://github.com/koexjs/koex/issues"
},
"dependencies": {
"@koex/graceful": "^1.0.1",
"@koex/router": "^1.0.1",
"@koex/type": "^1.0.1",
"@koex/graceful": "^1.0.2",
"@koex/router": "^1.0.2",
"@koex/type": "^1.0.2",
"@types/koa": "^2.0.49",
"@types/koa-compose": "^3.2.4",
"@zcorky/lru": "^1.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/graceful/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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/graceful





## [0.13.29](https://github.com/koexjs/koex/compare/v0.13.28...v0.13.29) (2021-05-13)

**Note:** Version bump only for package @koex/graceful
Expand Down
2 changes: 1 addition & 1 deletion packages/graceful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/graceful",
"version": "1.0.1",
"version": "1.0.2",
"description": "Exist NodeJs process gracefully",
"keywords": [
"koex"
Expand Down
8 changes: 8 additions & 0 deletions packages/passport-doreamon/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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/passport-doreamon





## [0.13.37](https://github.com/koexjs/koex/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package @koex/passport-doreamon
Expand Down
8 changes: 4 additions & 4 deletions packages/passport-doreamon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/passport-doreamon",
"version": "1.0.1",
"version": "1.0.2",
"description": "koex passport-doreamon",
"keywords": [
"koex",
Expand Down Expand Up @@ -70,10 +70,10 @@
"url": "https://github.com/koexjs/koex/issues"
},
"devDependencies": {
"@koex/core": "^1.0.1",
"@koex/passport": "^1.0.1"
"@koex/core": "^1.0.2",
"@koex/passport": "^1.0.2"
},
"dependencies": {
"@koex/passport-oauth2-config": "^1.0.1"
"@koex/passport-oauth2-config": "^1.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/passport-gihub-config/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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/passport-github-config





## [0.13.37](https://github.com/koexjs/koex/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package @koex/passport-github-config
Expand Down
8 changes: 4 additions & 4 deletions packages/passport-gihub-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/passport-github-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "koex passport-github",
"keywords": [
"koex",
Expand Down Expand Up @@ -70,10 +70,10 @@
"url": "https://github.com/koexjs/koex/issues"
},
"devDependencies": {
"@koex/core": "^1.0.1",
"@koex/passport": "^1.0.1"
"@koex/core": "^1.0.2",
"@koex/passport": "^1.0.2"
},
"dependencies": {
"@koex/passport-oauth2-config": "^1.0.1"
"@koex/passport-oauth2-config": "^1.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/passport-gihub/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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/passport-github





## [0.13.37](https://github.com/koexjs/koex/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package @koex/passport-github
Expand Down
8 changes: 4 additions & 4 deletions packages/passport-gihub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/passport-github",
"version": "1.0.1",
"version": "1.0.2",
"description": "koex passport-github",
"keywords": [
"koex",
Expand Down Expand Up @@ -70,10 +70,10 @@
"url": "https://github.com/koexjs/koex/issues"
},
"devDependencies": {
"@koex/core": "^1.0.1",
"@koex/passport": "^1.0.1"
"@koex/core": "^1.0.2",
"@koex/passport": "^1.0.2"
},
"dependencies": {
"@koex/passport-oauth2": "^1.0.1"
"@koex/passport-oauth2": "^1.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/passport-local/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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/passport-local





## [0.13.37](https://github.com/koexjs/koex/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package @koex/passport-local
Expand Down
6 changes: 3 additions & 3 deletions packages/passport-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/passport-local",
"version": "1.0.1",
"version": "1.0.2",
"description": "koex passport-local",
"keywords": [
"koex",
Expand Down Expand Up @@ -69,9 +69,9 @@
"url": "https://github.com/koexjs/koex/issues"
},
"devDependencies": {
"@koex/core": "^1.0.1"
"@koex/core": "^1.0.2"
},
"dependencies": {
"@koex/passport": "^1.0.1"
"@koex/passport": "^1.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/passport-oauth2-config/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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/passport-oauth2-config





## [0.13.37](https://github.com/koexjs/koex/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package @koex/passport-oauth2-config
Expand Down
6 changes: 3 additions & 3 deletions packages/passport-oauth2-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/passport-oauth2-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "koex passport-oauth2-config",
"keywords": [
"koex",
Expand Down Expand Up @@ -70,11 +70,11 @@
"url": "https://github.com/koexjs/koex/issues"
},
"devDependencies": {
"@koex/core": "^1.0.1",
"@koex/core": "^1.0.2",
"@koex/passport": "^1.0.1"
},
"dependencies": {
"@koex/passport": "^1.0.1",
"@koex/passport": "^1.0.2",
"@zcorky/query-string": "^1.0.2",
"@zodash/get": "^1.0.15",
"node-fetch": "^2.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/passport-oauth2/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.

## [1.0.2](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.2) (2022-04-25)

**Note:** Version bump only for package @koex/passport-oauth2





## [0.13.37](https://github.com/koexjs/koex/compare/v0.13.36...v0.13.37) (2021-12-26)

**Note:** Version bump only for package @koex/passport-oauth2
Expand Down
6 changes: 3 additions & 3 deletions packages/passport-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koex/passport-oauth2",
"version": "1.0.1",
"version": "1.0.2",
"description": "koex passport-oauth2",
"keywords": [
"koex",
Expand Down Expand Up @@ -69,11 +69,11 @@
"url": "https://github.com/koexjs/koex/issues"
},
"devDependencies": {
"@koex/core": "^1.0.1",
"@koex/core": "^1.0.2",
"@koex/passport": "^1.0.1"
},
"dependencies": {
"@koex/passport": "^1.0.1",
"@koex/passport": "^1.0.2",
"@zcorky/query-string": "^1.0.2",
"node-fetch": "^2.6.0"
}
Expand Down
Loading

0 comments on commit cd41b5f

Please sign in to comment.