Skip to content

Commit

Permalink
Prerelease 1.0.0-rc1 (#729)
Browse files Browse the repository at this point in the history
* Prerelease 1.0.0-rc1

* Update react-bootstrap
  • Loading branch information
tcbegley authored Oct 9, 2021
1 parent 758da87 commit 8262b6d
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 112 deletions.
2 changes: 1 addition & 1 deletion dash_bootstrap_components/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0-dev"
__version__ = "1.0.0-rc1"
236 changes: 128 additions & 108 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-bootstrap-components",
"version": "1.0.0-dev",
"version": "1.0.0-rc1",
"description": "Bootstrap components for Plotly Dash",
"repository": "github:facultyai/dash-bootstrap-components",
"main": "lib/dash-bootstrap-components.min.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"prop-types": "^15.7.2",
"ramda": "^0.27.1",
"react": "^16.14.0",
"react-bootstrap": "^2.0.0-beta.6",
"react-bootstrap": "^2.0.0-rc.0",
"react-dom": "^16.14.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 8262b6d

Please sign in to comment.