Skip to content

Commit 643644e

Browse files
donyunardigithub-actions[bot]
authored andcommitted
[skip actions] Bump version to 0.3.0.9051
1 parent d9fd08b commit 643644e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# All available hooks: https://pre-commit.com/hooks.html
33
# R specific hooks: https://github.com/lorenzwalthert/precommit
4-
default_stages: [commit]
4+
default_stages: [pre-commit]
55
default_language_version:
66
python: python3
77
repos:

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal.modules.general
33
Title: General Modules for 'teal' Applications
4-
Version: 0.3.0.9050
5-
Date: 2024-10-01
4+
Version: 0.3.0.9051
5+
Date: 2024-10-07
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
88
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
@@ -81,7 +81,7 @@ Suggests:
8181
VignetteBuilder:
8282
knitr
8383
Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2,
84-
rstudio/shiny, insightsengineering/teal,
84+
rstudio/shiny, insightsengineering/teal,
8585
insightsengineering/teal.transform, mllg/checkmate, tidyverse/dplyr,
8686
rstudio/DT, tidyverse/forcats, r-lib/scales, daattali/shinyjs,
8787
shinyTree/shinyTree, rstudio/shinyvalidate, dreamRs/shinyWidgets,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.modules.general 0.3.0.9050
1+
# teal.modules.general 0.3.0.9051
22

33
* Removed `Show Warnings` modals from modules.
44

0 commit comments

Comments
 (0)