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

Commit

Permalink
v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
echosoar committed Aug 4, 2022
1 parent 21009db commit d1efbbc
Show file tree
Hide file tree
Showing 40 changed files with 229 additions and 57 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.

## [1.3.10](https://github.com/midwayjs/bin/compare/v1.3.9...v1.3.10) (2022-08-04)


### Features

* check configuration export class ([#289](https://github.com/midwayjs/bin/issues/289)) ([cab92b4](https://github.com/midwayjs/bin/commit/cab92b4f9e6e7b2bb6967ea155f68a826388c19b))





## [1.3.10-beta.1](https://github.com/midwayjs/bin/compare/v1.3.9...v1.3.10-beta.1) (2022-08-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.3.10-beta.1"
"version": "1.3.10"
}
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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-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.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/boilerplate-list": "^1.0.0",
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"chalk": "^4.1.0",
"enquirer": "^2.3.6",
"fs-extra": "^8.1.0",
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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-03)


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.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"@vercel/ncc": "^0.30.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-check/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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)


### Features

* check configuration export class ([#289](https://github.com/midwayjs/cli/issues/289)) ([cab92b4](https://github.com/midwayjs/cli/commit/cab92b4f9e6e7b2bb6967ea155f68a826388c19b))





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-03)


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.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/luckyeye": "^1.1.0",
"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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-03)


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.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/serverless-spec-builder": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"@midwayjs/serverless-spec-builder": "^1.3.10",
"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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-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.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1"
"@midwayjs/command-core": "^1.3.10"
},
"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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-03)


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.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@koa/router": "^10.0.0",
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"@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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-03)


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,13 +1,13 @@
{
"name": "@midwayjs/cli-plugin-faas",
"version": "1.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/fcli-plugin-deploy": "^1.3.10-beta.1",
"@midwayjs/fcli-plugin-package": "^1.3.10-beta.1",
"@midwayjs/serverless-spec-builder": "^1.3.10-beta.1"
"@midwayjs/command-core": "^1.3.10",
"@midwayjs/fcli-plugin-deploy": "^1.3.10",
"@midwayjs/fcli-plugin-package": "^1.3.10",
"@midwayjs/serverless-spec-builder": "^1.3.10"
},
"devDependencies": {
"typescript": "~4.6.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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-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,11 +1,11 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "1.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/serverless-spec-builder": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"@midwayjs/serverless-spec-builder": "^1.3.10",
"@serverless-devs/core": "^0.1.27",
"crypto-js": "^4.1.1",
"fs-extra": "^8.1.0",
Expand All @@ -14,7 +14,7 @@
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.3.10-beta.1",
"@midwayjs/fcli-plugin-package": "^1.3.10",
"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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-03)


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,11 +1,11 @@
{
"name": "@midwayjs/cli-plugin-generator",
"version": "1.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/serverless-spec-builder": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"@midwayjs/serverless-spec-builder": "^1.3.10",
"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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-03)


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,13 +1,13 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "1.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.8.x",
"@midwayjs/serverless-spec-builder": "^1.3.10-beta.1",
"@midwayjs/serverless-spec-builder": "^1.3.10",
"@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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-03)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-plugin-scf/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/fcli-plugin-scf",
"version": "1.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/serverless-spec-builder": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"@midwayjs/serverless-spec-builder": "^1.3.10",
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.3.10-beta.1",
"@midwayjs/fcli-plugin-package": "^1.3.10",
"fs-extra": "^8.1.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugin-test/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.3.10](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10) (2022-08-04)

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





## [1.3.10-beta.1](https://github.com/midwayjs/cli/compare/v1.3.9...v1.3.10-beta.1) (2022-08-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-test/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/cli-plugin-test",
"version": "1.3.10-beta.1",
"version": "1.3.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.10-beta.1",
"@midwayjs/command-core": "^1.3.10",
"globby": "^10.0.1",
"jest": "^26.4.2",
"ts-jest": "^26.0.0",
Expand Down
Loading

0 comments on commit d1efbbc

Please sign in to comment.