Skip to content

Commit

Permalink
chore(package): update version and 2.5.0 changelog. #108
Browse files Browse the repository at this point in the history
  • Loading branch information
eyunhua committed Jun 1, 2022
1 parent 2c7fbb0 commit 73ab239
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.5.0(veui版本为2.7.0)
### 💡 主要变更

* [+] 新增 `Baidu Number` 字体样式
* [+] 新增 `Layout` 组件样式
* [+] 新增 `Header` 组件样式
* [+] 新增 `Footer` 组件样式
* [+] 新增 `Sidebar` 组件样式
* [+] 新增 `Message` 组件样式
* [^] 更新 `Tree` 组件样式
* [^] 更新 `Popover` 组件样式
* [^] 更新 `Uploader` 组件样式
* [^] `CheckButtonGroup` 组件新增`style`选项

## 2.4.0(veui版本为2.6.5)
### 💡 主要变更
* [^] 更新 `Tooltip` 组件样式
Expand Down
4 changes: 2 additions & 2 deletions icons/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 icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-blue-icons",
"version": "2.4.0",
"version": "2.5.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "2.5.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
Expand Down
2 changes: 1 addition & 1 deletion src/package-lock.json

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

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.4.0",
"version": "2.5.0",
"description": "Theme Blue for VEUI.",
"repository": "ecomfe/veui-theme-blue",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"classlist-polyfill": "^1.2.0",
"focus-visible": "^4.1.0",
"less-plugin-est": "^3.0.1",
"veui-theme-blue-icons": "^2.4.0"
"veui-theme-blue-icons": "^2.5.0"
},
"peerDependencies": {
"veui": "2.7.0"
Expand Down

1 comment on commit 73ab239

@vercel
Copy link

@vercel vercel bot commented on 73ab239 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

veui-theme-blue – ./

veui-theme-blue.vercel.app
veui-theme-blue-ecomfe.vercel.app
veui-theme-blue-git-master-ecomfe.vercel.app

Please sign in to comment.