Skip to content

Commit bf6262b

Browse files
donyunardigogonzo
andauthored
release 0.14.0 [skip vbump] [skip spelling] (#897)
Releasing 0.14.0 Linking with: insightsengineering/nestdevs-tasks#25 --------- Co-authored-by: Dawid Kałędkowski <dawid.kaledkowski@gmail.com>
1 parent 9e7f5ed commit bf6262b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

DESCRIPTION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: teal
33
Title: Exploratory Web Apps for Analyzing Clinical Trials Data
4-
Version: 0.13.0.9027
4+
Version: 0.14.0
55
Date: 2023-08-11
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
@@ -28,9 +28,9 @@ License: Apache License 2.0 | file LICENSE
2828
Depends:
2929
R (>= 4.0),
3030
shiny (>= 1.7.0),
31-
teal.data (>= 0.1.2),
32-
teal.slice (>= 0.3.0.9005),
33-
teal.transform (>= 0.2.0)
31+
teal.data (>= 0.3.0),
32+
teal.slice (>= 0.4.0),
33+
teal.transform (>= 0.4.0)
3434
Imports:
3535
checkmate,
3636
lifecycle,
@@ -40,8 +40,8 @@ Imports:
4040
shinyjs,
4141
stats,
4242
teal.logger (>= 0.1.1),
43-
teal.reporter (>= 0.1.1),
44-
teal.widgets (>= 0.2.0),
43+
teal.reporter (>= 0.2.0),
44+
teal.widgets (>= 0.4.0),
4545
utils
4646
Suggests:
4747
bslib,
@@ -52,7 +52,7 @@ Suggests:
5252
R6,
5353
rmarkdown,
5454
shinyvalidate,
55-
teal.code (>= 0.3.0),
55+
teal.code (>= 0.3.0.9009),
5656
testthat (>= 3.1.5),
5757
withr,
5858
yaml

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal 0.13.0.9027
1+
# teal 0.14.0
22

33
### New features
44

0 commit comments

Comments
 (0)