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

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
echosoar committed Apr 14, 2022
1 parent d131465 commit 06b2ffb
Show file tree
Hide file tree
Showing 20 changed files with 124 additions and 16 deletions.
12 changes: 12 additions & 0 deletions 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.3.2](https://github.com/midwayjs/bin/compare/v1.3.1...v1.3.2) (2022-04-14)


### Features

* config inejcted but not define ([#275](https://github.com/midwayjs/bin/issues/275)) ([d131465](https://github.com/midwayjs/bin/commit/d1314655b808d1992952ccbb90d9ee8c3f4f3973))
* support pnpm ([#271](https://github.com/midwayjs/bin/issues/271)) ([81c3f49](https://github.com/midwayjs/bin/commit/81c3f49c6176bfcdc55825eec2856607bdd3213d))





## [1.3.2-beta.1](https://github.com/midwayjs/bin/compare/v1.3.1...v1.3.2-beta.1) (2022-04-02)


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.2-beta.1"
"version": "1.3.2"
}
11 changes: 11 additions & 0 deletions packages/cli-plugin-aws/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.2](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2) (2022-04-14)


### Features

* support pnpm ([#271](https://github.com/midwayjs/cli/issues/271)) ([81c3f49](https://github.com/midwayjs/cli/commit/81c3f49c6176bfcdc55825eec2856607bdd3213d))





## [1.3.2-beta.1](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2-beta.1) (2022-04-02)

**Note:** Version bump only for package @midwayjs/fcli-plugin-aws
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-aws",
"version": "1.3.2-beta.1",
"version": "1.3.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"lodash": "^4.17.19"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.3.2-beta.1",
"@midwayjs/fcli-plugin-package": "^1.3.2",
"fs-extra": "^8.1.0"
},
"engines": {
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.2](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2) (2022-04-14)


### Features

* config inejcted but not define ([#275](https://github.com/midwayjs/cli/issues/275)) ([d131465](https://github.com/midwayjs/cli/commit/d1314655b808d1992952ccbb90d9ee8c3f4f3973))





## [1.3.1](https://github.com/midwayjs/cli/compare/v1.3.1-beta.1...v1.3.1) (2022-03-10)

**Note:** Version bump only for package @midwayjs/cli-plugin-check
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/cli-plugin-check",
"version": "1.3.1",
"version": "1.3.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-faas/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.2](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2) (2022-04-14)


### Features

* support pnpm ([#271](https://github.com/midwayjs/cli/issues/271)) ([81c3f49](https://github.com/midwayjs/cli/commit/81c3f49c6176bfcdc55825eec2856607bdd3213d))





## [1.3.2-beta.1](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2-beta.1) (2022-04-02)

**Note:** Version bump only for package @midwayjs/cli-plugin-faas
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-faas/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/cli-plugin-faas",
"version": "1.3.2-beta.1",
"version": "1.3.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/command-core": "^1.3.1",
"@midwayjs/fcli-plugin-deploy": "^1.3.1",
"@midwayjs/fcli-plugin-package": "^1.3.2-beta.1",
"@midwayjs/fcli-plugin-package": "^1.3.2",
"@midwayjs/serverless-spec-builder": "^1.3.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-fc/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.2](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2) (2022-04-14)


### Features

* support pnpm ([#271](https://github.com/midwayjs/cli/issues/271)) ([81c3f49](https://github.com/midwayjs/cli/commit/81c3f49c6176bfcdc55825eec2856607bdd3213d))





## [1.3.2-beta.1](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2-beta.1) (2022-04-02)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-fc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "1.3.2-beta.1",
"version": "1.3.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.3.2-beta.1",
"@midwayjs/fcli-plugin-package": "^1.3.2",
"jszip": "^3.5.0"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-generator/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.2](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2) (2022-04-14)


### Features

* support pnpm ([#271](https://github.com/midwayjs/cli/issues/271)) ([81c3f49](https://github.com/midwayjs/cli/commit/81c3f49c6176bfcdc55825eec2856607bdd3213d))





## [1.3.2-beta.1](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2-beta.1) (2022-04-02)

**Note:** Version bump only for package @midwayjs/cli-plugin-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/cli-plugin-generator",
"version": "1.3.2-beta.1",
"version": "1.3.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
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.3.2](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2) (2022-04-14)


### Features

* support pnpm ([#271](https://github.com/midwayjs/cli/issues/271)) ([81c3f49](https://github.com/midwayjs/cli/commit/81c3f49c6176bfcdc55825eec2856607bdd3213d))





## [1.3.2-beta.1](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2-beta.1) (2022-04-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "1.3.2-beta.1",
"version": "1.3.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-scf/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.2](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2) (2022-04-14)


### Features

* support pnpm ([#271](https://github.com/midwayjs/cli/issues/271)) ([81c3f49](https://github.com/midwayjs/cli/commit/81c3f49c6176bfcdc55825eec2856607bdd3213d))





## [1.3.2-beta.1](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2-beta.1) (2022-04-02)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-scf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-scf",
"version": "1.3.2-beta.1",
"version": "1.3.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -9,7 +9,7 @@
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.3.2-beta.1",
"@midwayjs/fcli-plugin-package": "^1.3.2",
"fs-extra": "^8.1.0"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-wechat/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.2](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2) (2022-04-14)


### Features

* support pnpm ([#271](https://github.com/midwayjs/cli/issues/271)) ([81c3f49](https://github.com/midwayjs/cli/commit/81c3f49c6176bfcdc55825eec2856607bdd3213d))





## [1.3.2-beta.1](https://github.com/midwayjs/cli/compare/v1.3.1...v1.3.2-beta.1) (2022-04-02)

**Note:** Version bump only for package @midwayjs/fcli-plugin-wechat
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-wechat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-wechat",
"version": "1.3.2-beta.1",
"version": "1.3.2",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.3.2-beta.1",
"@midwayjs/fcli-plugin-package": "^1.3.2",
"fs-extra": "^8.1.0"
},
"engines": {
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.3.2](https://github.com/midwayjs/midway/compare/v1.3.1...v1.3.2) (2022-04-14)

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





## [1.3.1](https://github.com/midwayjs/midway/compare/v1.3.1-beta.1...v1.3.1) (2022-03-10)

**Note:** Version bump only for package @midwayjs/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": "@midwayjs/cli",
"version": "1.3.1",
"version": "1.3.2",
"description": "Midway Command Tools",
"main": "index.js",
"bin": {
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"@midwayjs/cli-plugin-build": "^1.3.1",
"@midwayjs/cli-plugin-check": "^1.3.1",
"@midwayjs/cli-plugin-check": "^1.3.2",
"@midwayjs/cli-plugin-clean": "^1.3.1",
"@midwayjs/cli-plugin-dev": "^1.3.1",
"@midwayjs/cli-plugin-test": "^1.3.1",
Expand Down

0 comments on commit 06b2ffb

Please sign in to comment.