Skip to content

Commit 24bc5d2

Browse files
authored
chore: Releases 1.2.8 (#444)
fix - build Error Nodejs^15 Cannot find module 'node:path' (#431) - Form: validation error of ArrayForm (#440) - Form: disable reset button when submit (#442) other - add CODE_OF_CONDUCT.md (#432) - add issue template (#433) - docs: add contributing.md (#436) - add pull_request_template.md (#437) - Form: optimization type (#438) - update README (#439)
1 parent 1333779 commit 24bc5d2

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
### 1.2.8
4+
5+
fix
6+
7+
- build Error Nodejs^15 Cannot find module 'node:path' (#431)
8+
- Form: validation error of ArrayForm (#440)
9+
- Form: disable reset button when submit (#442)
10+
11+
other
12+
13+
- add CODE_OF_CONDUCT.md (#432)
14+
- add issue template (#433)
15+
- docs: add contributing.md (#436)
16+
- add pull_request_template.md (#437)
17+
- Form: optimization type (#438)
18+
- update README (#439)
19+
320
### 1.2.7
421

522
feat

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./docs/public/logo.svg" width="120px" height="120px" />
2+
<img src="https://tolking.github.io/element-pro-components/logo.svg" width="120px" height="120px" />
33
</p>
44
<p align="center">
55
<b style="font-size: 24px">element-pro-components</b>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "element-pro-components",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "a component library for Vue 3 base on element-plus",
55
"main": "lib/index.umd.js",
66
"module": "lib/index.es.js",
77
"exports": {
88
".": {
9+
"types": "./types/index.d.ts",
910
"import": "./lib/index.es.js",
1011
"require": "./lib/index.umd.js"
1112
},

0 commit comments

Comments
 (0)