Skip to content

Commit f24ed34

Browse files
committed
version bumps and package.json fixes
1 parent 89f1e6b commit f24ed34

File tree

5 files changed

+15
-17
lines changed

5 files changed

+15
-17
lines changed

components/dash-core-components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "dash-core-components",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/plotly/dash-core-components.git"
7+
"url": "git://github.com/plotly/dash.git"
88
},
99
"bugs": {
10-
"url": "https://github.com/plotly/dash-core-components/issues"
10+
"url": "https://github.com/plotly/dash/issues"
1111
},
12-
"homepage": "https://github.com/plotly/dash-core-components",
12+
"homepage": "https://github.com/plotly/dash",
1313
"main": "dash_core_components/dash_core_components.js",
1414
"scripts": {
1515
"private::format.black": "black dash_core_components_base/ tests/ setup.py",
@@ -33,7 +33,7 @@
3333
"lint": "run-s private::lint.*"
3434
},
3535
"author": "Chris Parmer <[email protected]>",
36-
"maintainer": "Ryan Patrick Kyle <ryan@plotly.com>",
36+
"maintainer": "Alex Johnson <alex@plotly.com>",
3737
"license": "MIT",
3838
"dependencies": {
3939
"@fortawesome/fontawesome-svg-core": "^1.2.36",

components/dash-html-components/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
{
22
"name": "dash-html-components",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/plotly/dash-html-components.git"
8+
"url": "https://github.com/plotly/dash.git"
99
},
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/plotly/dash-html-components/issues"
12+
"url": "https://github.com/plotly/dash/issues"
1313
},
14-
"homepage": "https://github.com/plotly/dash-html-components",
14+
"homepage": "https://github.com/plotly/dash",
1515
"scripts": {
1616
"clean": "rm -rf src/* && mkdir -p src/components",
1717
"prebuild": "cd scripts && sh generate-all.sh && cd -",
18-
"install-local": "python setup.py install",
19-
"uninstall-local": "pip uninstall dash-html-components -y",
2018
"lint": "eslint src scripts",
2119
"build:js": "webpack --mode production",
2220
"build:backends": "dash-generate-components ./src/components dash_html_components -p package-info.json && cp dash_html_components_base/** dash_html_components && dash-generate-components ./src/components dash_html_components -p package-info.json --r-prefix 'html' --r-suggests 'dash,dashCoreComponents' --jl-prefix 'html' && black dash_html_components",

components/dash-table/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "dash-table",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Dash table",
55
"repository": {
66
"type": "git",
7-
"url": "[email protected]:plotly/dash-table.git"
7+
"url": "[email protected]:plotly/dash.git"
88
},
99
"bugs": {
10-
"url": "https://github.com/plotly/dash-table/issues"
10+
"url": "https://github.com/plotly/dash/issues"
1111
},
12-
"homepage": "https://github.com/plotly/dash-table",
12+
"homepage": "https://github.com/plotly/dash",
1313
"main": "dash_table/bundle.js",
1414
"scripts": {
1515
"preprivate::test.server": "run-s private::wait_dash*",

dash/dash-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-renderer",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "render dash components in react",
55
"main": "build/dash_renderer.min.js",
66
"scripts": {

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)