Skip to content

Commit ddcdbf4

Browse files
gogonzodonyunardivedhav
authored
[skip vbump] upversion v0.7.0 (#269)
Closes #261 * Update DESCRIPTION and NEWS Blocked by: - insightsengineering/teal.data#380 - insightsengineering/teal.widgets#315 --------- Co-authored-by: Dony Unardi <[email protected]> Co-authored-by: vedhav <[email protected]>
1 parent 8f5faaf commit ddcdbf4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

DESCRIPTION

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: teal.transform
22
Title: Functions for Extracting and Merging Data in the 'teal' Framework
3-
Version: 0.6.0.9006
3+
Version: 0.7.0
44
Date: 2025-08-12
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
@@ -31,9 +31,9 @@ Imports:
3131
shinyjs (>= 2.1.0),
3232
shinyvalidate (>= 0.1.3),
3333
stats,
34-
teal.data (>= 0.7.0),
34+
teal.data (>= 0.8.0),
3535
teal.logger (>= 0.4.0),
36-
teal.widgets (>= 0.4.3),
36+
teal.widgets (>= 0.5.0),
3737
tidyr (>= 1.0.0),
3838
tidyselect (>= 1.2.1),
3939
utils
@@ -47,8 +47,6 @@ Suggests:
4747
VignetteBuilder:
4848
knitr,
4949
rmarkdown
50-
Remotes:
51-
insightsengineering/teal.widgets
5250
Config/Needs/verdepcheck: mllg/checkmate, tidyverse/dplyr,
5351
daroczig/logger, r-lib/rlang, rstudio/shiny, daattali/shinyjs,
5452
rstudio/shinyvalidate, insightsengineering/teal.data,

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# teal.transform 0.6.0.9006
1+
# teal.transform 0.7.0
2+
3+
### Enhancements
4+
5+
* Update all UI components to use `bslib` (#250).
26

37
# teal.transform 0.6.0
48

0 commit comments

Comments
 (0)