Skip to content

Commit

Permalink
🔖 Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
snehilvj committed Apr 9, 2023
1 parent eab78ed commit 1024af5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1024af5

Please sign in to comment.