Skip to content

Commit

Permalink
chore(package): update version and 2.7.0 changelog. #108
Browse files Browse the repository at this point in the history
  • Loading branch information
eyunhua committed Jul 20, 2022
1 parent 5d35591 commit 1d5ba8f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.7.0(veui版本为2.7.3)
### 💡 主要变更
* [+] `Input` 组件增加`inline`样式
* [+] `Searchbox` 组件增加`inline`样式
### 🐞 问题修复
* [^] 修正 `Button` 组件`loading`样式icon

## 2.6.0(veui版本为2.7.1)
### 💡 主要变更

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.6.0",
"version": "2.7.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
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.6.0",
"version": "2.7.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.6.0",
"version": "2.7.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.6.0"
"veui-theme-blue-icons": "^2.7.0"
},
"peerDependencies": {
"veui": "2.7.3"
Expand Down

1 comment on commit 1d5ba8f

@vercel
Copy link

@vercel vercel bot commented on 1d5ba8f Jul 20, 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-git-master-ecomfe.vercel.app
veui-theme-blue-ecomfe.vercel.app

Please sign in to comment.