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

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,12 +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.4-beta.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.3...@bonniernews/dn-design-system-web@8.8.4-beta.0) (2023-11-29)
7
+ ## [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
8
 
9
9
 
10
10
  ### Maintenance
11
11
 
12
- * **web:** try experimentell variable font ([25909f7](https://github.com/BonnierNews/dn-design-system/commit/25909f7ec98df1c4970f900d527f0d4786701ed5))
12
+ * **deps:** run release script and abort if no changes ([#1122](https://github.com/BonnierNews/dn-design-system/issues/1122)) ([4fad094](https://github.com/BonnierNews/dn-design-system/commit/4fad094f3e2a651403921544aec19bb930feae05))
13
+ * **deps:** update github actions to correct url and to run i sequence ([#1121](https://github.com/BonnierNews/dn-design-system/issues/1121)) ([9947713](https://github.com/BonnierNews/dn-design-system/commit/99477133e28ad51e91e4a8382f12558d7ff6055f))
13
14
 
14
15
  ## [8.8.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.2...@bonniernews/dn-design-system-web@8.8.3) (2023-11-29)
15
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.
@@ -3,7 +3,7 @@ $dnSerif: (
3
3
  fontFamily: DNSerifVf,
4
4
  sources: (
5
5
  (
6
- file: "DNSerif-1-602-Variable.woff2",
6
+ file: "DNSerif-1-600-Variable.woff2",
7
7
  format: "woff2-variations",
8
8
  ),
9
9
  ),
@@ -94,7 +94,7 @@ $dnSerifItalic: (
94
94
  fontFamily: DNSerifVf,
95
95
  sources: (
96
96
  (
97
- file: "DNSerifItalic-1-602-Variable.woff2",
97
+ file: "DNSerifItalic-1-600-Variable.woff2",
98
98
  format: "woff2-variations",
99
99
  ),
100
100
  ),
@@ -193,7 +193,7 @@ $dnSans: (
193
193
  fontFamily: DNSansVF,
194
194
  sources: (
195
195
  (
196
- file: "DNSans-1-402-Variable.woff2",
196
+ file: "DNSans-1-400-Variable.woff2",
197
197
  format: "woff2-variations",
198
198
  ),
199
199
  ),
@@ -273,7 +273,7 @@ $dnSansItalic: (
273
273
  fontFamily: DNSansVF,
274
274
  sources: (
275
275
  (
276
- file: "DNSansItalic-1-402-Variable.woff2",
276
+ file: "DNSansItalic-1-400-Variable.woff2",
277
277
  format: "woff2-variations",
278
278
  ),
279
279
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "8.8.4-beta.0",
3
+ "version": "8.8.4",
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",