Skip to content

Commit

Permalink
[skip vbump] upversion to 0.5.0 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi authored Feb 18, 2024
1 parent 28f9299 commit e108274
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: teal.transform
Title: Functions for Extracting and Merging Data in the 'teal' Framework
Version: 0.4.0.9022
Version: 0.5.0
Date: 2024-02-16
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
Expand Down Expand Up @@ -31,15 +31,15 @@ Imports:
shinyjs,
shinyvalidate,
stats,
teal.data (>= 0.3.0.9031),
teal.data (>= 0.5.0),
teal.logger (>= 0.1.1),
teal.widgets (>= 0.4.0),
tidyr (>= 0.8.3),
tidyselect
Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.19),
teal.code (>= 0.4.1.9009),
teal.code (>= 0.5.0),
testthat (>= 3.1.5)
VignetteBuilder:
knitr
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# teal.transform 0.4.0.9022
# teal.transform 0.5.0

### Breaking changes

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

### Miscellaneous

Expand Down

0 comments on commit e108274

Please sign in to comment.