@bonniernews/dn-design-system-web 20.7.0-beta.1 → 21.0.0
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 +27 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,33 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [21.0.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.6.1...@bonniernews/dn-design-system-web@21.0.0) (2024-10-18)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### ⚠ BREAKING CHANGES
|
|
11
|
+
|
|
12
|
+
* **web:** JS imports requires file extension
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **web:** less specific export ([#1436](https://github.com/BonnierNews/dn-design-system/issues/1436)) ([9da4652](https://github.com/BonnierNews/dn-design-system/commit/9da46527d7e63c800a8391fe2280717e4dd733cd))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Maintenance
|
|
20
|
+
|
|
21
|
+
* **deps-dev:** bump @actions/core from 1.10.1 to 1.11.1 ([#1433](https://github.com/BonnierNews/dn-design-system/issues/1433)) ([0aa8f7c](https://github.com/BonnierNews/dn-design-system/commit/0aa8f7c87c052599ec75e19c0a03921ef6417afd))
|
|
22
|
+
* **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))
|
|
23
|
+
* **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))
|
|
24
|
+
* **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))
|
|
25
|
+
* **deps:** bump @babel/core from 7.25.2 to 7.25.8 ([#1438](https://github.com/BonnierNews/dn-design-system/issues/1438)) ([7859441](https://github.com/BonnierNews/dn-design-system/commit/7859441441ee67a3a67dd721a6b2ca7f82376863))
|
|
26
|
+
* **deps:** bump @react-native-community/slider from 4.5.2 to 4.5.4 ([#1440](https://github.com/BonnierNews/dn-design-system/issues/1440)) ([d759986](https://github.com/BonnierNews/dn-design-system/commit/d759986423adf1fea025b3fdeb1794577cdb49d7))
|
|
27
|
+
* **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))
|
|
28
|
+
* **deps:** bump sass from 1.77.8 to 1.80.2 ([#1439](https://github.com/BonnierNews/dn-design-system/issues/1439)) ([2583327](https://github.com/BonnierNews/dn-design-system/commit/2583327bc547d5a6ab11f3dc2c74c6ba5b62e99f))
|
|
29
|
+
* **foundations:** update tokens from Figma ([#1441](https://github.com/BonnierNews/dn-design-system/issues/1441)) ([786153f](https://github.com/BonnierNews/dn-design-system/commit/786153f0c09c37141c78623c3419c6afa0c11f07))
|
|
30
|
+
* prerelease packages ([bc56bbc](https://github.com/BonnierNews/dn-design-system/commit/bc56bbce004e95eaf01b636bfc7b132165561271))
|
|
31
|
+
* prerelease packages ([ec0ca89](https://github.com/BonnierNews/dn-design-system/commit/ec0ca895f0e4995f0b700ee40140920f3105ef86))
|
|
32
|
+
* 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))
|
|
33
|
+
|
|
7
34
|
## [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
35
|
|
|
9
36
|
|