Skip to content

Commit 8262b6d

Browse files
authored
Prerelease 1.0.0-rc1 (#729)
* Prerelease 1.0.0-rc1 * Update react-bootstrap
1 parent 758da87 commit 8262b6d

File tree

4 files changed

+132
-112
lines changed

4 files changed

+132
-112
lines changed

dash_bootstrap_components/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0-dev"
1+
__version__ = "1.0.0-rc1"

package-lock.json

Lines changed: 128 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-bootstrap-components",
3-
"version": "1.0.0-dev",
3+
"version": "1.0.0-rc1",
44
"description": "Bootstrap components for Plotly Dash",
55
"repository": "github:facultyai/dash-bootstrap-components",
66
"main": "lib/dash-bootstrap-components.min.js",
@@ -65,7 +65,7 @@
6565
"prop-types": "^15.7.2",
6666
"ramda": "^0.27.1",
6767
"react": "^16.14.0",
68-
"react-bootstrap": "^2.0.0-beta.6",
68+
"react-bootstrap": "^2.0.0-rc.0",
6969
"react-dom": "^16.14.0"
7070
},
7171
"jest": {

0 commit comments

Comments
 (0)