Skip to content

Commit

Permalink
chore(package): update version and 2.1.0 changelog. #108
Browse files Browse the repository at this point in the history
  • Loading branch information
eyunhua committed Mar 18, 2022
1 parent d748f65 commit 1ee4963
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2.1.0(veui版本为2.5.4)
### 💡 主要变更
* [^] 更新 `Toast` 组件样式
* [^] 更新 `Dialog` 组件样式
* [^] 更新 `Input` 组件样式
* [^] 更新 `InputGroup` 组件样式
* [^] 更新 `Autocomplete` 组件样式
* [^] 更新 `Drawer` 组件样式
* [^] 更新 `Select` 组件样式
* [^] 更新 `Checkbox` 组件样式
* [^] 更新 `CheckboxGroup` 图标
* [^] 更新 `Textarea` 组件样式
* [^] 更新 `Switch` 组件样式
* [^] 更新 `Badge` 组件样式

## 2.0.0(veui版本为2.5.4)
### 💡 主要变更
* [^] 更新 `Alert` 组件样式
Expand Down
2 changes: 1 addition & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-blue-icons",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-blue",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-blue",
"version": "2.0.0",
"version": "2.1.0",
"description": "Theme Blue for VEUI.",
"repository": "ecomfe/veui-theme-blue",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"classlist-polyfill": "^1.2.0",
"focus-visible": "^4.1.0",
"less-plugin-est": "^3.0.1",
"veui-theme-blue-icons": "^2.0.0"
"veui-theme-blue-icons": "^2.1.0"
},
"peerDependencies": {
"veui": "2.5.4"
Expand Down

0 comments on commit 1ee4963

Please sign in to comment.