Skip to content

Commit eeb2ee7

Browse files
Merge pull request plotly#368 from plotly/greenkeeper/react-select-2.1.0
Greenkeeper/react select 2.1.0
1 parent 447056c commit eeb2ee7

File tree

7 files changed

+268
-29
lines changed

7 files changed

+268
-29
lines changed

packages/dash-core-components/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.37.2] - 2018-11-07
6+
### Changed
7+
- Updated `react-select` to version `2.1.0`
8+
59
## [0.37.1] - 2018-11-07
610
### Added
711
- Added `clickannotation` event to `dcc.Graph`.

packages/dash-core-components/dash_core_components/dash_core_components.dev.js

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dash-core-components/dash_core_components/dash_core_components.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dash-core-components/dash_core_components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "0.37.1",
3+
"version": "0.37.2",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,7 @@
5151
"react-docgen": "^2.20.1",
5252
"react-dropzone": "^4.1.2",
5353
"react-markdown": "^2.4.5",
54-
"react-select": "^1.0.0-rc.10",
54+
"react-select": "^2.1.0",
5555
"react-select-fast-filter-options": "^0.2.2",
5656
"react-syntax-highlighter": "^5.0.0",
5757
"react-virtualized-select": "^3.1.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.37.1'
1+
__version__ = '0.37.2'

packages/dash-core-components/package-lock.json

Lines changed: 244 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)