diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98d2f0dba..a80cd7b49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.2.9027 + rev: v0.4.0 hooks: - id: style-files name: Style code with `styler` diff --git a/DESCRIPTION b/DESCRIPTION index bf3c44d0e..e6ca6149a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.modules.general Title: General Modules to Add to a `teal` Application -Version: 0.2.16.9018 -Date: 2024-01-16 +Version: 0.2.16.9019 +Date: 2024-02-09 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")), person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"), @@ -17,7 +17,8 @@ Description: General Purpose Teal Modules. License: Apache License 2.0 | file LICENSE URL: https://insightsengineering.github.io/teal.modules.general/, https://github.com/insightsengineering/teal.modules.general/ -BugReports: https://github.com/insightsengineering/teal.modules.general/issues +BugReports: + https://github.com/insightsengineering/teal.modules.general/issues Depends: ggmosaic (>= 0.3.0), ggplot2 (>= 3.4.0), diff --git a/NEWS.md b/NEWS.md index f5711ee0d..6c33324d3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.general 0.2.16.9018 +# teal.modules.general 0.2.16.9019 ### Enhancements