@bonniernews/dn-design-system-web 11.4.0-beta.4 → 12.0.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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,26 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [12.0.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@11.3.3...@bonniernews/dn-design-system-web@12.0.0) (2024-02-20)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
|
|
12
|
+
* **foundations:** line-height only accepts multiplier
|
|
13
|
+
|
|
14
|
+
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
15
|
+
Co-authored-by: Johan Kasperi <johan@kasperi.se>
|
|
16
|
+
Co-authored-by: Malin Gernandt <malin.gernandt@dn.se>
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **foundations:** handle new token types ([#1187](https://github.com/BonnierNews/dn-design-system/issues/1187)) ([ac100b2](https://github.com/BonnierNews/dn-design-system/commit/ac100b2a418ec4cfbf6e337469e422d52fa0e93a))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Maintenance
|
|
24
|
+
|
|
25
|
+
* prerelease packages ([95c4240](https://github.com/BonnierNews/dn-design-system/commit/95c4240180a6b9ae730e6088317df22da54145b3))
|
|
26
|
+
|
|
7
27
|
## [11.4.0-beta.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@11.4.0-beta.3...@bonniernews/dn-design-system-web@11.4.0-beta.4) (2024-02-19)
|
|
8
28
|
|
|
9
29
|
## [11.4.0-beta.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@11.3.3...@bonniernews/dn-design-system-web@11.4.0-beta.3) (2024-02-19)
|
package/package.json
CHANGED