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

Commit 5d81fb7

Browse files
committed
Update version, changelog and bundles.
1 parent 455d1b0 commit 5d81fb7

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log for dash-core-components
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [0.33.1] -- 2018-10-17
6+
### Fixed
7+
- Fix Store component nested data [#333](https://github.com/plotly/dash-core-components/pull/333)
8+
49
## [0.33.0] -- 2018-10-04
510
### Added
611

dash_core_components/dash_core_components.dev.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dash_core_components/dash_core_components.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.33.0",
3+
"version": "0.33.1",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -19,7 +19,7 @@
1919
"uninstall-local": "pip uninstall dash-core-components -y",
2020
"build:js": "webpack --mode production",
2121
"build:js-dev": "webpack --mode development",
22-
"build:py": "node ./extract-meta src/components > dash_core_components/metadata.json && cp package.json dash_core_components && npm run generate-python-classes",
22+
"build:py": "node ./extract-meta src/components > dash_core_components/metadata.json && copyfiles package.json dash_core_components && npm run generate-python-classes",
2323
"build:all": "npm run build:js && npm run build:py",
2424
"build:all-dev": "npm run build:js-dev && npm run build:py",
2525
"build:watch": "watch 'npm run build:all' src"

dash_core_components/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.33.0'
1+
__version__ = '0.33.1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)