Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")))
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down