Skip to content

Commit

Permalink
Merge pull request #110 from rstudio/v0.5.1-rc
Browse files Browse the repository at this point in the history
Release fontawesome v0.5.1
  • Loading branch information
rich-iannone authored Apr 18, 2023
2 parents ac0db95 + cfe9d5e commit 1773f6f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 17 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Type: Package
Package: fontawesome
Version: 0.5.0.9000
Version: 0.5.1
Title: Easily Work with 'Font Awesome' Icons
Description: Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'
documents and 'Shiny' apps. These icons can be inserted into HTML content
through inline 'SVG' tags or 'i' tags. There is also a utility function for
exporting 'Font Awesome' icons as 'PNG' images for those situations where
raster graphics are needed.
Authors@R: c(
person("Richard", "Iannone", , "rich@rstudio.com", c("aut", "cre"),
person("Richard", "Iannone", , "rich@posit.co", c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X")),
person("Christophe", "Dervieux", , "cderv@rstudio.com", role = "ctb",
person("Christophe", "Dervieux", , "cderv@posit.co", role = "ctb",
comment = c(ORCID = "0000-0003-4474-2498")),
person("Winston", "Chang", , "winston@rstudio.com", role = "ctb"),
person("Winston", "Chang", , "winston@posit.co", role = "ctb"),
person("Dave", "Gandy", role = c("ctb", "cph"),
comment = "Font-Awesome font"),
person("Posit Software, PBC", role = c("cph", "fnd"))
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2018-2021
COPYRIGHT HOLDER: RStudio, PBC
YEAR: 2018-2023
COPYRIGHT HOLDER: fontawesome authors
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packaged as .svg and .js file types).

# MIT License

Copyright (c) 2021 RStudio, PBC.
Copyright (c) 2018-2023 fontawesome authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# fontawesome (development version)
# fontawesome 0.5.1

* Updated icon set to that of Font Awesome 6.4.0. (#109)

# fontawesome 0.5.0

Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
<br />
<!-- badges: start -->

[![CRAN status](https://www.r-pkg.org/badges/version/fontawesome)](https://CRAN.R-project.org/package=fontawesome)
[![R-CMD-check](https://github.com/rstudio/fontawesome/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/fontawesome/actions)
[![Package Site](https://github.com/rstudio/fontawesome/workflows/pkgdown/badge.svg)](https://github.com/rstudio/fontawesome/actions)
[![Coverage status](https://codecov.io/gh/rstudio/fontawesome/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rstudio/fontawesome?branch=main)
<a href="https://cran.r-project.org/package=fontawesome"><img src="https://www.r-pkg.org/badges/version/fontawesome" alt="CRAN status" /></a>
<a href="https://github.com/rstudio/fontawesome/actions"><img src="https://github.com/rstudio/fontawesome/workflows/R-CMD-check/badge.svg" alt="R build status" /></a>
<a href="https://github.com/rstudio/fontawesome/actions"><img src="https://github.com/rstudio/fontawesome/workflows/pkgdown/badge.svg" alt="Package Site" /></a>
<a href="https://app.codecov.io/gh/rstudio/fontawesome?branch=main"><img src="https://codecov.io/gh/rstudio/fontawesome/branch/main/graph/badge.svg" alt="Coverage status" /></a>

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)
<a href="https://www.repostatus.org/#active"><img src="https://www.repostatus.org/badges/latest/active.svg" alt="The project has reached a stable, usable state and is being actively developed." /></a>
<a href="https://CRAN.R-project.org/package=fontawesome"><img src="https://cranlogs.r-pkg.org/badges/fontawesome" alt="Monthly Downloads"></a>
<a href="https://CRAN.R-project.org/package=fontawesome"><img src="https://cranlogs.r-pkg.org/badges/grand-total/fontawesome" alt="Total Downloads"></a>

<a href="https://www.contributor-covenant.org/version/2/1/code_of_conduct.html"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>

<!-- badges: end -->
<br />
Expand Down Expand Up @@ -174,7 +178,7 @@ If you encounter a bug, have usage questions, or want to share ideas to make thi

##### Code of Conduct

Please note that the `rstudio/fontawesome` project is released with a [contributor code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/).<br>By participating in this project you agree to abide by its terms.
Please note that the `rstudio/fontawesome` project is released with a [contributor code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html).<br>By participating in this project you agree to abide by its terms.

##### 🏛️ Governance

Expand Down
9 changes: 6 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<a href="https://cran.r-project.org/package=fontawesome"><img src="https://www.r-pkg.org/badges/version/fontawesome" alt="CRAN status" /></a>
<a href="https://github.com/rstudio/fontawesome/actions"><img src="https://github.com/rstudio/fontawesome/workflows/R-CMD-check/badge.svg" alt="R build status" /></a>
<a href="https://github.com/rstudio/fontawesome/actions"><img src="https://github.com/rstudio/fontawesome/workflows/pkgdown/badge.svg" alt="Package Site" /></a>
<a href="https://codecov.io/gh/rstudio/fontawesome?branch=main"><img src="https://codecov.io/gh/rstudio/fontawesome/branch/main/graph/badge.svg" alt="Coverage status" /></a>
<a href="https://www.contributor-covenant.org/version/2/0/code_of_conduct/"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
<a href="https://app.codecov.io/gh/rstudio/fontawesome?branch=main"><img src="https://codecov.io/gh/rstudio/fontawesome/branch/main/graph/badge.svg" alt="Coverage status" /></a>
<a href="https://www.repostatus.org/#active"><img src="https://www.repostatus.org/badges/latest/active.svg" alt="The project has reached a stable, usable state and is being actively developed." /></a>
<a href="https://CRAN.R-project.org/package=fontawesome"><img src="https://cranlogs.r-pkg.org/badges/fontawesome" alt="Monthly Downloads"></a>
<a href="https://CRAN.R-project.org/package=fontawesome"><img src="https://cranlogs.r-pkg.org/badges/grand-total/fontawesome" alt="Total Downloads"></a>
<a href="https://www.contributor-covenant.org/version/2/1/code_of_conduct.html"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
<!-- badges: end -->


Expand Down Expand Up @@ -33,7 +36,7 @@ Let's talk about this package in [**fontawesome** Discussions](https://github.co

### Code of Conduct

Please note that the `rstudio/fontawesome` project is released with a [contributor code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/).<br>By participating in this project you agree to abide by its terms.
Please note that the `rstudio/fontawesome` project is released with a [contributor code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html).<br>By participating in this project you agree to abide by its terms.

### 🏛️ Governance

Expand Down

0 comments on commit 1773f6f

Please sign in to comment.