Skip to content

Commit

Permalink
chore(package): update version and 2.8.0 changelog. #301
Browse files Browse the repository at this point in the history
  • Loading branch information
eyunhua committed Nov 28, 2022
1 parent 3ab3e22 commit 7efe706
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.8.0(veui版本为2.10.2)
### 💡 主要变更
* [+] 新增 `cascader` 组件
* [+] 新增 `empty` 组件
* [+] 新增 `loadingbar` 组件

## 2.7.0(veui版本为2.7.3)
### 💡 主要变更
* [+] `Input` 组件增加`inline`样式
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.7.0",
"version": "2.8.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.7.0",
"version": "2.8.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.7.0",
"version": "2.8.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.7.0"
"veui-theme-blue-icons": "^2.8.0"
},
"peerDependencies": {
"veui": "2.10.2"
Expand Down

1 comment on commit 7efe706

@vercel
Copy link

@vercel vercel bot commented on 7efe706 Nov 28, 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-ecomfe.vercel.app
veui-theme-blue.vercel.app
veui-theme-blue-git-master-ecomfe.vercel.app

Please sign in to comment.