diff --git a/.Rbuildignore b/.Rbuildignore index 07076337..744a8352 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ ^scrape-docs/ ^vignettes/ ^.*\.sass_cache_keys +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index 850f67d7..ede40b49 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shiny.fluent Title: Microsoft Fluent UI for Shiny Apps -Version: 0.3.0.900 +Version: 0.4.0 Authors@R: c( person("Jakub", "Sobolewski", role = c("aut", "cre"), email = "opensource+jakub.sobolewski@appsilon.com"), diff --git a/NEWS.md b/NEWS.md index 854f5c45..3556436c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# shiny.fluent 0.4.0 + +1. Upgraded `@fluentui/react` to 8.118.2. +2. Upgraded `shiny.react` dependency to 0.4.0 that uses React 18.3.1. + # shiny.fluent 0.3.0 1. Added `ThemeProvider` component ([#47](https://github.com/Appsilon/shiny.fluent/issues/47)). diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..858617db --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release.