@bonniernews/dn-design-system-web 37.0.2 → 37.1.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.
- package/CHANGELOG.md +12 -0
- package/components/modal/modal.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [37.1.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@37.0.2...@bonniernews/dn-design-system-web@37.1.0) (2026-01-13)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **web:** export closemodal ([#1974](https://github.com/BonnierNews/dn-design-system/issues/1974)) ([3e6628c](https://github.com/BonnierNews/dn-design-system/commit/3e6628c35b30bc963ec5816d1e4f41bcc9cd0e30))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Maintenance
|
|
16
|
+
|
|
17
|
+
* **web:** fix esbuild version to 0.25.0 ([#1982](https://github.com/BonnierNews/dn-design-system/issues/1982)) ([b3082c6](https://github.com/BonnierNews/dn-design-system/commit/b3082c6181314e2550f3786ad93c95dcad3bc8c1))
|
|
18
|
+
|
|
7
19
|
## [37.0.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@37.0.1...@bonniernews/dn-design-system-web@37.0.2) (2026-01-12)
|
|
8
20
|
|
|
9
21
|
|
package/package.json
CHANGED