@bonniernews/dn-design-system-web 33.0.1-beta.1 → 33.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 +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [33.0.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@33.0.0...@bonniernews/dn-design-system-web@33.0.1) (2025-08-22)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** fix relative types link ([#1872](https://github.com/BonnierNews/dn-design-system/issues/1872)) ([a621d46](https://github.com/BonnierNews/dn-design-system/commit/a621d4608179e1fb2352fd7d9cb95e79ca1a0900))
13
+
7
14
  ## [33.0.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@32.7.48...@bonniernews/dn-design-system-web@33.0.0) (2025-08-20)
8
15
 
9
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "33.0.1-beta.1",
3
+ "version": "33.0.1",
4
4
  "description": "DN design system for web.",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",