Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
v1.2.93
Browse files Browse the repository at this point in the history
  • Loading branch information
echosoar committed Dec 29, 2021
1 parent 5970eab commit 7ff9d10
Show file tree
Hide file tree
Showing 44 changed files with 277 additions and 65 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.93](https://github.com/midwayjs/bin/compare/v1.2.92...v1.2.93) (2021-12-29)


### Bug Fixes

* **dev-pack:** fix illegal header error ([#242](https://github.com/midwayjs/bin/issues/242)) ([58a0a2a](https://github.com/midwayjs/bin/commit/58a0a2af58a7dbedbca9bd9ed8a887256812dbd7))


### Features

* auto hooks import ([#239](https://github.com/midwayjs/bin/issues/239)) ([a4557f9](https://github.com/midwayjs/bin/commit/a4557f9e1b9f54e42af08ba503a47f7d11a3d59d))
* check ios class ([#251](https://github.com/midwayjs/bin/issues/251)) ([5970eab](https://github.com/midwayjs/bin/commit/5970eab2c8251206291bb333e025e1712ef63580))





## [1.2.92](https://github.com/midwayjs/bin/compare/v1.2.91...v1.2.92) (2021-12-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
}
},
"npmClient": "npm",
"version": "1.2.92"
"version": "1.2.93"
}
8 changes: 8 additions & 0 deletions packages/cli-plugin-add/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.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)

**Note:** Version bump only for package @midwayjs/cli-plugin-add





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-add/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/cli-plugin-add",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/boilerplate-list": "^1.0.0",
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/command-core": "^1.2.93",
"chalk": "^4.1.0",
"enquirer": "^2.3.6",
"fs-extra": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-aws/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.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)

**Note:** Version bump only for package @midwayjs/fcli-plugin-aws





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)

**Note:** Version bump only for package @midwayjs/fcli-plugin-aws
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-plugin-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@midwayjs/fcli-plugin-aws",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/command-core": "^1.2.93",
"@midwayjs/serverless-fc-starter": "^2.7.0",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"@midwayjs/serverless-spec-builder": "^1.2.93",
"aws-sdk": "^2.712.0",
"chalk": "^4.1.0",
"ejs": "^3.1.3",
"enquirer": "^2.3.4",
"lodash": "^4.17.19"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.2.92",
"@midwayjs/fcli-plugin-package": "^1.2.93",
"fs-extra": "^8.1.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-build/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.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)

**Note:** Version bump only for package @midwayjs/cli-plugin-build





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-build/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/cli-plugin-build",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/faas-code-analysis": "^1.2.82",
"@midwayjs/command-core": "^1.2.93",
"@midwayjs/faas-code-analysis": "^1.2.93",
"@midwayjs/mwcc": "^0.7.x",
"@vercel/ncc": "^0.30.0",
"fs-extra": "^8.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli-plugin-check/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.

## [1.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)


### Features

* auto hooks import ([#239](https://github.com/midwayjs/cli/issues/239)) ([a4557f9](https://github.com/midwayjs/cli/commit/a4557f9e1b9f54e42af08ba503a47f7d11a3d59d))
* check ios class ([#251](https://github.com/midwayjs/cli/issues/251)) ([5970eab](https://github.com/midwayjs/cli/commit/5970eab2c8251206291bb333e025e1712ef63580))





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)

**Note:** Version bump only for package @midwayjs/cli-plugin-check
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-check/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/cli-plugin-check",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/command-core": "^1.2.93",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/luckyeye": "^1.0.2",
"chalk": "^4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-clean/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.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)

**Note:** Version bump only for package @midwayjs/cli-plugin-clean





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)

**Note:** Version bump only for package @midwayjs/cli-plugin-clean
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-clean/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/cli-plugin-clean",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"@midwayjs/command-core": "^1.2.93",
"@midwayjs/serverless-spec-builder": "^1.2.93",
"fs-extra": "^8.1.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-deploy/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.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)

**Note:** Version bump only for package @midwayjs/fcli-plugin-deploy





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)

**Note:** Version bump only for package @midwayjs/fcli-plugin-deploy
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-deploy",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.92"
"@midwayjs/command-core": "^1.2.93"
},
"engines": {
"node": ">= 10"
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-dev/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.

## [1.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)


### Features

* auto hooks import ([#239](https://github.com/midwayjs/cli/issues/239)) ([a4557f9](https://github.com/midwayjs/cli/commit/a4557f9e1b9f54e42af08ba503a47f7d11a3d59d))





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)

**Note:** Version bump only for package @midwayjs/cli-plugin-dev
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/cli-plugin-dev",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@koa/router": "^10.0.0",
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/command-core": "^1.2.93",
"@midwayjs/debugger": "^1.0.x",
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-faas/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.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)

**Note:** Version bump only for package @midwayjs/cli-plugin-faas





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)

**Note:** Version bump only for package @midwayjs/cli-plugin-faas
Expand Down
10 changes: 5 additions & 5 deletions packages/cli-plugin-faas/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@midwayjs/cli-plugin-faas",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/fcli-plugin-deploy": "^1.2.92",
"@midwayjs/fcli-plugin-package": "^1.2.92",
"@midwayjs/command-core": "^1.2.93",
"@midwayjs/fcli-plugin-deploy": "^1.2.93",
"@midwayjs/fcli-plugin-package": "^1.2.93",
"@midwayjs/serverless-app": "^2.8.9",
"@midwayjs/serverless-spec-builder": "^1.2.86"
"@midwayjs/serverless-spec-builder": "^1.2.93"
},
"devDependencies": {
"typescript": "^4.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-fc/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.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-plugin-fc/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/command-core": "^1.2.93",
"@midwayjs/serverless-fc-starter": "^2.8.7",
"@midwayjs/serverless-fc-trigger": "^2.8.7",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"@midwayjs/serverless-spec-builder": "^1.2.93",
"@serverless-devs/core": "*",
"fs-extra": "^8.1.0",
"globby": "^10.0.2",
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.2.92",
"@midwayjs/fcli-plugin-package": "^1.2.93",
"jszip": "^3.5.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-generator/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.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)

**Note:** Version bump only for package @midwayjs/cli-plugin-generator





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)

**Note:** Version bump only for package @midwayjs/cli-plugin-generator
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/cli-plugin-generator",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/command-core": "^1.2.93",
"@midwayjs/orm": "^2.12.1",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"@midwayjs/serverless-spec-builder": "^1.2.93",
"camel-case": "^4.1.2",
"capital-case": "^1.0.4",
"chalk": "^4.1.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-package/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.

## [1.2.93](https://github.com/midwayjs/cli/compare/v1.2.92...v1.2.93) (2021-12-29)


### Features

* auto hooks import ([#239](https://github.com/midwayjs/cli/issues/239)) ([a4557f9](https://github.com/midwayjs/cli/commit/a4557f9e1b9f54e42af08ba503a47f7d11a3d59d))





## [1.2.92](https://github.com/midwayjs/cli/compare/v1.2.91...v1.2.92) (2021-12-03)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "1.2.92",
"version": "1.2.93",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.92",
"@midwayjs/faas-code-analysis": "^1.2.82",
"@midwayjs/command-core": "^1.2.93",
"@midwayjs/faas-code-analysis": "^1.2.93",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.7.x",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"@midwayjs/serverless-spec-builder": "^1.2.93",
"@vercel/ncc": "^0.30.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
Expand Down
Loading

0 comments on commit 7ff9d10

Please sign in to comment.