@midas-ds/components 13.0.1-local.0 โ†’ 13.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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 13.0.1 (2025-09-26)
2
+
3
+ ### ๐Ÿฉน Fixes
4
+
5
+ - **menu:** add MenuTrigger export ([8107c24780](https://github.com/migrationsverket/midas/commit/8107c24780))
6
+ - **popover:** correct sizing for popover ([866f053f92](https://github.com/migrationsverket/midas/commit/866f053f92))
7
+ - **popover:** prevent line breaks too early ([08f365de66](https://github.com/migrationsverket/midas/commit/08f365de66))
8
+
9
+ ### ๐Ÿงช Tests updated
10
+
11
+ - **integration:** setup verdaccio ([2ad7589f12](https://github.com/migrationsverket/midas/commit/2ad7589f12))
12
+
13
+ ### ๐Ÿงฑ Updated Dependencies
14
+
15
+ - Updated theme to 3.0.1
16
+
1
17
  # 13.0.0 (2025-09-23)
2
18
 
3
19
  ### ๐Ÿš€ Features
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "description": "Midas Components",
15
15
  "homepage": "https://designsystem.migrationsverket.se/",
16
16
  "license": "CC0-1.0",
17
- "version": "13.0.1-local.0",
17
+ "version": "13.0.1",
18
18
  "main": "./index.cjs",
19
19
  "module": "./index.js",
20
20
  "types": "./index.d.ts",
@@ -44,7 +44,7 @@
44
44
  }
45
45
  },
46
46
  "dependencies": {
47
- "@midas-ds/theme": "3.0.1-local.0",
47
+ "@midas-ds/theme": "3.0.1",
48
48
  "react-aria-components": "^1.12.1",
49
49
  "react-stately": "^3.39.0"
50
50
  }