Skip to content

Commit c12aefa

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7dacc7a + a8c2e2a commit c12aefa

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

CHANGELOG.md

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.4.0](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/compare/v0.3.2...v0.4.0) (2025-04-22)
2+
3+
4+
### Bug Fixes
5+
6+
* finish radio group description and disabled state ([2aa33b8](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/commit/2aa33b8641ce95c25fdb78ac325969baa0b95d0d))
7+
8+
9+
### Features
10+
11+
* finalize radio group ([2a5edb6](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/commit/2a5edb65f5bad087926f447fa5279e4b1ef6fd8a))
12+
* finish up radio group and checkbox group ([3b3584a](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/commit/3b3584a529fcb381b9e0e0e2028650b38740e089))
13+
* unify component styles and properties ([b4bdcd6](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/commit/b4bdcd6d11a28d695088762d3389dd29bbcb8060))
14+
15+
16+
117
## [0.3.2](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/compare/v0.3.1...v0.3.2) (2025-04-22)
218

319

@@ -35,14 +51,3 @@
3551

3652

3753

38-
# [0.1.0](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/compare/8a0e7f1240b2ea0dc326e6d3b21c91c391037e95...v0.1.0) (2025-03-28)
39-
40-
41-
### Features
42-
43-
* implement sass based style globals ([#1](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/issues/1)) ([feabdd2](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/commit/feabdd2b677c5b435b86a863c2891b43f73474c9))
44-
* initial commit ([8a0e7f1](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/commit/8a0e7f1240b2ea0dc326e6d3b21c91c391037e95))
45-
* initial setup for local development ([a11c712](https://github.com/HAWK-Digital-Environments/hawk-svelte-components/commit/a11c7128cac995a89e06b96c62f2f6b95bbc770b))
46-
47-
48-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hawk-hhg/svelte-components",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"build": "vite build && npm run prepack",

0 commit comments

Comments
 (0)