diff --git a/DESCRIPTION b/DESCRIPTION index 034f17d..7b9668b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinybusy Title: Busy Indicators and Notifications for 'Shiny' Applications -Version: 0.3.0.9100 +Version: 0.3.1 Authors@R: c(person("Fanny", "Meyer", role = "aut"), person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Silex Technologies", comment = "https://www.silex-ip.com", role = "fnd")) diff --git a/NEWS.md b/NEWS.md index dcae658..dd62f5a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# shinybusy 0.3.1 + +* Use correct HTML dependencies. +* Remove unnecessary CSS code in spinkit spinners. + + # shinybusy 0.3.0 * Internal: use [{packer}](https://github.com/JohnCoene/packer) to manage JavaScript assets. diff --git a/cran-comments.md b/cran-comments.md index f2be4e8..874c8cc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments * local OS Windows 10 install, R 4.1.2 -* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.1.2 +* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.2.0 * win-builder (devel and release) ## R CMD check results