diff --git a/CHANGELOG.md b/CHANGELOG.md index abb42f5..d2292e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.2.0(veui版本为2.6.2) +### 💡 主要变更 +* [^] 更新 `AlertBox` 组件样式 +* [^] 更新 `Tabs` 组件样式 +* [^] 更新 `SearchBox` 组件样式 +* [^] 更新 `NumberInput` 组件样式 + ## 2.1.0(veui版本为2.5.4) ### 💡 主要变更 * [^] 更新 `Toast` 组件样式 diff --git a/icons/package.json b/icons/package.json index 884e17c..2988948 100644 --- a/icons/package.json +++ b/icons/package.json @@ -1,6 +1,6 @@ { "name": "veui-theme-blue-icons", - "version": "2.1.0", + "version": "2.2.0", "description": "", "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index a21601b..5f29561 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "veui-theme-blue", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "veui-theme-blue", - "version": "2.1.0", + "version": "2.2.0", "dependencies": { "core-js": "^3.6.5", "veui": "^2.6.2", diff --git a/package.json b/package.json index c0f2415..daddc5d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/package.json b/src/package.json index 3b13ec0..1eecccd 100644 --- a/src/package.json +++ b/src/package.json @@ -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", @@ -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"