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

Commit 46cd4a6

Browse files
Version bump to 0.38.1
1 parent 8c19bdd commit 46cd4a6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
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.38.1] - 2018-11-21
6+
### Fixed
7+
- Refactored the way the Graph component would generate an unique id if none provided.
8+
59
## [0.38.0] - 2018-11-07
610
### Fixed
711
- Changed the way the default CSS files for some components are loaded to being loaded with webpack instead of as dependencies.

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.0",
3+
"version": "0.38.1",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

dash_core_components/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.38.0'
1+
__version__ = '0.38.1'

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.0",
3+
"version": "0.38.1",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)