Skip to content

Commit 4cfef75

Browse files
committed
chore(release): v0.1.4
1 parent 0de7664 commit 4cfef75

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.1.4
5+
6+
[compare changes](https://undefined/undefined/compare/v0.1.3...v0.1.4)
7+
8+
### 🩹 Fixes
9+
10+
- Fix prop type for defineProps (#72)
11+
- **sender:** Fix actions style (#78)
12+
13+
### 📖 Documentation
14+
15+
- **attachments:** Fix typo and add file-card props description (#59)
16+
17+
### 🏡 Chore
18+
19+
- Add more badge (#54)
20+
21+
### 🤖 CI
22+
23+
- Fix ci (#75)
24+
25+
### ❤️ Contributors
26+
27+
- Wzc520pyfm ([@wzc520pyfm](http://github.com/wzc520pyfm))
28+
429
## v0.1.3
530

631
[compare changes](https://undefined/undefined/compare/0.1.2...v0.1.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-x-vue",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A vue library developed with dumi",
55
"scripts": {
66
"build": "vite build && vue-tsc --project ./tsconfig.build.json",

0 commit comments

Comments
 (0)