Skip to content

Commit

Permalink
chore: releases v1.3.0 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking authored Mar 31, 2024
1 parent 91924e5 commit 4a3d12a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### 1.3.0

feat

- Radro: sync label prop to value (#504)
- Checkbox: sync label prop to value (#508)

other

- change the type to module (#496)
- Select: remove the slot parameter data (#505)
- Table: remove the deprecated slots (#506)
- Form: remove the deprecated slots (#507)
- Crud: remove the deprecated slots (#509)
- Descriptions: remove the deprecated slots (#510)
- remove the deprecated function (#511)

### 1.2.12

feat
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": "element-pro-components",
"version": "1.2.12",
"version": "1.3.0",
"description": "a component library for Vue 3 base on element-plus",
"type": "module",
"main": "lib/index.umd.cjs",
Expand Down

0 comments on commit 4a3d12a

Please sign in to comment.