Skip to content

Commit

Permalink
chore(package): update version and 2.2.0 changelog. #108
Browse files Browse the repository at this point in the history
  • Loading branch information
eyunhua committed Apr 15, 2022
1 parent 1ae88f8 commit 13a426e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.2.0(veui版本为2.6.2)
### 💡 主要变更
* [^] 更新 `AlertBox` 组件样式
* [^] 更新 `Tabs` 组件样式
* [^] 更新 `SearchBox` 组件样式
* [^] 更新 `NumberInput` 组件样式

## 2.1.0(veui版本为2.5.4)
### 💡 主要变更
* [^] 更新 `Toast` 组件样式
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.1.0",
"version": "2.2.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.1.0",
"version": "2.2.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.1.0",
"version": "2.2.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.1.0"
"veui-theme-blue-icons": "^2.2.0"
},
"peerDependencies": {
"veui": "2.6.2"
Expand Down

0 comments on commit 13a426e

Please sign in to comment.