@ethlete/cdk 4.57.0 → 4.58.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @ethlete/cdk
2
2
 
3
+ ## 4.58.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6382752`](https://github.com/ethlete-io/ethdk/commit/638275222f6b14932a5a2fdd02bd01c0dfcc28fe) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix scrollable styling in vertical mode
8
+
9
+ ## 4.58.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`0ca31d9`](https://github.com/ethlete-io/ethdk/commit/0ca31d92cd7948f5e802f40078ec5daf7e89b7d1) Thanks [@TomTomB](https://github.com/TomTomB)! - Move theming logic into cdk package. The `@ethlete/theming` package is now deprecated and will no longer receive updates. Same applies to the `@ethlete/components` and `@ethlete/dsp` packages.
14
+ Please make sure to remove these packages from your project and update your imports accordingly.
15
+
3
16
  ## 4.57.0
4
17
 
5
18
  ### Minor Changes