Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
bump version to 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Rivet committed May 15, 2019
1 parent d5480e8 commit 2932409
Show file tree
Hide file tree
Showing 10 changed files with 1,522 additions and 1,545 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.48.0] - 2019-05-15
### Added

- `figure` prop in `dcc.Graph` now accepts a `frames` key
- Improved the `Dropdown` options description for dash-docs #547
- Added `optionHeight` prop to `Dropdown` #552

### Removed

- Removed unused `key` prop from `dcc.ConfirmDialog`


## [0.47.0] - 2019-04-25
### Fixed
- Fixed style regression in DatePickerSingle and DatePickerRange [#518](https://github.com/plotly/dash-core-components/issues/518)
Expand Down
2,714 changes: 1,357 additions & 1,357 deletions dash_core_components/dash_core_components.dev.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/dash_core_components.dev.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dash_core_components/dash_core_components.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/dash_core_components.min.js.map

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions dash_core_components/metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.47.0",
"version": "0.48.0",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.47.0'
__version__ = '0.48.0'
43 changes: 12 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.47.0",
"version": "0.48.0",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2932409

Please sign in to comment.