Skip to content

Commit

Permalink
Start 0.1.1 release candidate (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: cpsievert <[email protected]>
  • Loading branch information
cpsievert and cpsievert authored Aug 11, 2023
1 parent 70c5281 commit 39a8668
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: bsicons
Title: Easily Work with 'Bootstrap' Icons
Version: 0.1.0.9000
Version: 0.1.1
Authors@R: c(
person("Carson", "Sievert", role = c("cre", "aut"), email = "carson@rstudio.com", comment = c(ORCID = "0000-0002-4958-2844")),
person("RStudio", role = c("cph", "fnd")),
person("Carson", "Sievert", role = c("cre", "aut"), email = "carson@posit.co", comment = c(ORCID = "0000-0002-4958-2844")),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("Mark", "Otto", role = "cph", comment = "Bootstrap icons maintainer"))
Description: Easily use 'Bootstrap' icons inside 'Shiny' apps and 'R Markdown' documents. More generally, icons can be inserted in any 'htmltools' document through inline 'SVG'.
License: MIT + file LICENSE
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(bs_icon)
import(cli)
import(htmltools)
import(rlang)
import(utils)
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# bsicons 0.1.0.9000
# bsicons 0.1.1

* Improved default vertical alignment of icons in an inline context (#4).
* Improved error message when an unrecognized icon is provided to `bs_icon()` (#5).

# bsicons 0.1

Expand Down
9 changes: 9 additions & 0 deletions R/bsicons-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @import rlang
#' @import cli
#' @import utils
## usethis namespace: end
NULL
3 changes: 0 additions & 3 deletions R/imports.R

This file was deleted.

29 changes: 29 additions & 0 deletions man/bsicons-package.Rd

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

0 comments on commit 39a8668

Please sign in to comment.