Skip to content
Merged
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0] - 2026-01-16

### Changed

- `ds_alert` and `ds_notice` now accept block content for complex HTML, in addition to plain text strings
Expand Down Expand Up @@ -90,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added FormBuilders to with Rails signatures (where possible)
- Supports multiple layouts

[unreleased]: https://github.com/HealthDataInsight/design_system/compare/v0.10.0...HEAD
[unreleased]: https://github.com/HealthDataInsight/design_system/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/HealthDataInsight/design_system/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/HealthDataInsight/design_system/compare/v0.9.5...v0.10.0
[0.9.5]: https://github.com/HealthDataInsight/design_system/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/HealthDataInsight/design_system/compare/v0.9.3...v0.9.4
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
design_system (0.10.0)
design_system (0.11.0)
govuk_design_system_formbuilder (~> 5.11.0)
rails (>= 7.0.8.5)
stimulus-rails (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/design_system/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DesignSystem
VERSION = '0.10.0'.freeze
VERSION = '0.11.0'.freeze
end
Loading