From 8283dbcda37a62548d25d341881576fac4fdb60d Mon Sep 17 00:00:00 2001 From: Binod Nepali Date: Fri, 25 Aug 2023 23:41:49 +0200 Subject: [PATCH] chore(release): 1.0.0-beta.3 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32aaeba..754e16c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-beta.3](https://github.com/binodnepali/react-nepali-datetime-picker/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-08-25) + + +### Features + +* add custom theming and refactor component ([8217d81](https://github.com/binodnepali/react-nepali-datetime-picker/commit/8217d811f8e9ba872e9d33d2585f2f3fde127e24)) +* allow user to set initial value in datetime picker input ([a830234](https://github.com/binodnepali/react-nepali-datetime-picker/commit/a8302341f30a0859c839d62f2fb4e133c135fbc1)) + + +### Bug Fixes + +* return type in get current nepali date ([3dff9bc](https://github.com/binodnepali/react-nepali-datetime-picker/commit/3dff9bc80b4405c0f21ee7721d576bd6a6417a1c)) + ## [1.0.0-beta.2](https://github.com/binodnepali/react-nepali-datetime-picker/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-08-20) diff --git a/package.json b/package.json index 3fc85a6..035b792 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-nepali-datetime-picker" ], "private": false, - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "type": "module", "license": "MIT", "main": "dist/index.umd.js",