Skip to content

Commit f3a513b

Browse files
Bump to 1.11.0 + ignore files for jl
1 parent 17b77a4 commit f3a513b

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Diff for: packages/dash-core-components/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ build/
33
dist/
44
lib/
55
lib/bundle.js*
6+
Project.toml
67
coverage/
78
node_modules/
89
.npm
@@ -18,8 +19,10 @@ venv/
1819
/build
1920
/dash_core_components
2021
dash_core_components_base/plotly.min.js
22+
/deps
2123
/inst
2224
/man
2325
/R
26+
/src/*.jl
2427
DESCRIPTION
2528
NAMESPACE

Diff for: packages/dash-core-components/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
## [Unreleased]
5+
## [1.11.0] - 2020-08-25
66
### Added
77
- [#851](https://github.com/plotly/dash-core-components/pull/851) Add support for Dash.jl Julia built components
88
- [#840](https://github.com/plotly/dash-core-components/pull/840) Add styling properties to `dcc.Loading` component

Diff for: packages/dash-core-components/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/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": "1.10.2",
3+
"version": "1.11.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)