@helsenorge/datepicker 13.6.0 → 13.7.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 +12 -0
  2. package/package.json +1 -1
package/lib/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [13.7.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv13.6.0&targetVersion=GTv13.7.0) (2026-02-16)
2
+
3
+
4
+ ### Features
5
+
6
+ * **lightbox:** lagt til språkhåndtering ([db207d6](https://github.com/helsenorge/designsystem/commit/db207d67b23816235e588f6bf82436799e6a39f4)), closes [#365604](https://github.com/helsenorge/designsystem/issues/365604)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **uselementlist:** ekstra sjekk for å hindre mange rerenders av komponent ([3cbfcca](https://github.com/helsenorge/designsystem/commit/3cbfcca5569bf4cd308d4dd021a5e1726f21f58d)), closes [#367282](https://github.com/helsenorge/designsystem/issues/367282)
12
+
1
13
  ## [13.6.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv13.5.0&targetVersion=GTv13.6.0) (2026-02-11)
2
14
 
3
15
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@helsenorge/datepicker",
3
3
  "sideEffects": false,
4
4
  "private": false,
5
- "version": "13.6.0",
5
+ "version": "13.7.0",
6
6
  "description": "The official Helsenorge datepicker.",
7
7
  "repository": {
8
8
  "type": "git",