@bonniernews/dn-design-system-web 4.7.0 → 4.7.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 4.7.1 (2023-09-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **foundations:** update readme to trigger package release ([#1006](https://github.com/BonnierNews/dn-design-system/issues/1006)) ([fa8a99e](https://github.com/BonnierNews/dn-design-system/commit/fa8a99e3dd054a0e0e5263d9cc1ee42faf23795e))
12
+
13
+
14
+
6
15
  ## 4.7.0 (2023-09-13)
7
16
 
8
17
 
package/README.md CHANGED
@@ -10,4 +10,6 @@ Storybook latest: [https://designsystem-latest.dn.se/](https://designsystem-late
10
10
 
11
11
  Github: [https://github.com/BonnierNews/dn-design-system/tree/main/web/src](https://github.com/BonnierNews/dn-design-system/tree/main/web/src)
12
12
 
13
+ Changelog: [https://github.com/BonnierNews/dn-design-system/blob/main/web/src/CHANGELOG.md](https://github.com/BonnierNews/dn-design-system/blob/main/web/src/CHANGELOG.md)
14
+
13
15
  For specific instructions see each component or helper readme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
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",