Skip to content

Commit

Permalink
v1.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GGwujun committed Aug 11, 2021
1 parent aa12139 commit ac5890e
Show file tree
Hide file tree
Showing 12 changed files with 103 additions and 23 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
16 changes: 12 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.6",
"version": "1.1.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand All @@ -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": [
Expand Down
14 changes: 13 additions & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/client",
"version": "1.0.6",
"version": "1.1.0-alpha.0",
"scripts": {},
"main": "./src/index.js",
"dependencies": {
Expand Down
14 changes: 13 additions & 1 deletion packages/preset-built-in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
10 changes: 5 additions & 5 deletions packages/preset-built-in/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
14 changes: 13 additions & 1 deletion packages/preset-built-vmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions packages/preset-built-vmi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
14 changes: 13 additions & 1 deletion packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 13 additions & 1 deletion packages/vmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
8 changes: 4 additions & 4 deletions packages/vmi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ac5890e

Please sign in to comment.