diff --git a/packages/plugin-antd/CHANGELOG.md b/packages/plugin-antd/CHANGELOG.md index d91d748c7..240539a43 100644 --- a/packages/plugin-antd/CHANGELOG.md +++ b/packages/plugin-antd/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/umijs/plugins/compare/@umijs/plugin-antd@0.3.0...@umijs/plugin-antd@0.4.0) (2020-03-23) + +### Features + +- :new: Add compact theme config to plugin-antd ([#120](https://github.com/umijs/plugins/issues/120)) ([57fe5d9](https://github.com/umijs/plugins/commit/57fe5d9386f394c9feef803dc84c4e87b250ba0c)), closes [ant-design/ant-design#22068](https://github.com/ant-design/ant-design/issues/22068) + # [0.3.0](https://github.com/umijs/plugins/compare/@umijs/plugin-antd@0.2.0...@umijs/plugin-antd@0.3.0) (2020-02-29) ### Features diff --git a/packages/plugin-antd/package.json b/packages/plugin-antd/package.json index c0ab60863..a4af48db9 100644 --- a/packages/plugin-antd/package.json +++ b/packages/plugin-antd/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/plugin-antd", - "version": "0.3.0", + "version": "0.4.0", "description": "@umijs/plugin-antd", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-layout/CHANGELOG.md b/packages/plugin-layout/CHANGELOG.md index 124ac5b0b..314e226dc 100644 --- a/packages/plugin-layout/CHANGELOG.md +++ b/packages/plugin-layout/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.1](https://github.com/umijs/plugins/compare/@umijs/plugin-layout@0.6.0...@umijs/plugin-layout@0.6.1) (2020-03-23) + +### Bug Fixes + +- 修复 layout 插件侧边栏高亮问题 ([#50](https://github.com/umijs/plugins/issues/50)) ([ca3882f](https://github.com/umijs/plugins/commit/ca3882fadb12f5ab7fbe31f9957dfdf740e1e036)) +- 修复 layout 文案拼写错误 ([#121](https://github.com/umijs/plugins/issues/121)) ([239ae69](https://github.com/umijs/plugins/commit/239ae6920472ecd6cf2613df644579c43c12315e)) + # [0.6.0](https://github.com/umijs/plugins/compare/@umijs/plugin-layout@0.5.1...@umijs/plugin-layout@0.6.0) (2020-03-12) ### Features diff --git a/packages/plugin-layout/package.json b/packages/plugin-layout/package.json index 6754294de..0abe34989 100644 --- a/packages/plugin-layout/package.json +++ b/packages/plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/plugin-layout", - "version": "0.6.0", + "version": "0.6.1", "description": "@umijs/plugin-layout", "main": "lib/index.js", "types": "lib/types/index.d.ts", diff --git a/packages/plugin-model/CHANGELOG.md b/packages/plugin-model/CHANGELOG.md index d9e00bec4..cf12a91a9 100644 --- a/packages/plugin-model/CHANGELOG.md +++ b/packages/plugin-model/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.4](https://github.com/umijs/plugins/compare/@umijs/plugin-model@2.1.3...@umijs/plugin-model@2.1.4) (2020-03-23) + +**Note:** Version bump only for package @umijs/plugin-model + ## [2.1.3](https://github.com/umijs/plugins/compare/@umijs/plugin-model@2.1.2...@umijs/plugin-model@2.1.3) (2020-03-18) ### Bug Fixes diff --git a/packages/plugin-model/package.json b/packages/plugin-model/package.json index 55f325be4..5c110cfe9 100644 --- a/packages/plugin-model/package.json +++ b/packages/plugin-model/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/plugin-model", - "version": "2.1.3", + "version": "2.1.4", "description": "@umijs/plugin-model", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/preset-react/CHANGELOG.md b/packages/preset-react/CHANGELOG.md index e92bda38d..d1651c6b9 100644 --- a/packages/preset-react/CHANGELOG.md +++ b/packages/preset-react/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.7](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.4.6...@umijs/preset-react@1.4.7) (2020-03-23) + +**Note:** Version bump only for package @umijs/preset-react + ## [1.4.6](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.4.5...@umijs/preset-react@1.4.6) (2020-03-20) **Note:** Version bump only for package @umijs/preset-react diff --git a/packages/preset-react/package.json b/packages/preset-react/package.json index a7c7ea8ee..c582de4fd 100644 --- a/packages/preset-react/package.json +++ b/packages/preset-react/package.json @@ -1,6 +1,6 @@ { "name": "@umijs/preset-react", - "version": "1.4.6", + "version": "1.4.7", "description": "@umijs/preset-react", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,13 +30,13 @@ "dependencies": { "@umijs/plugin-access": "2.2.1", "@umijs/plugin-analytics": "0.2.0", - "@umijs/plugin-antd": "0.3.0", + "@umijs/plugin-antd": "0.4.0", "@umijs/plugin-crossorigin": "1.1.0", "@umijs/plugin-dva": "0.6.4", "@umijs/plugin-initial-state": "2.1.8", - "@umijs/plugin-layout": "0.6.0", + "@umijs/plugin-layout": "0.6.1", "@umijs/plugin-locale": "0.4.2", - "@umijs/plugin-model": "2.1.3", + "@umijs/plugin-model": "2.1.4", "@umijs/plugin-request": "2.3.2", "@umijs/plugin-test": "1.0.0" }