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

Commit 0617ac6

Browse files
Change version 1.0.0 => 0.39.0
1 parent 3f3d578 commit 0617ac6

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.39.0] - 2018-11-12
6+
### Changed
7+
- Updated `react` and `react-dom` to version `^16.6.1`
8+
- Updated `react-dates` to `^18.2.2`
9+
- Updated `react-docgen` to `^2.21.0`
10+
- Updated `react-dropzone` to `^7.0.1`
11+
- Updated `react-markdown` to `^4.0.2`
12+
- Updated `react-select-fast-filter-options` to `^0.2.3`
13+
- Updated `react-syntax-highlighter` to ^10.0.0`
14+
- Updated `react-virtualized-select` to `^3.1.3`
15+
- Updated `react-with-direction` to `^1.3.0`
16+
- Upgraded `babel` and dependencies to `7.1.5`
17+
- Upgraded `enzyme` and dependencies to `3.7.0`
18+
519
## [0.38.1] - 2018-11-14
620
### Fixed
721
- The issue [#115](https://github.com/plotly/dash-core-components/issues/115)

dash_core_components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "0.38.1",
3+
"version": "0.39.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

dash_core_components/version.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<<<<<<< HEAD
2-
__version__ = '0.38.1'
3-
=======
4-
__version__ = '1.0.0'
5-
>>>>>>> Update version and changelog
1+
__version__ = '0.39.0'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "0.38.1",
3+
"version": "0.39.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)