From 606a0779d20482c6d72e31fc6eef585ab257d9d2 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Tue, 18 Apr 2023 10:35:59 -0400 Subject: [PATCH 1/7] Increment version number to 0.5.1 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index af2fff1..7fa063f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ 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 diff --git a/NEWS.md b/NEWS.md index 6105dba..862dca6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# fontawesome (development version) +# fontawesome 0.5.1 # fontawesome 0.5.0 From db2f67c1ae64691f313a3f92ce7bf3077bdb4444 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Tue, 18 Apr 2023 10:37:12 -0400 Subject: [PATCH 2/7] Update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 862dca6..49f75f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # fontawesome 0.5.1 +* Updated icon set to that of Font Awesome 6.4.0. (#109) + # fontawesome 0.5.0 * Updated icon set to that of Font Awesome 6.2.1. (#102) From 9373a11ae5bb4658d078e35409e30f5eb9e5ef30 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Tue, 18 Apr 2023 10:42:17 -0400 Subject: [PATCH 3/7] Update DESCRIPTION --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7fa063f..b34eccb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,11 +8,11 @@ Description: Easily and flexibly insert 'Font Awesome' icons into 'R Markdown' 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")) From 4c950cb9dba2bccff8fb3233b0faadf69307a2c3 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Tue, 18 Apr 2023 10:42:22 -0400 Subject: [PATCH 4/7] Update LICENSE --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4373e98..1a185fe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2018-2021 -COPYRIGHT HOLDER: RStudio, PBC +YEAR: 2018-2023 +COPYRIGHT HOLDER: fontawesome authors From 5659c043fd8e9b8f09c8cb3f1aab42a4c29cef8c Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Tue, 18 Apr 2023 10:42:25 -0400 Subject: [PATCH 5/7] Update LICENSE.md --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index bd35a2f..bb47813 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 From d8bf97a84e341f1e710eb3f1ef1ff946d96deeca Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Tue, 18 Apr 2023 10:51:07 -0400 Subject: [PATCH 6/7] Update index.md --- index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index e920a98..e5bf2be 100644 --- a/index.md +++ b/index.md @@ -4,8 +4,11 @@ CRAN status R build status Package Site -Coverage status -Contributor Covenant +Coverage status +The project has reached a stable, usable state and is being actively developed. +Monthly Downloads +Total Downloads +Contributor Covenant @@ -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/).
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).
By participating in this project you agree to abide by its terms. ### 🏛️ Governance From cfe9d5e3510504d461a5e50287042431c24d60ca Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Tue, 18 Apr 2023 10:51:09 -0400 Subject: [PATCH 7/7] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8842136..dd2f288 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,16 @@
-[![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) +CRAN status +R build status +Package Site +Coverage status -[![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/) +The project has reached a stable, usable state and is being actively developed. +Monthly Downloads +Total Downloads + +Contributor Covenant
@@ -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/).
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).
By participating in this project you agree to abide by its terms. ##### 🏛️ Governance