From 1024af5a2940e23e1499c5a00c3129502640bc25 Mon Sep 17 00:00:00 2001 From: Snehil Vijay Date: Sun, 9 Apr 2023 20:19:31 +0530 Subject: [PATCH] :bookmark: Prepare for release --- CHANGELOG.md | 15 +++++++++++++++ justfile | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de0371fa..181491b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +# 0.12.1 + +### Added + +- Persistence props for TransferList #171 +- Clearing datepicker via callback #167 +- Trigger callback when new options are created using the creatable prop in Select and MultiSelect #164 +- Add `classNames` prop to all components + +### Fixed + +- Disabled dates losing effect in DatePicker and DateRangePicker #137 +- Date range selection issue when selecting adjacent dates #66 +- AppShell prop types #162 + # 0.12.0 ### Changed diff --git a/justfile b/justfile index 1e658f06..970cf09d 100644 --- a/justfile +++ b/justfile @@ -23,7 +23,7 @@ install: # Package the application for distribution using python wheel. package: clean build - python -m build --wheel + python -m build # Publish the package to pypi using twine. publish: package diff --git a/package.json b/package.json index 06d6eff3..3668a100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash_mantine_components", - "version": "0.12.0", + "version": "0.12.1", "description": "Plotly Dash Components based on Mantine", "main": "index.ts", "repository": {