From 5c551cedb31f530885ddff7a0cd5fb6b573a7240 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 25 Apr 2022 03:22:43 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/body/CHANGELOG.md | 8 ++++++++ packages/body/package.json | 2 +- packages/bootstrap/CHANGELOG.md | 8 ++++++++ packages/bootstrap/package.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/graceful/CHANGELOG.md | 8 ++++++++ packages/graceful/package.json | 2 +- packages/passport-doreamon/CHANGELOG.md | 8 ++++++++ packages/passport-doreamon/package.json | 2 +- packages/passport-gihub-config/CHANGELOG.md | 8 ++++++++ packages/passport-gihub-config/package.json | 2 +- packages/passport-gihub/CHANGELOG.md | 8 ++++++++ packages/passport-gihub/package.json | 2 +- packages/passport-local/CHANGELOG.md | 8 ++++++++ packages/passport-local/package.json | 2 +- packages/passport-oauth2-config/CHANGELOG.md | 8 ++++++++ packages/passport-oauth2-config/package.json | 2 +- packages/passport-oauth2/CHANGELOG.md | 8 ++++++++ packages/passport-oauth2/package.json | 2 +- packages/passport/CHANGELOG.md | 8 ++++++++ packages/passport/package.json | 2 +- packages/ratelimit/CHANGELOG.md | 8 ++++++++ packages/ratelimit/package.json | 2 +- packages/router/CHANGELOG.md | 8 ++++++++ packages/router/package.json | 2 +- packages/static/CHANGELOG.md | 8 ++++++++ packages/static/package.json | 2 +- packages/type/CHANGELOG.md | 8 ++++++++ packages/type/package.json | 2 +- 34 files changed, 153 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d63a43d..f338b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/lerna.json b/lerna.json index c9f03d3..8b81329 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.13.37", + "version": "1.0.1", "command": { "publish": { "npmClient": "npm", diff --git a/packages/body/CHANGELOG.md b/packages/body/CHANGELOG.md index ebfe59d..5f2ceab 100644 --- a/packages/body/CHANGELOG.md +++ b/packages/body/CHANGELOG.md @@ -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.1](https://github.com/koexjs/router/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/body/package.json b/packages/body/package.json index 34190b2..7c84b0d 100644 --- a/packages/body/package.json +++ b/packages/body/package.json @@ -1,6 +1,6 @@ { "name": "@koex/body", - "version": "1.0.0", + "version": "1.0.1", "description": "body parser for koex", "main": "lib/index.js", "repository": "https://github.com/koexjs/router", diff --git a/packages/bootstrap/CHANGELOG.md b/packages/bootstrap/CHANGELOG.md index 4ae3564..a774a10 100644 --- a/packages/bootstrap/CHANGELOG.md +++ b/packages/bootstrap/CHANGELOG.md @@ -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.1](https://github.com/koexjs/bootstrap/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/bootstrap/package.json b/packages/bootstrap/package.json index 784d2b5..06d9ba2 100644 --- a/packages/bootstrap/package.json +++ b/packages/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@koex/bootstrap", - "version": "1.0.0", + "version": "1.0.1", "description": "koex bootstrap", "keywords": [ "koex", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3157c4a..69216d3 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 768d170..8a7edfc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@koex/cli", - "version": "1.0.0", + "version": "1.0.1", "description": "Koex CLI", "keywords": [ "koex", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8d47255..7485a44 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/core/package.json b/packages/core/package.json index fb908d6..61982bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@koex/core", - "version": "1.0.0", + "version": "1.0.1", "description": "koex is a fast api", "keywords": [ "koex", diff --git a/packages/graceful/CHANGELOG.md b/packages/graceful/CHANGELOG.md index 7a7a11d..6989a32 100644 --- a/packages/graceful/CHANGELOG.md +++ b/packages/graceful/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/graceful/package.json b/packages/graceful/package.json index 87ac15f..88e47d4 100644 --- a/packages/graceful/package.json +++ b/packages/graceful/package.json @@ -1,6 +1,6 @@ { "name": "@koex/graceful", - "version": "1.0.0", + "version": "1.0.1", "description": "Exist NodeJs process gracefully", "keywords": [ "koex" diff --git a/packages/passport-doreamon/CHANGELOG.md b/packages/passport-doreamon/CHANGELOG.md index 0a1a763..5912df2 100644 --- a/packages/passport-doreamon/CHANGELOG.md +++ b/packages/passport-doreamon/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/passport-doreamon/package.json b/packages/passport-doreamon/package.json index 6a53958..0353f19 100644 --- a/packages/passport-doreamon/package.json +++ b/packages/passport-doreamon/package.json @@ -1,6 +1,6 @@ { "name": "@koex/passport-doreamon", - "version": "1.0.0", + "version": "1.0.1", "description": "koex passport-doreamon", "keywords": [ "koex", diff --git a/packages/passport-gihub-config/CHANGELOG.md b/packages/passport-gihub-config/CHANGELOG.md index 9b48847..afb8f61 100644 --- a/packages/passport-gihub-config/CHANGELOG.md +++ b/packages/passport-gihub-config/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/passport-gihub-config/package.json b/packages/passport-gihub-config/package.json index 31bc89d..240737d 100644 --- a/packages/passport-gihub-config/package.json +++ b/packages/passport-gihub-config/package.json @@ -1,6 +1,6 @@ { "name": "@koex/passport-github-config", - "version": "1.0.0", + "version": "1.0.1", "description": "koex passport-github", "keywords": [ "koex", diff --git a/packages/passport-gihub/CHANGELOG.md b/packages/passport-gihub/CHANGELOG.md index 26877c3..07ddde3 100644 --- a/packages/passport-gihub/CHANGELOG.md +++ b/packages/passport-gihub/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/passport-gihub/package.json b/packages/passport-gihub/package.json index c9439e7..e97f3b3 100644 --- a/packages/passport-gihub/package.json +++ b/packages/passport-gihub/package.json @@ -1,6 +1,6 @@ { "name": "@koex/passport-github", - "version": "1.0.0", + "version": "1.0.1", "description": "koex passport-github", "keywords": [ "koex", diff --git a/packages/passport-local/CHANGELOG.md b/packages/passport-local/CHANGELOG.md index e369cc0..ad0836e 100644 --- a/packages/passport-local/CHANGELOG.md +++ b/packages/passport-local/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/passport-local/package.json b/packages/passport-local/package.json index bd6210e..7958b50 100644 --- a/packages/passport-local/package.json +++ b/packages/passport-local/package.json @@ -1,6 +1,6 @@ { "name": "@koex/passport-local", - "version": "1.0.0", + "version": "1.0.1", "description": "koex passport-local", "keywords": [ "koex", diff --git a/packages/passport-oauth2-config/CHANGELOG.md b/packages/passport-oauth2-config/CHANGELOG.md index d8c4a67..3260b4c 100644 --- a/packages/passport-oauth2-config/CHANGELOG.md +++ b/packages/passport-oauth2-config/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/passport-oauth2-config/package.json b/packages/passport-oauth2-config/package.json index 905117f..fc208cc 100644 --- a/packages/passport-oauth2-config/package.json +++ b/packages/passport-oauth2-config/package.json @@ -1,6 +1,6 @@ { "name": "@koex/passport-oauth2-config", - "version": "1.0.0", + "version": "1.0.1", "description": "koex passport-oauth2-config", "keywords": [ "koex", diff --git a/packages/passport-oauth2/CHANGELOG.md b/packages/passport-oauth2/CHANGELOG.md index e2a68d2..b1292a6 100644 --- a/packages/passport-oauth2/CHANGELOG.md +++ b/packages/passport-oauth2/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (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 diff --git a/packages/passport-oauth2/package.json b/packages/passport-oauth2/package.json index 4155ecd..3daf37d 100644 --- a/packages/passport-oauth2/package.json +++ b/packages/passport-oauth2/package.json @@ -1,6 +1,6 @@ { "name": "@koex/passport-oauth2", - "version": "1.0.0", + "version": "1.0.1", "description": "koex passport-oauth2", "keywords": [ "koex", diff --git a/packages/passport/CHANGELOG.md b/packages/passport/CHANGELOG.md index 1a78eee..800ec98 100644 --- a/packages/passport/CHANGELOG.md +++ b/packages/passport/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (2022-04-25) + +**Note:** Version bump only for package @koex/passport + + + + + ## [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 diff --git a/packages/passport/package.json b/packages/passport/package.json index 1177aba..c1948f7 100644 --- a/packages/passport/package.json +++ b/packages/passport/package.json @@ -1,6 +1,6 @@ { "name": "@koex/passport", - "version": "1.0.0", + "version": "1.0.1", "description": "koex passport", "keywords": [ "koex", diff --git a/packages/ratelimit/CHANGELOG.md b/packages/ratelimit/CHANGELOG.md index c81fa64..34f4e6e 100644 --- a/packages/ratelimit/CHANGELOG.md +++ b/packages/ratelimit/CHANGELOG.md @@ -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.1](https://github.com/koexjs/ratelimit/compare/v0.13.37...v1.0.1) (2022-04-25) + +**Note:** Version bump only for package @koex/ratelimit + + + + + ## [0.13.37](https://github.com/koexjs/ratelimit/compare/v0.13.36...v0.13.37) (2021-12-26) **Note:** Version bump only for package @koex/ratelimit diff --git a/packages/ratelimit/package.json b/packages/ratelimit/package.json index a5cbeb1..1404696 100644 --- a/packages/ratelimit/package.json +++ b/packages/ratelimit/package.json @@ -1,6 +1,6 @@ { "name": "@koex/ratelimit", - "version": "1.0.0", + "version": "1.0.1", "description": "ratelimit for koa extend", "main": "lib/index.js", "module": "lib/index.js", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index c89ca1d..b07953c 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -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.1](https://github.com/koexjs/router/compare/v0.13.37...v1.0.1) (2022-04-25) + +**Note:** Version bump only for package @koex/router + + + + + ## [0.13.36](https://github.com/koexjs/router/compare/v0.13.35...v0.13.36) (2021-10-10) **Note:** Version bump only for package @koex/router diff --git a/packages/router/package.json b/packages/router/package.json index 51ae2f3..b4809c1 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@koex/router", - "version": "1.0.0", + "version": "1.0.1", "description": "router for koa extend", "main": "lib/index.js", "repository": "https://github.com/koexjs/router", diff --git a/packages/static/CHANGELOG.md b/packages/static/CHANGELOG.md index b7d7106..c3ebc57 100644 --- a/packages/static/CHANGELOG.md +++ b/packages/static/CHANGELOG.md @@ -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.1](https://github.com/koexjs/static/compare/v0.13.37...v1.0.1) (2022-04-25) + +**Note:** Version bump only for package @koex/static + + + + + ## [0.13.36](https://github.com/koexjs/static/compare/v0.13.35...v0.13.36) (2021-10-10) **Note:** Version bump only for package @koex/static diff --git a/packages/static/package.json b/packages/static/package.json index ff44549..c1e54cd 100644 --- a/packages/static/package.json +++ b/packages/static/package.json @@ -1,6 +1,6 @@ { "name": "@koex/static", - "version": "1.0.0", + "version": "1.0.1", "description": "static cache for koa extend", "main": "lib/index.js", "module": "lib/index.js", diff --git a/packages/type/CHANGELOG.md b/packages/type/CHANGELOG.md index 05c4a5e..1661ab5 100644 --- a/packages/type/CHANGELOG.md +++ b/packages/type/CHANGELOG.md @@ -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.1](https://github.com/koexjs/koex/compare/v0.13.37...v1.0.1) (2022-04-25) + +**Note:** Version bump only for package @koex/type + + + + + ## [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/type diff --git a/packages/type/package.json b/packages/type/package.json index b2e8ae7..6d02d0f 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,6 +1,6 @@ { "name": "@koex/type", - "version": "1.0.0", + "version": "1.0.1", "description": "koex is a fast api", "keywords": [ "koex",