@oslokommune/punkt-vue 13.5.6 → 13.5.8

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,24 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [13.5.8](https://github.com/oslokommune/punkt/compare/13.5.7...13.5.8) (2025-09-10)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * Oppdaterer peer dependency for punkt-elements (#3001). Co-authored-by: Peter Motzfeldt <peter.motzfeldt@origo.oslo.kommune.no>
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
8
26
  ## [12.40.4](https://github.com/oslokommune/punkt/compare/12.40.3...12.40.4) (2025-05-21)
9
27
 
10
28
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-vue",
3
- "version": "13.5.6",
3
+ "version": "13.5.8",
4
4
  "description": "Vue komponentbibliotek til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -39,7 +39,7 @@
39
39
  "peerDependencies": {
40
40
  "@oslokommune/punkt-assets": ">=9.0.0",
41
41
  "@oslokommune/punkt-css": ">=9.0.0",
42
- "@oslokommune/punkt-elements": "^12.6.7",
42
+ "@oslokommune/punkt-elements": "^13.5.6",
43
43
  "vue": ">= 3.0.0"
44
44
  },
45
45
  "engines": {
@@ -67,5 +67,5 @@
67
67
  "url": "https://github.com/oslokommune/punkt/issues"
68
68
  },
69
69
  "license": "MIT",
70
- "gitHead": "5f0019a262ea4b9086590f7b6d572f5a39142f31"
70
+ "gitHead": "25ced3ac47a94e1ae11f3168263c6040a0e5a350"
71
71
  }