@bonniernews/dn-design-system-web 8.8.4 → 8.8.5

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,13 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [8.8.5](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.4...@bonniernews/dn-design-system-web@8.8.5) (2023-11-29)
8
+
9
+
10
+ ### Maintenance
11
+
12
+ * **deps:** remove conditional check in action ([4ba0164](https://github.com/BonnierNews/dn-design-system/commit/4ba016443c4f45a424a299d6fc9199b61733d163))
13
+
7
14
  ## [8.8.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.3...@bonniernews/dn-design-system-web@8.8.4) (2023-11-29)
8
15
 
9
16
 
package/README.md CHANGED
@@ -12,4 +12,4 @@ Github: [https://github.com/BonnierNews/dn-design-system/tree/main/web/src](http
12
12
 
13
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
14
 
15
- For specific instructions see each component or helper readme.
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": "8.8.4",
3
+ "version": "8.8.5",
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",