@bonniernews/dn-design-system-web 32.7.46-beta.1 → 32.7.46

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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [32.7.46](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@32.7.45...@bonniernews/dn-design-system-web@32.7.46) (2025-08-12)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **app:** cleanup textinputs ([#1856](https://github.com/BonnierNews/dn-design-system/issues/1856)) ([7e76b3b](https://github.com/BonnierNews/dn-design-system/commit/7e76b3b949f3b29ec40297899b50cc41400c76eb))
13
+
14
+
15
+ ### Maintenance
16
+
17
+ * prerelease packages ([20dffdb](https://github.com/BonnierNews/dn-design-system/commit/20dffdb73ab5e3c59cc9763b57a504ff971556ab))
18
+ * **web:** use node 22 ([#1862](https://github.com/BonnierNews/dn-design-system/issues/1862)) ([ed2b452](https://github.com/BonnierNews/dn-design-system/commit/ed2b452c579b979d613460a6cc54e216629b3e57))
19
+
7
20
  ## [32.7.45](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@32.7.44...@bonniernews/dn-design-system-web@32.7.45) (2025-08-06)
8
21
 
9
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "32.7.46-beta.1",
3
+ "version": "32.7.46",
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",