diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 545a234..e1b86c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.4.1](https://github.com/novica/shinyds/compare/v0.4.0...v0.4.1) (2026-08-15) + + +### Bug fixes + +* **chip-group:** report pre-selected chip values on session init ([#49](https://github.com/novica/shinyds/issues/49)) ([f2c7cc4](https://github.com/novica/shinyds/commit/f2c7cc4f61a709d255bfaf5753dff5c335ae7b08)) + + +### Documentation + +* correct release-please bump behavior in AGENTS.md ([#51](https://github.com/novica/shinyds/issues/51)) ([e1a778d](https://github.com/novica/shinyds/commit/e1a778dadacf6e342a9060665fc117780ffad561)) +* update reactivity-patterns vignette for ds_radio_group() ([#48](https://github.com/novica/shinyds/issues/48)) ([b2025b7](https://github.com/novica/shinyds/commit/b2025b7f851d33edfb0c8087922be67db1e97c96)) + ## [0.4.0](https://github.com/novica/shinyds/compare/v0.3.0...v0.4.0) (2026-08-15) diff --git a/DESCRIPTION b/DESCRIPTION index d34affc..ff1f96d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinyds Title: 'Shiny' Bindings for Designsystemet Components -Version: 0.4.0 +Version: 0.4.1 Authors@R: c( person("Novica", "Nakov", , "nnovica@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0005-7773-7718"))) diff --git a/NEWS.md b/NEWS.md index e0cd2e5..a608025 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# shinyds 0.4.1 + +## Bug fixes + +* **chip-group:** report pre-selected chip values on session init ([#49](https://github.com/novica/shinyds/issues/49)) ([f2c7cc4](https://github.com/novica/shinyds/commit/f2c7cc4f61a709d255bfaf5753dff5c335ae7b08)) + + +## Documentation + +* correct release-please bump behavior in AGENTS.md ([#51](https://github.com/novica/shinyds/issues/51)) ([e1a778d](https://github.com/novica/shinyds/commit/e1a778dadacf6e342a9060665fc117780ffad561)) +* update reactivity-patterns vignette for ds_radio_group() ([#48](https://github.com/novica/shinyds/issues/48)) ([b2025b7](https://github.com/novica/shinyds/commit/b2025b7f851d33edfb0c8087922be67db1e97c96)) + # shinyds 0.4.0 ## New features