From ac5890effe835124c8c39460f09c7914ebcc312e Mon Sep 17 00:00:00 2001 From: ggwujun <18570148691@163.com> Date: Wed, 11 Aug 2021 03:59:53 +0000 Subject: [PATCH] v1.1.0-alpha.0 --- CHANGELOG.md | 14 +++++++++++++- lerna.json | 16 ++++++++++++---- packages/client/CHANGELOG.md | 14 +++++++++++++- packages/client/package.json | 2 +- packages/preset-built-in/CHANGELOG.md | 14 +++++++++++++- packages/preset-built-in/package.json | 10 +++++----- packages/preset-built-vmi/CHANGELOG.md | 14 +++++++++++++- packages/preset-built-vmi/package.json | 4 ++-- packages/runtime/CHANGELOG.md | 14 +++++++++++++- packages/runtime/package.json | 2 +- packages/vmi/CHANGELOG.md | 14 +++++++++++++- packages/vmi/package.json | 8 ++++---- 12 files changed, 103 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7273b..7a043ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0-alpha.0 (2021-08-11) + + +### Features + +* vmi对接dev和build命令,支持spa项目和组件物料打包第一阶段开发完毕 ([aa12139](https://github.com/umijs/umi/commit/aa12139a28d7bdc1aa5eaecedeaa248e589a1fab)) + + + + ## 1.0.6 (2021-08-06) diff --git a/lerna.json b/lerna.json index 2f69638..1662110 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.6", + "version": "1.1.0-alpha.0", "npmClient": "yarn", "useWorkspaces": true, "changelog": { @@ -20,14 +20,22 @@ "message": "chore(release): publish %s [skip ci]" }, "publish": { - "ignoreChanges": ["*.md", ".npmrc"], + "ignoreChanges": [ + "*.md", + ".npmrc" + ], "registry": "http://registry.npmjs.org/", - "version": ["preminor"] + "version": [ + "preminor" + ] }, "version": { "conventionalCommits": true, "includeMergedTags": true, - "ignoreChanges": ["*.md", ".npmrc"] + "ignoreChanges": [ + "*.md", + ".npmrc" + ] } }, "ignoreChanges": [ diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 42b1537..71b47f6 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0-alpha.0 (2021-08-11) + + +### Features + +* vmi对接dev和build命令,支持spa项目和组件物料打包第一阶段开发完毕 ([aa12139](https://github.com/cool-fe/vmi/commit/aa12139a28d7bdc1aa5eaecedeaa248e589a1fab)) + + + + ## 1.0.6 (2021-08-06) diff --git a/packages/client/package.json b/packages/client/package.json index dc83d50..d5d1d22 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/client", - "version": "1.0.6", + "version": "1.1.0-alpha.0", "scripts": {}, "main": "./src/index.js", "dependencies": { diff --git a/packages/preset-built-in/CHANGELOG.md b/packages/preset-built-in/CHANGELOG.md index f2fc7d2..4249658 100644 --- a/packages/preset-built-in/CHANGELOG.md +++ b/packages/preset-built-in/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0-alpha.0 (2021-08-11) + + +### Features + +* vmi对接dev和build命令,支持spa项目和组件物料打包第一阶段开发完毕 ([aa12139](https://github.com/umijs/umi/commit/aa12139a28d7bdc1aa5eaecedeaa248e589a1fab)) + + + + ## 1.0.6 (2021-08-06) diff --git a/packages/preset-built-in/package.json b/packages/preset-built-in/package.json index 26dd542..4d4e124 100644 --- a/packages/preset-built-in/package.json +++ b/packages/preset-built-in/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/preset-built-in", - "version": "1.0.6", + "version": "1.1.0-alpha.0", "description": "@winfe/preset-built-in", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -33,14 +33,14 @@ "@umijs/server": "3.5.2", "@umijs/types": "3.5.2", "@umijs/utils": "3.5.2", - "@winfe/runtime": "^1.0.6", - "@winfe/vmi": "^1.0.6", + "@winfe/runtime": "^1.1.0-alpha.0", + "@winfe/vmi": "^1.1.0-alpha.0", "core-js": "3.6.5", "es-module-lexer": "0.6.0", "es5-imcompatible-versions": "^0.1.62", "mime": "1.3.0", + "node-sass": "^4.14.1", "regenerator-runtime": "0.13.5", - "sass-loader": "^7.0.1", - "node-sass": "^4.14.1" + "sass-loader": "^7.0.1" } } diff --git a/packages/preset-built-vmi/CHANGELOG.md b/packages/preset-built-vmi/CHANGELOG.md index 14588ec..d86b25a 100644 --- a/packages/preset-built-vmi/CHANGELOG.md +++ b/packages/preset-built-vmi/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0-alpha.0 (2021-08-11) + + +### Features + +* vmi对接dev和build命令,支持spa项目和组件物料打包第一阶段开发完毕 ([aa12139](https://github.com/cool-fe/vmi/commit/aa12139a28d7bdc1aa5eaecedeaa248e589a1fab)) + + + + ## 1.0.6 (2021-08-06) diff --git a/packages/preset-built-vmi/package.json b/packages/preset-built-vmi/package.json index 74ef814..659be17 100644 --- a/packages/preset-built-vmi/package.json +++ b/packages/preset-built-vmi/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/preset-built-vmi", - "version": "1.0.6", + "version": "1.1.0-alpha.0", "description": "@vmi/preset-built-in", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -25,7 +25,7 @@ "@types/multer": "1.4.3", "@types/react-router-config": "5.0.1", "@types/serialize-javascript": "1.5.0", - "@winfe/client": "^1.0.6", + "@winfe/client": "^1.1.0-alpha.0", "@winfe/theme-helper": "^0.0.4", "clean-webpack-plugin": "^4.0.0-alpha.0", "cliui": "6.0.0", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index db90e2d..45fb777 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0-alpha.0 (2021-08-11) + + +### Features + +* vmi对接dev和build命令,支持spa项目和组件物料打包第一阶段开发完毕 ([aa12139](https://github.com/umijs/umi/commit/aa12139a28d7bdc1aa5eaecedeaa248e589a1fab)) + + + + ## 1.0.6 (2021-08-06) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 0e3c8ae..0cc52a4 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/runtime", - "version": "1.0.6", + "version": "1.1.0-alpha.0", "description": "@vmi/runtime", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/vmi/CHANGELOG.md b/packages/vmi/CHANGELOG.md index fdf8b3d..9ea0702 100644 --- a/packages/vmi/CHANGELOG.md +++ b/packages/vmi/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0-alpha.0 (2021-08-11) + + +### Features + +* vmi对接dev和build命令,支持spa项目和组件物料打包第一阶段开发完毕 ([aa12139](https://github.com/umijs/umi/commit/aa12139a28d7bdc1aa5eaecedeaa248e589a1fab)) + + + + ## 1.0.6 (2021-08-06) diff --git a/packages/vmi/package.json b/packages/vmi/package.json index 41fc959..36be768 100644 --- a/packages/vmi/package.json +++ b/packages/vmi/package.json @@ -1,6 +1,6 @@ { "name": "@winfe/vmi", - "version": "1.0.6", + "version": "1.1.0-alpha.0", "description": "vmi", "main": "index.js", "types": "types.d.ts", @@ -34,9 +34,9 @@ "@umijs/deps": "3.5.2", "@umijs/types": "3.5.2", "@umijs/utils": "3.5.2", - "@winfe/preset-built-in": "^1.0.6", - "@winfe/preset-built-vmi": "^1.0.6", - "@winfe/runtime": "^1.0.6", + "@winfe/preset-built-in": "^1.1.0-alpha.0", + "@winfe/preset-built-vmi": "^1.1.0-alpha.0", + "@winfe/runtime": "^1.1.0-alpha.0", "minio": "^7.0.18", "string-width": "^5.0.0", "v8-compile-cache": "2.3.0"