Skip to content

Commit 146dc06

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.13.0 [skip ci]
1 parent 2c14271 commit 146dc06

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [0.13.0](https://github.com/hawk-digital-environments/hawk-svelte-components/compare/v0.12.0...v0.13.0) (2025-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure correctly styled icons ([2c14271](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/2c14271e2f53866ef4bffe283a2d4b8e42d52023))
7+
* **RadioCard:** ensure correct checked state when clicking a radio card with initial value ([f1b9cc8](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/f1b9cc8b7399ce50cfede73d0170c34d814000c4))
8+
* remove theme.js files, as they were treeshaken away in production builds ([22a7eaf](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/22a7eaf2bec561835e5f8fd86b01f3a17785b3cf))
9+
* when navigating focus lists do not trigger the default of the event ([c5c4c78](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/c5c4c7865b64423627ba2c064f847d814e179aa4))
10+
11+
12+
### Features
13+
14+
* add new illustration component ([3bc836c](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/3bc836c39a1e737d655750bac73ccb8aa5341938))
15+
* **Icon:** add new icons ([3347246](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/334724651fe8bcef7d1211c6cd01607a1caf1a10))
16+
17+
18+
119
# [0.12.0](https://github.com/hawk-digital-environments/hawk-svelte-components/compare/v0.11.0...v0.12.0) (2025-06-13)
220

321

@@ -46,12 +64,3 @@
4664

4765

4866

49-
## [0.9.1](https://github.com/hawk-digital-environments/hawk-svelte-components/compare/v0.9.0...v0.9.1) (2025-06-06)
50-
51-
52-
### Bug Fixes
53-
54-
* **Formwrap:** fix form wrap as custom element ([b1216ce](https://github.com/hawk-digital-environments/hawk-svelte-components/commit/b1216cebdb6b3670cb8dfbd9c0e5565f52f2c4ad))
55-
56-
57-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hawk-hhg/svelte-components",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"license": "Apache-2.0",
55
"private": false,
66
"scripts": {

0 commit comments

Comments
 (0)