Skip to content

Commit f324f9d

Browse files
chore(release): 0.0.2-beta.56
1 parent b8d8653 commit f324f9d

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

packages/muon/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.2-beta.56](https://github.com/centrica-engineering/muon/compare/v0.0.2-beta.55...v0.0.2-beta.56) (2024-11-07)
6+
7+
8+
### Features
9+
10+
* group radio checkbox inputs in fieldset ([9f0d998](https://github.com/centrica-engineering/muon/commit/9f0d998156216f538c6eeb00d043184495cbafd8))
11+
* move validation screen reader accessibility to light dom ([bbd4eec](https://github.com/centrica-engineering/muon/commit/bbd4eec1e72039c62c5e04fd40f5bf7dc3c019ed))
12+
* remove aria-describedby ([bff1d11](https://github.com/centrica-engineering/muon/commit/bff1d113a8ba776a50465d3c98a08716d460c8f1))
13+
* unique validation message id ([2b6b9d1](https://github.com/centrica-engineering/muon/commit/2b6b9d14bea5699264d3e42e4d87981f1cf19197))
14+
* validation message to input element mapping ([2c69e45](https://github.com/centrica-engineering/muon/commit/2c69e45ef8d4dcd904885dd671344e1b4fce1ca1))
15+
* wrap heading in legend ([40e7bea](https://github.com/centrica-engineering/muon/commit/40e7bea16d07600de38f93c34a7423a86f32a052))
16+
17+
18+
### Bug Fixes
19+
20+
* inputter id autogenerated and provided ([ca18a17](https://github.com/centrica-engineering/muon/commit/ca18a17d2a8b656c6e6476dac0b83c6161f9c77f))
21+
* validation id attribute ([7abeb99](https://github.com/centrica-engineering/muon/commit/7abeb99af524ed31e6478ed2e5f9b9dfe0c60454))
22+
523
### [0.0.2-beta.55](https://github.com/centrica-engineering/muon/compare/v0.0.2-beta.54...v0.0.2-beta.55) (2024-11-07)
624

725
### [0.0.2-beta.54](https://github.com/centrica-engineering/muon/compare/v0.0.2-beta.52...v0.0.2-beta.54) (2024-10-15)

packages/muon/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/muon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@muonic/muon",
3-
"version": "0.0.2-beta.55",
3+
"version": "0.0.2-beta.56",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)