From 83b34ef1179aa6b2481e7636c066b8dd198e9d68 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Mon, 17 Jun 2024 18:27:45 -0400 Subject: [PATCH] Update news for v3.2.0 --- NEWS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e475bdc..c74ddd7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,13 @@ -# ggsci 3.1.0.9000 +# ggsci 3.2.0 ## New features - Add the Observable 10 palette in `scale_color_observable()` and `scale_fill_observable()` (#41). +- Add Bootstrap 5 color palettes (continuous) in `scale_color_bs5()` + and `scale_fill_bs5()` (#18). +- Add Tailwind CSS color palettes (continuous) in `scale_color_tw3()` + and `scale_fill_tw3()` (#19). ## Improvements