@bonniernews/dn-design-system-web 20.6.1 → 20.7.0-beta.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 +17 -0
  2. package/package.json +3 -7
package/CHANGELOG.md CHANGED
@@ -4,6 +4,23 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [20.7.0-beta.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.6.1...@bonniernews/dn-design-system-web@20.7.0-beta.1) (2024-10-17)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** less specific export ([15695f3](https://github.com/BonnierNews/dn-design-system/commit/15695f39a5280447d459a642f8c23dca2e459464))
13
+
14
+
15
+ ### Maintenance
16
+
17
+ * **deps-dev:** bump @babel/runtime from 7.24.5 to 7.25.7 ([#1431](https://github.com/BonnierNews/dn-design-system/issues/1431)) ([f9835dc](https://github.com/BonnierNews/dn-design-system/commit/f9835dc526d20abb98ebcf0fbbad6a1bb143ec80))
18
+ * **deps-dev:** bump @react-native/metro-config from 0.75.2 to 0.75.4 ([#1434](https://github.com/BonnierNews/dn-design-system/issues/1434)) ([22e6777](https://github.com/BonnierNews/dn-design-system/commit/22e67776633a67be1201a78bb5bd9bc6744e291c))
19
+ * **deps-dev:** bump @testing-library/react-native from 12.6.1 to 12.7.2 ([#1432](https://github.com/BonnierNews/dn-design-system/issues/1432)) ([9f44974](https://github.com/BonnierNews/dn-design-system/commit/9f449744f5db8fddf95e08067fce8ae9cf351f1f))
20
+ * **deps:** bump express from 4.19.2 to 4.21.1 ([#1429](https://github.com/BonnierNews/dn-design-system/issues/1429)) ([08ea9e8](https://github.com/BonnierNews/dn-design-system/commit/08ea9e884c315661aa6fc6350e7542ea70054555))
21
+ * prerelease packages ([ec0ca89](https://github.com/BonnierNews/dn-design-system/commit/ec0ca895f0e4995f0b700ee40140920f3105ef86))
22
+ * revert "chore(deps-dev): bump @react-native/metro-config from 0.75.2 to 0.75.4" ([#1435](https://github.com/BonnierNews/dn-design-system/issues/1435)) ([97a0feb](https://github.com/BonnierNews/dn-design-system/commit/97a0febdabed45c94a01b0600a040d8eb20dbf46))
23
+
7
24
  ## [20.6.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.6.0...@bonniernews/dn-design-system-web@20.6.1) (2024-10-16)
8
25
 
9
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "20.6.1",
3
+ "version": "20.7.0-beta.1",
4
4
  "description": "DN design system for web.",
5
5
  "main": "index.tsx",
6
6
  "type": "module",
@@ -28,12 +28,8 @@
28
28
  "./assets/*.tsx": "./assets/*.tsx",
29
29
  "./assets/*.njk": "./assets/*.njk",
30
30
  "./assets/*.scss": "./assets/*.scss",
31
- "./components/*.tsx": "./components/*.tsx",
32
- "./components/*.njk": "./components/*.njk",
33
- "./components/*.md": "./components/*.md",
34
- "./components/*.js": "./components/*.js",
35
- "./components/*.scss": "./components/*.scss",
36
- "./components/*.css": "./components/*.css",
31
+ "./components/*": "./components/*",
32
+ "./njk-helpers/*": "./njk-helpers/*",
37
33
  "./introduction/*.md": "./introduction/*.md",
38
34
  "./foundations/*": "./foundations/*",
39
35
  "./tokens/*.json": "./tokens/*.json",