Skip to content

Commit

Permalink
Releases 1.2.7 (#429)
Browse files Browse the repository at this point in the history
feat

- Form: solving the attrs (#424)

fix

- Form: the style link error (#426)
- optimize SSG about teleports (#428)
  • Loading branch information
tolking authored Nov 20, 2022
1 parent 6b0bce9 commit b12818c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### 1.2.7

feat

- Form: solving the attrs (#424)

fix

- Form: the style link error (#426)
- optimize SSG about teleports (#428)

### 1.2.6

fix
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.6",
"version": "1.2.7",
"description": "a component library for Vue 3 base on element-plus",
"main": "lib/index.umd.js",
"module": "lib/index.es.js",
Expand Down

0 comments on commit b12818c

Please sign in to comment.