@helsenorge/datepicker 13.7.0 → 13.8.0

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/lib/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/lib/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [13.8.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv13.7.0&targetVersion=GTv13.8.0) (2026-02-24)
2
+
3
+
4
+ ### Features
5
+
6
+ * **expanderhierarchy:** expander har fått ref prop ([74783f1](https://github.com/helsenorge/designsystem/commit/74783f17d93334b39d7c07f7b17ed8bb2b38340c)), closes [#371787](https://github.com/helsenorge/designsystem/issues/371787)
7
+ * **label:** flytt afterLabelChildren til topp og knyttet til hovedlabel ([c7db421](https://github.com/helsenorge/designsystem/commit/c7db421b5196399c8d976567071e97056e92d286)), closes [#366134](https://github.com/helsenorge/designsystem/issues/366134)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **helptriggericon:** bruk riktig svg for str xl på desktop og mobil ([d51ce49](https://github.com/helsenorge/designsystem/commit/d51ce49ae6e6b159bcb34e3f864e72fd5c027ded)), closes [#371659](https://github.com/helsenorge/designsystem/issues/371659)
13
+
1
14
  ## [13.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv13.6.0&targetVersion=GTv13.7.0) (2026-02-16)
2
15
 
3
16
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@helsenorge/datepicker",
3
3
  "sideEffects": false,
4
4
  "private": false,
5
- "version": "13.7.0",
5
+ "version": "13.8.0",
6
6
  "description": "The official Helsenorge datepicker.",
7
7
  "repository": {
8
8
  "type": "git",