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

Commit

Permalink
v1.2.86
Browse files Browse the repository at this point in the history
  • Loading branch information
echosoar committed Nov 4, 2021
1 parent 73412a5 commit 7c18472
Show file tree
Hide file tree
Showing 42 changed files with 230 additions and 62 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.2.86](https://github.com/midwayjs/bin/compare/v1.2.85...v1.2.86) (2021-11-04)

**Note:** Version bump only for package midway-bin





## [1.2.85](https://github.com/midwayjs/bin/compare/v1.2.84...v1.2.85) (2021-10-21)


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.86-beta.3"
"version": "1.2.86"
}
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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**Note:** Version bump only for package @midwayjs/cli-plugin-add
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.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/boilerplate-list": "^1.0.0",
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**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.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"@midwayjs/serverless-fc-starter": "^2.7.0",
"@midwayjs/serverless-spec-builder": "^1.2.86-beta.3",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"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.86-beta.3",
"@midwayjs/fcli-plugin-package": "^1.2.86",
"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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**Note:** Version bump only for package @midwayjs/cli-plugin-build
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-build/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/cli-plugin-build",
"version": "1.2.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"@midwayjs/faas-code-analysis": "^1.2.82",
"@midwayjs/hooks-core": "^2.2.4",
"@midwayjs/mwcc": "^0.7.x",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-check/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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**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.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"@midwayjs/hooks-core": "^2.2.4",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/luckyeye": "^1.0.2",
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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**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.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/serverless-spec-builder": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**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.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.86-beta.3"
"@midwayjs/command-core": "^1.2.86"
},
"engines": {
"node": ">= 10"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-dev/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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)


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.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@koa/router": "^10.0.0",
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"@midwayjs/debugger": "^1.0.x",
"@midwayjs/mock": "^2.8.0",
"chalk": "^4.1.0",
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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**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.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/fcli-plugin-deploy": "^1.2.86-beta.3",
"@midwayjs/fcli-plugin-package": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"@midwayjs/fcli-plugin-deploy": "^1.2.86",
"@midwayjs/fcli-plugin-package": "^1.2.86",
"@midwayjs/serverless-app": "^2.8.9",
"@midwayjs/serverless-spec-builder": "^1.2.86-beta.3"
"@midwayjs/serverless-spec-builder": "^1.2.86"
},
"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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**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.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"@midwayjs/serverless-fc-starter": "^2.8.7",
"@midwayjs/serverless-fc-trigger": "^2.8.7",
"@midwayjs/serverless-spec-builder": "^1.2.86-beta.3",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"@serverless-devs/core": "*",
"fs-extra": "^8.1.0",
"globby": "^10.0.2",
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.2.86-beta.3",
"@midwayjs/fcli-plugin-package": "^1.2.86",
"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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**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.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"@midwayjs/orm": "^2.12.1",
"@midwayjs/serverless-spec-builder": "^1.2.86-beta.3",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"camel-case": "^4.1.2",
"capital-case": "^1.0.4",
"chalk": "^4.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-package/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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)

**Note:** Version bump only for package @midwayjs/fcli-plugin-package
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "1.2.86-beta.3",
"version": "1.2.86",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.2.86-beta.3",
"@midwayjs/command-core": "^1.2.86",
"@midwayjs/faas-code-analysis": "^1.2.82",
"@midwayjs/hooks-core": "^2.2.4",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.7.x",
"@midwayjs/serverless-spec-builder": "^1.2.86-beta.3",
"@midwayjs/serverless-spec-builder": "^1.2.86",
"@vercel/ncc": "^0.30.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-scf/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.86](https://github.com/midwayjs/cli/compare/v1.2.85...v1.2.86) (2021-11-04)

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





## [1.2.85](https://github.com/midwayjs/cli/compare/v1.2.84...v1.2.85) (2021-10-21)


Expand Down
Loading

0 comments on commit 7c18472

Please sign in to comment.