Skip to content

Commit

Permalink
Start v0.6.2 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Mar 20, 2024
1 parent bc3c069 commit 6df1516
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.6.1
Version: 0.6.2
Authors@R: c(
person("Carson", "Sievert", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4958-2844")),
Expand Down Expand Up @@ -39,7 +39,7 @@ Imports:
memoise (>= 2.0.1),
mime,
rlang,
sass (>= 0.4.0)
sass (>= 0.4.9)
Suggests:
bsicons,
curl,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# bslib 0.6.2

Increased the version requirement on the `{sass}` package to 0.4.9. As a result, `font_google(local=TRUE)` should no longer fail to download font files.

# bslib 0.6.1

## Bug fixes
Expand Down
4 changes: 0 additions & 4 deletions tests/testthat/test-fill.R
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,6 @@ test_that("as_fill_carrier() with a nested tag on inner tag", {
# Remove All Fill -----------------------------------------------------------

test_that("remove_all_fill() removes fill from outer element", {
expect_equal(
remove_all_fill(as_fill_item(tag_simple())),
tag_simple()
)

# ignoring the 'htmltools-fill' dependency
expect_equal(
Expand Down

0 comments on commit 6df1516

Please sign in to comment.