From 8172ce650ec1698f7a6026cb88de92a2dc52265c Mon Sep 17 00:00:00 2001 From: ggwujun <18570148691@163.com> Date: Fri, 2 Jul 2021 09:19:01 +0000 Subject: [PATCH] v1.0.18 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cli-plugin-add/CHANGELOG.md | 11 +++++++++++ packages/cli-plugin-add/package.json | 4 ++-- packages/cli-plugin-fire/CHANGELOG.md | 11 +++++++++++ packages/cli-plugin-fire/package.json | 4 ++-- packages/cli-plugin-init/CHANGELOG.md | 11 +++++++++++ packages/cli-plugin-init/package.json | 4 ++-- packages/cli-plugin-lint/CHANGELOG.md | 11 +++++++++++ packages/cli-plugin-lint/package.json | 4 ++-- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 12 ++++++------ packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- 14 files changed, 93 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c07de3..70fa739b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0.18 (2021-07-02) + + +### Bug Fixes + +* delete markdown code ([7a350e7](https://github.com/cool-fe/winex-cli/commit/7a350e7e51b80ee60dfdd11a5c72021cf1018d4f)) + + + + + ## 1.0.17 (2021-06-30) diff --git a/lerna.json b/lerna.json index b8fdcf33..e2c889e3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.17", + "version": "1.0.18", "packages": [ "packages/*" ], diff --git a/packages/cli-plugin-add/CHANGELOG.md b/packages/cli-plugin-add/CHANGELOG.md index 6ce86616..9d20a773 100644 --- a/packages/cli-plugin-add/CHANGELOG.md +++ b/packages/cli-plugin-add/CHANGELOG.md @@ -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.0.18 (2021-07-02) + + +### Bug Fixes + +* delete markdown code ([7a350e7](https://github.com/cool-fe/winex-cli/commit/7a350e7e51b80ee60dfdd11a5c72021cf1018d4f)) + + + + + ## 1.0.17 (2021-06-30) diff --git a/packages/cli-plugin-add/package.json b/packages/cli-plugin-add/package.json index ffcc0ed6..f10a847b 100644 --- a/packages/cli-plugin-add/package.json +++ b/packages/cli-plugin-add/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/cli-plugin-add", - "version": "1.0.17", + "version": "1.0.18", "homepage": "", "license": "MIT", "main": "lib/index.js", @@ -24,7 +24,7 @@ "dependencies": { "@types/execa": "^2.0.0", "@types/node": "^15.3.0", - "@winfe/cli-core": "^1.0.17", + "@winfe/cli-core": "^1.0.18", "@winfe/get-materials": "^1.0.8", "download-package-tarball": "^1.0.7", "enquirer": "^2.3.6", diff --git a/packages/cli-plugin-fire/CHANGELOG.md b/packages/cli-plugin-fire/CHANGELOG.md index ceb01395..8d3ad6e6 100644 --- a/packages/cli-plugin-fire/CHANGELOG.md +++ b/packages/cli-plugin-fire/CHANGELOG.md @@ -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.0.18 (2021-07-02) + + +### Bug Fixes + +* delete markdown code ([7a350e7](https://github.com/cool-fe/winex-cli/commit/7a350e7e51b80ee60dfdd11a5c72021cf1018d4f)) + + + + + ## 1.0.17 (2021-06-30) diff --git a/packages/cli-plugin-fire/package.json b/packages/cli-plugin-fire/package.json index e83f8c49..0421fcaa 100644 --- a/packages/cli-plugin-fire/package.json +++ b/packages/cli-plugin-fire/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/cli-plugin-fire", - "version": "1.0.17", + "version": "1.0.18", "main": "lib/index.js", "module": "src/index.js", "types": "lib/index.d.ts", @@ -29,7 +29,7 @@ "@lerna/package-graph": "^4.0.0", "@lerna/project": "^4.0.0", "@vue/babel-preset-app": "^4.1.2", - "@winfe/cli-core": "^1.0.17", + "@winfe/cli-core": "^1.0.18", "autoprefixer": "^9.5.1", "babel-loader": "^8.0.4", "cache-loader": "^3.0.0", diff --git a/packages/cli-plugin-init/CHANGELOG.md b/packages/cli-plugin-init/CHANGELOG.md index 3bc790b1..e0a4ec3d 100644 --- a/packages/cli-plugin-init/CHANGELOG.md +++ b/packages/cli-plugin-init/CHANGELOG.md @@ -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.0.18 (2021-07-02) + + +### Bug Fixes + +* delete markdown code ([7a350e7](https://github.com/cool-fe/winex-cli/commit/7a350e7e51b80ee60dfdd11a5c72021cf1018d4f)) + + + + + ## 1.0.17 (2021-06-30) diff --git a/packages/cli-plugin-init/package.json b/packages/cli-plugin-init/package.json index 54fcce65..f3deb2d9 100644 --- a/packages/cli-plugin-init/package.json +++ b/packages/cli-plugin-init/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/cli-plugin-init", - "version": "1.0.17", + "version": "1.0.18", "main": "lib/index.js", "module": "src/index.js", "types": "lib/index.d.ts", @@ -27,7 +27,7 @@ "@types/fs-extra": "^9.0.11", "@types/ini": "^1.3.30", "@types/validate-npm-package-name": "^3.0.2", - "@winfe/cli-core": "^1.0.17", + "@winfe/cli-core": "^1.0.18", "@winfe/get-materials": "^1.0.8", "chalk": "^4.1.0", "cross-spawn": "^7.0.3", diff --git a/packages/cli-plugin-lint/CHANGELOG.md b/packages/cli-plugin-lint/CHANGELOG.md index 6682d988..75bbc0d3 100644 --- a/packages/cli-plugin-lint/CHANGELOG.md +++ b/packages/cli-plugin-lint/CHANGELOG.md @@ -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.0.18 (2021-07-02) + + +### Bug Fixes + +* delete markdown code ([7a350e7](https://github.com/cool-fe/winex-cli/commit/7a350e7e51b80ee60dfdd11a5c72021cf1018d4f)) + + + + + ## 1.0.17 (2021-06-30) diff --git a/packages/cli-plugin-lint/package.json b/packages/cli-plugin-lint/package.json index c8920705..67dacf21 100644 --- a/packages/cli-plugin-lint/package.json +++ b/packages/cli-plugin-lint/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/cli-plugin-lint", - "version": "1.0.17", + "version": "1.0.18", "main": "lib/index.js", "module": "src/index.js", "types": "lib/index.d.ts", @@ -26,7 +26,7 @@ "type": "ts,node" }, "dependencies": { - "@winfe/cli-core": "^1.0.17", + "@winfe/cli-core": "^1.0.18", "chalk": "^4.1.0", "command-exists": "^1.2.9", "cross-spawn": "^7.0.3", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 6618e1fc..1e2aa0fb 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.0.18 (2021-07-02) + + +### Bug Fixes + +* delete markdown code ([7a350e7](https://github.com/cool-fe/winex-cli/commit/7a350e7e51b80ee60dfdd11a5c72021cf1018d4f)) + + + + + ## 1.0.17 (2021-06-30) diff --git a/packages/cli/package.json b/packages/cli/package.json index 021e6556..e9cce336 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/winex-cli", - "version": "1.0.17", + "version": "1.0.18", "bin": { "winex": "bin/winex.js" }, @@ -35,11 +35,11 @@ "dependencies": { "@sentry/node": "^6.7.2", "@sentry/tracing": "^6.7.2", - "@winfe/cli-core": "^1.0.17", - "@winfe/cli-plugin-add": "^1.0.17", - "@winfe/cli-plugin-fire": "^1.0.17", - "@winfe/cli-plugin-init": "^1.0.17", - "@winfe/cli-plugin-lint": "^1.0.17", + "@winfe/cli-core": "^1.0.18", + "@winfe/cli-plugin-add": "^1.0.18", + "@winfe/cli-plugin-fire": "^1.0.18", + "@winfe/cli-plugin-init": "^1.0.18", + "@winfe/cli-plugin-lint": "^1.0.18", "child_process": "^1.0.2", "ini": "^2.0.0" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 402a0b6e..12331a75 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.0.18 (2021-07-02) + + +### Bug Fixes + +* delete markdown code ([7a350e7](https://github.com/cool-fe/winex-cli/commit/7a350e7e51b80ee60dfdd11a5c72021cf1018d4f)) + + + + + ## 1.0.17 (2021-06-30) diff --git a/packages/core/package.json b/packages/core/package.json index 18ee795a..e95e82bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/cli-core", - "version": "1.0.17", + "version": "1.0.18", "main": "lib/index.js", "module": "src/index.js", "types": "lib/index.d.ts",