@bonniernews/dn-design-system-web 22.0.1-beta.0 → 22.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 +13 -0
- 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
|
+
## [22.1.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@22.0.0...@bonniernews/dn-design-system-web@22.1.0) (2024-12-17)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **web:** visuella toppar ([#1443](https://github.com/BonnierNews/dn-design-system/issues/1443)) ([24953d9](https://github.com/BonnierNews/dn-design-system/commit/24953d972aaca121da4d9c1cfa5060c1b4f514f2))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Maintenance
|
|
16
|
+
|
|
17
|
+
* **deps:** bump nanoid from 3.3.7 to 3.3.8 in /web ([#1533](https://github.com/BonnierNews/dn-design-system/issues/1533)) ([9ae4af5](https://github.com/BonnierNews/dn-design-system/commit/9ae4af5a4fdf8b279f440b1c4b1a4a16548040f6))
|
|
18
|
+
* prerelease packages ([019b86b](https://github.com/BonnierNews/dn-design-system/commit/019b86b2d23ce424077058f4253069ea18bce781))
|
|
19
|
+
|
|
7
20
|
## [21.1.0-beta.5](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@21.1.0-beta.4...@bonniernews/dn-design-system-web@21.1.0-beta.5) (2024-11-08)
|
|
8
21
|
|
|
9
22
|
|
package/package.json
CHANGED