Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog #1229

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.17.10 (2024-07-12)

### 💡 主要变更

- [+] `Select` 组件新增了 `before` / `after` 两个插槽。<!-- #Select -->
- [+] `NumberInput` 组件新增了 `before` 一个插槽。<!-- #NumberInput -->
- [+] `DatePicker` 组件新增了 `before` / `after` 两个插槽。<!-- #DatePicker -->

## 2.17.9 (2024-04-29)

### 💡 主要变更
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.17.9",
"version": "2.17.10",
"scripts": {
"dev": "pnpm --filter=veui run serve",
"test": "pnpm -r test",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-veui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-veui",
"version": "2.17.9",
"version": "2.17.10",
"description": "Import VEUI components with ease.",
"main": "./index.js",
"repository": "ecomfe/veui",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-loader",
"version": "2.17.9",
"version": "2.17.10",
"description": "webpack loader for VEUI.",
"main": "lib/index.js",
"repository": "ecomfe/veui",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-dls-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-dls-icons",
"version": "2.17.9",
"version": "2.17.10",
"description": "Icon pack for theme Light DLS of VEUI.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-dls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui-theme-dls",
"version": "2.17.9",
"version": "2.17.10",
"description": "Theme Light DLS for VEUI.",
"repository": "ecomfe/veui",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veui",
"version": "2.17.9",
"version": "2.17.10",
"description": "Baidu Enterprise UI for Vue.js.",
"scripts": {
"serve:dual": "cross-env VEUI_STYLE=dual pnpm serve",
Expand Down