@midas-ds/theme 3.0.1-local.0 โ 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 3.0.1 (2025-09-26)
|
|
2
|
+
|
|
3
|
+
### ๐ฉน Fixes
|
|
4
|
+
|
|
5
|
+
- **list-box:** change list-box section heading color ([361cacaf63](https://github.com/migrationsverket/midas/commit/361cacaf63))
|
|
6
|
+
- **theme:** add README and CHANGELOG to build ([da935487e7](https://github.com/migrationsverket/midas/commit/da935487e7))
|
|
7
|
+
|
|
8
|
+
### ๐งช Tests updated
|
|
9
|
+
|
|
10
|
+
- **integration:** setup verdaccio ([2ad7589f12](https://github.com/migrationsverket/midas/commit/2ad7589f12))
|
|
11
|
+
|
|
1
12
|
# 3.0.0 (2025-09-23)
|
|
2
13
|
|
|
3
14
|
### ๐ Features
|
package/package.json
CHANGED