From 26dcd5309b8d30044e9ea63744f4bc67c9c295eb Mon Sep 17 00:00:00 2001 From: Greg Lin Date: Sun, 4 Dec 2022 14:55:58 -0600 Subject: [PATCH] Bump version to 0.4.0.9000 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ inst/htmlwidgets/reactable.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 73f8bc94..c9a7947c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: reactable Type: Package Title: Interactive Data Tables for R -Version: 0.4.0 +Version: 0.4.0.9000 Authors@R: c( person("Greg", "Lin", email = "glin@glin.io", role = c("aut", "cre")), person("Tanner", "Linsley", role = c("ctb", "cph"), comment = "React Table library"), diff --git a/NEWS.md b/NEWS.md index 4c878209..0a03d00f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ +# reactable 0.4.0.9000 (Unreleased) + # reactable 0.4.0 +[Documentation - reactable 0.4.0](https://v0-4-0--reactable-docs.netlify.app/) + ## New features * **Experimental** support for rendering tables to static HTML in R. Use diff --git a/inst/htmlwidgets/reactable.yaml b/inst/htmlwidgets/reactable.yaml index a43aced0..04f515f9 100644 --- a/inst/htmlwidgets/reactable.yaml +++ b/inst/htmlwidgets/reactable.yaml @@ -1,5 +1,5 @@ dependencies: - name: reactable - version: 0.4.0 + version: 0.4.0.9000 src: htmlwidgets stylesheet: reactable.css