Skip to content

Commit d3e9699

Browse files
gogonzogithub-actions[bot]
authored andcommitted
[skip actions] Bump version to 0.4.0.9001
1 parent 5611851 commit d3e9699

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66
python: python3
77
repos:
88
- repo: https://github.com/lorenzwalthert/precommit
9-
rev: v0.4.3.9003
9+
rev: v0.4.3.9005
1010
hooks:
1111
- id: style-files
1212
name: Style code with `styler`

DESCRIPTION

Lines changed: 6 additions & 6 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.4.0.9000
5-
Date: 2025-02-28
4+
Version: 0.4.0.9001
5+
Date: 2025-03-11
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
88
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
@@ -83,6 +83,10 @@ Suggests:
8383
VignetteBuilder:
8484
knitr,
8585
rmarkdown
86+
Remotes:
87+
insightsengineering/teal.reporter@main,
88+
insightsengineering/teal.widgets@main,
89+
insightsengineering/teal@main
8690
Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2,
8791
rstudio/shiny, insightsengineering/teal,
8892
insightsengineering/teal.slice, insightsengineering/teal.transform,
@@ -106,7 +110,3 @@ Language: en-US
106110
LazyData: true
107111
Roxygen: list(markdown = TRUE, packages = c("roxy.shinylive"))
108112
RoxygenNote: 7.3.2
109-
Remotes:
110-
insightsengineering/teal.widgets@main,
111-
insightsengineering/teal.reporter@main,
112-
insightsengineering/teal@main

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.4.0.9000
1+
# teal.modules.general 0.4.0.9001
22

33
# teal.modules.general 0.4.0
44

0 commit comments

Comments
 (0)