Skip to content

Commit

Permalink
Start v0.6.0 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Nov 1, 2023
1 parent 596e8ad commit e3559cf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bslib
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
Version: 0.5.1.9000
Version: 0.6.0
Authors@R: c(
person("Carson", "Sievert", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4958-2844")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bslib (development version)
# bslib 0.6.0

## Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion R/bs-theme-layers.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#' )
#'
#' @describeIn bs_bundle Add Bootstrap Sass
#' [variable defaults](http://rstudio.github.io/bslib/articles/bs5-variables/index.html).
#' [variable defaults](https://rstudio.github.io/bslib/articles/bs5-variables/index.html).
#' @export
bs_add_variables <- function(theme, ..., .where = "defaults", .default_flag = identical(.where, "defaults")) {
assert_bs_theme(theme)
Expand Down
2 changes: 1 addition & 1 deletion inst/components/dist/components.js

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

2 changes: 1 addition & 1 deletion inst/components/dist/components.min.js

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

2 changes: 1 addition & 1 deletion inst/components/dist/web-components.js

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

Loading

0 comments on commit e3559cf

Please sign in to comment.