Skip to content

Commit e108274

Browse files
authored
[skip vbump] upversion to 0.5.0 (#201)
1 parent 28f9299 commit e108274

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 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.4.0.9022
3+
Version: 0.5.0
44
Date: 2024-02-16
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
@@ -31,15 +31,15 @@ Imports:
3131
shinyjs,
3232
shinyvalidate,
3333
stats,
34-
teal.data (>= 0.3.0.9031),
34+
teal.data (>= 0.5.0),
3535
teal.logger (>= 0.1.1),
3636
teal.widgets (>= 0.4.0),
3737
tidyr (>= 0.8.3),
3838
tidyselect
3939
Suggests:
4040
knitr (>= 1.42),
4141
rmarkdown (>= 2.19),
42-
teal.code (>= 0.4.1.9009),
42+
teal.code (>= 0.5.0),
4343
testthat (>= 3.1.5)
4444
VignetteBuilder:
4545
knitr

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# teal.transform 0.4.0.9022
1+
# teal.transform 0.5.0
22

33
### Breaking changes
44

5-
* Namespace from `magrittr` package is no longer available when loading `teal.transform`. Only re-exports pipe `%>%` operator from `dplyr` package.
5+
* Namespace from `magrittr` package is no longer available when loading `teal.transform`. Only re-exports pipe `%>%` operator from `dplyr` package.
66

77
### Miscellaneous
88

0 commit comments

Comments
 (0)