Skip to content

Commit aeeab2d

Browse files
chore: release 0.0.1
1 parent f382513 commit aeeab2d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
## 0.0.1 (2024-09-24)
4+
5+
6+
### Bug Fixes
7+
8+
* 修复一些bug ([5ce2c7e](https://github.com/mypandora/elelment-datepicker/commit/5ce2c7eec326a7ed4dc02f91662e06dd9ddf499d))
9+
* 删除无用代码 ([98879c6](https://github.com/mypandora/elelment-datepicker/commit/98879c6c3bf4cc53abcbf9738e4076d5fbf05f3e))
10+
11+
12+
### Features
13+
14+
* 完成半年选择器开发 ([aa0a69c](https://github.com/mypandora/elelment-datepicker/commit/aa0a69c5d95832a94b876de98c1dce71d44454ce))
15+
* 完成季度选择 ([82231a2](https://github.com/mypandora/elelment-datepicker/commit/82231a267fa7fed35622b18be97c7b045dd94888))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mypandora/element-datepicker",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"files": [
77
"dist"

0 commit comments

Comments
 (0)