@bonniernews/dn-design-system-web 20.3.1 → 20.3.2

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 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
+ ## [20.3.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.3.1...@bonniernews/dn-design-system-web@20.3.2) (2024-09-16)
8
+
9
+
10
+ ### Maintenance
11
+
12
+ * **deps:** update node for core build and github actions ([#1402](https://github.com/BonnierNews/dn-design-system/issues/1402)) ([8f87ba4](https://github.com/BonnierNews/dn-design-system/commit/8f87ba40efa20ccdf88dd32daecf8a9f4fb93550))
13
+ * prerelease packages ([109d8f1](https://github.com/BonnierNews/dn-design-system/commit/109d8f19a980ef40a2eb31dfa5073199b4f20e2f))
14
+
7
15
  ## [20.3.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.3.0...@bonniernews/dn-design-system-web@20.3.1) (2024-09-16)
8
16
 
9
17
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @bonniernews/dn-design-system-web
2
2
 
3
- Foundations, components and helpers of DN design system for web
3
+ Foundations, components and helpers of DN design system for web.
4
4
 
5
5
  ## Useful links
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "20.3.1",
3
+ "version": "20.3.2",
4
4
  "description": "DN design system for web.",
5
5
  "main": "index.js",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",