From 85bf513fab66932d33cfccc6665d328a25507aca Mon Sep 17 00:00:00 2001 From: Rich Bielby Date: Mon, 2 Dec 2024 10:20:11 +0000 Subject: [PATCH 1/2] Increment version number to 0.5.2 --- DESCRIPTION | 2 +- NEWS.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index eff3d83..a648b2b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dfeshiny Title: DfE R Shiny Standards -Version: 0.5.1.9000 +Version: 0.5.2 Authors@R: c( person("Rich", "Bielby", , "richard.bielby@education.gov.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9070-9969")), diff --git a/NEWS.md b/NEWS.md index b89db7c..bbeb2d1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,8 @@ -# dfeshiny (development version) +# dfeshiny 0.5.2 -* Added `dfeshiny::header()` function which uses `shinyGovstyle::header()` but it -automatically uses the DfE logo. +* Added `dfeshiny::header()` function to produce a standardised header incorporating +the current DfE logo. This is a wrapper function to shinyGovstyle::header(), reducing +the range of options. # dfeshiny 0.5.1 From 5c3a9f6753f6e60cf38caf6e0d168fa8062d6255 Mon Sep 17 00:00:00 2001 From: Rich Bielby Date: Mon, 2 Dec 2024 10:53:36 +0000 Subject: [PATCH 2/2] Update styling of function in NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index bbeb2d1..b10baaf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # dfeshiny 0.5.2 * Added `dfeshiny::header()` function to produce a standardised header incorporating -the current DfE logo. This is a wrapper function to shinyGovstyle::header(), reducing +the current DfE logo. This is a wrapper function to `shinyGovstyle::header()`, reducing the range of options. # dfeshiny 0.5.1