Skip to content

Commit 9134400

Browse files
chore: release v0.3.0 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 46ef0bf commit 9134400

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.0"}
1+
{".":"0.3.0"}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/opensource-nepal/react-nepali-datetime/compare/v0.2.0...v0.3.0) (2025-06-15)
4+
5+
6+
### Features
7+
8+
* add home icon to navigate to the current date ([#17](https://github.com/opensource-nepal/react-nepali-datetime/issues/17)) ([50d0fab](https://github.com/opensource-nepal/react-nepali-datetime/commit/50d0fab313f4723620254f5fbab2f94d189fbb25))
9+
* add styles to nepali date input ([#22](https://github.com/opensource-nepal/react-nepali-datetime/issues/22)) ([91b1e21](https://github.com/opensource-nepal/react-nepali-datetime/commit/91b1e215328f00099872a50a9568db57a2833593))
10+
* allow user to enter and clear date value ([#16](https://github.com/opensource-nepal/react-nepali-datetime/issues/16)) ([2f5d576](https://github.com/opensource-nepal/react-nepali-datetime/commit/2f5d57612fd0e3854511d9ff48b58bd04dc67c81))
11+
12+
13+
### Bug Fixes
14+
15+
* fix popup close after year month selection ([#19](https://github.com/opensource-nepal/react-nepali-datetime/issues/19)) ([5b4db66](https://github.com/opensource-nepal/react-nepali-datetime/commit/5b4db66a750974345e6dd02c705ef688a415e51e))
16+
* update styles of year and month selectors ([#11](https://github.com/opensource-nepal/react-nepali-datetime/issues/11)) ([b8c36d1](https://github.com/opensource-nepal/react-nepali-datetime/commit/b8c36d1dfc629935ab196376814c62ff31c1695c))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nepali-datetime",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)