@bonniernews/dn-design-system-web 37.2.11 → 37.2.12
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [37.2.12](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@37.2.11...@bonniernews/dn-design-system-web@37.2.12) (2026-03-17)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
|
|
12
|
+
* **deps:** bump flatted from 3.2.7 to 3.4.1 in the npm_and_yarn group across 1 directory ([#2032](https://github.com/BonnierNews/dn-design-system/issues/2032)) ([5a2e164](https://github.com/BonnierNews/dn-design-system/commit/5a2e1644b8b0f16b8e9a03a2a24b85540b71edbb))
|
|
13
|
+
* **deps:** bump flatted from 3.2.9 to 3.4.1 in /web in the npm_and_yarn group across 1 directory ([#2033](https://github.com/BonnierNews/dn-design-system/issues/2033)) ([9d8afe4](https://github.com/BonnierNews/dn-design-system/commit/9d8afe41402ed4331e62cc2057f6bde50997b594))
|
|
14
|
+
|
|
7
15
|
## [37.2.11](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@37.2.10...@bonniernews/dn-design-system-web@37.2.11) (2026-03-12)
|
|
8
16
|
|
|
9
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonniernews/dn-design-system-web",
|
|
3
|
-
"version": "37.2.
|
|
3
|
+
"version": "37.2.12",
|
|
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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
46
46
|
"conventional-changelog-conventionalcommits": "^6.1.0",
|
|
47
47
|
"node-html-parser": "^7.0.1",
|
|
48
|
-
"postcss": "8.4.
|
|
48
|
+
"postcss": "8.4.33",
|
|
49
49
|
"preact": "^10.24.0",
|
|
50
50
|
"prettier": "^3.0.1",
|
|
51
51
|
"release-it": "^17.0.0",
|