@ethlete/cdk 4.61.1 → 4.61.2
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 +6 -0
- package/fesm2022/ethlete-cdk.mjs +1439 -1084
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/index.d.ts +385 -461
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ethlete/cdk
|
|
2
2
|
|
|
3
|
+
## 4.61.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2734](https://github.com/ethlete-io/ethdk/pull/2734) [`6599669`](https://github.com/ethlete-io/ethdk/commit/659966922b0d265510c99f74df86d9a652630c03) Thanks [@baltruschat](https://github.com/baltruschat)! - Fix: Execute templateHint signal to ensure that the hint class is set correctly in the accordion header
|
|
8
|
+
|
|
3
9
|
## 4.61.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|