@bonniernews/dn-design-system-web 22.2.1-beta.0 → 22.2.1

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 +8 -0
  2. package/package.json +1 -1
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
+ ## [22.2.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@22.2.0...@bonniernews/dn-design-system-web@22.2.1) (2024-12-19)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** correct paths for button types ([#1555](https://github.com/BonnierNews/dn-design-system/issues/1555)) ([e7baf49](https://github.com/BonnierNews/dn-design-system/commit/e7baf49647299d3b420065064cd8b2c66ec57bb8))
13
+ * **web:** remove unused readme import ([#1553](https://github.com/BonnierNews/dn-design-system/issues/1553)) ([74287d8](https://github.com/BonnierNews/dn-design-system/commit/74287d8993972fea171f9f863f5a77abec06c80e))
14
+
7
15
  ## [22.2.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@22.1.1...@bonniernews/dn-design-system-web@22.2.0) (2024-12-18)
8
16
 
9
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "22.2.1-beta.0",
3
+ "version": "22.2.1",
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",