From dff8496c17f4ccad5b68b7e550b763332f98ce7c Mon Sep 17 00:00:00 2001 From: Binod Nepali Date: Thu, 14 Sep 2023 00:10:51 +0200 Subject: [PATCH] chore(release): 1.0.0-beta.6 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ef930..1c76e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.6](https://github.com/binodnepali/react-nepali-datetime-picker/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2023-09-13) + + +### Bug Fixes + +* **DesktopDateTimePicker:** ui not update when default value changed ([c82bcbd](https://github.com/binodnepali/react-nepali-datetime-picker/commit/c82bcbd505429cb181c1558a856311309ab41701)) +* incorrect nepali date ([f885ac6](https://github.com/binodnepali/react-nepali-datetime-picker/commit/f885ac67bf3ba2a5481ab2fc9a9861e52530e780)) + ## [1.0.0-beta.5](https://github.com/binodnepali/react-nepali-datetime-picker/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2023-08-30) ## [1.0.0-beta.4](https://github.com/binodnepali/react-nepali-datetime-picker/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2023-08-30) diff --git a/package.json b/package.json index 13e1591..56b8ffc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-nepali-datetime-picker" ], "private": false, - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "type": "module", "license": "MIT", "main": "dist/index.umd.js",