@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. 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
@@ -14,7 +14,7 @@
14
14
  "description": "Midas Theme",
15
15
  "homepage": "https://designsystem.migrationsverket.se/",
16
16
  "license": "CC0-1.0",
17
- "version": "3.0.1-local.0",
17
+ "version": "3.0.1",
18
18
  "main": "./index.mjs",
19
19
  "types": "./index.d.ts",
20
20
  "exports": {