@midas-ds/layout 0.0.3 → 0.0.5
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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 0.0.5 (2026-03-10)
|
|
2
|
+
|
|
3
|
+
### 🧪 Tests updated
|
|
4
|
+
|
|
5
|
+
- **next:** fix build errors for e2e workflow ([be161aa24d](https://github.com/migrationsverket/midas/commit/be161aa24d))
|
|
6
|
+
|
|
7
|
+
## 0.0.4 (2026-03-10)
|
|
8
|
+
|
|
9
|
+
### 🧱 Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- Updated components to 17.7.3
|
|
12
|
+
|
|
1
13
|
## 0.0.3 (2026-03-10)
|
|
2
14
|
|
|
3
15
|
### 🧱 Updated Dependencies
|
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.0.
|
|
17
|
+
"version": "0.0.5",
|
|
18
18
|
"module": "./index.js",
|
|
19
19
|
"type": "module",
|
|
20
20
|
"main": "./index.js",
|
|
@@ -36,6 +36,6 @@
|
|
|
36
36
|
"./*": "./*/index.js"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@midas-ds/components": "17.7.
|
|
39
|
+
"@midas-ds/components": "17.7.3"
|
|
40
40
|
}
|
|
41
41
|
}
|