From ed58575b956f219f7b5d81b3b20ed3f1138b3241 Mon Sep 17 00:00:00 2001 From: Carson Sievert Date: Fri, 20 Oct 2023 10:51:19 -0500 Subject: [PATCH] Update version in `value_box()`'s deprecation method (#855) --- R/value-box.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/value-box.R b/R/value-box.R index 13ace3d6e..d344a8231 100644 --- a/R/value-box.R +++ b/R/value-box.R @@ -130,7 +130,7 @@ value_box <- function( # ---- Theme ---- if (lifecycle::is_present(theme_color)) { lifecycle::deprecate_soft( - "0.5.2", + "0.6.0", "value_box(theme_color =)", "value_box(theme =)", details = if (!missing(theme)) {