@oslokommune/punkt-elements 16.22.0 → 16.23.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/CHANGELOG.md +18 -0
  2. package/package.json +3 -2
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
+ ## [16.23.0](https://github.com/oslokommune/punkt/compare/16.22.0...16.23.0) (2026-05-29)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ * Fjerne pakken Punkt CLI fullstendig (#3505).
15
+
16
+
17
+ ### Bug Fixes
18
+ Ingen
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
8
26
  ## [16.22.0](https://github.com/oslokommune/punkt/compare/16.21.1...16.22.0) (2026-05-29)
9
27
 
10
28
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-elements",
3
- "version": "16.22.0",
3
+ "version": "16.23.0",
4
4
  "description": "Komponentbiblioteket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -42,6 +42,7 @@
42
42
  "@babel/preset-env": "^7.28.3",
43
43
  "@babel/preset-typescript": "^7.25.9",
44
44
  "@oslokommune/punkt-assets": "^16.16.1",
45
+ "@testing-library/dom": "^10.4.0",
45
46
  "@testing-library/jest-dom": "^6.6.3",
46
47
  "@typescript-eslint/eslint-plugin": "^8.46.0",
47
48
  "@typescript-eslint/parser": "^8.46.0",
@@ -78,5 +79,5 @@
78
79
  "url": "https://github.com/oslokommune/punkt/issues"
79
80
  },
80
81
  "license": "MIT",
81
- "gitHead": "23fb504541072d6e50b5f23d6c13208e5c0c03ce"
82
+ "gitHead": "72cbebd6103518933a6086ea0eff6c1bd1fb3eeb"
82
83
  }