@midas-ds/layout 0.2.19 → 0.2.20

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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.2.20 (2026-08-20)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **layout:** correct broken documentation link in README ([a7788332bbd](https://github.com/migrationsverket/midas/commit/a7788332bbd))
6
+
1
7
  ## 0.2.19 (2026-08-20)
2
8
 
3
9
  ### 🩹 Fixes
package/README.md CHANGED
@@ -13,4 +13,4 @@ npm install @midas-ds/layout
13
13
 
14
14
  ## Dokumentation
15
15
 
16
- Se [midas.migrationsverket.se](https://midas.migrationsverket.se/dev/layout) för fullständig dokumentation, API-referens och exempelkod.
16
+ Se [designsystem.migrationsverket.se](https://designsystem.migrationsverket.se/dev/layout) för fullständig dokumentation, API-referens och exempelkod.
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "description": "Midas Layout components",
15
15
  "homepage": "https://designsystem.migrationsverket.se/",
16
16
  "license": "CC0-1.0",
17
- "version": "0.2.19",
17
+ "version": "0.2.20",
18
18
  "module": "./index.js",
19
19
  "type": "module",
20
20
  "main": "./index.js",