@janiscommerce/ui-web 0.23.0 → 0.25.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 CHANGED
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.25.0] - 2024-10-14
11
+
12
+ ### Changed
13
+
14
+ - rollup config to avoid errors with new version of react
15
+
16
+ ## [0.24.0] - 2024-10-10
17
+
18
+ ### Fixed
19
+
20
+ - export skeleton component
21
+
22
+ ### Changed
23
+
24
+ - revert new docs to avoid publish error
25
+ - switch styles in components utils
26
+
10
27
  ## [0.23.0] - 2024-10-04
11
28
 
12
29
  ### Changed