@lana-commerce/core 12.0.0-alpha.1 → 12.0.0-alpha.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
CHANGED
|
@@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning][semantic versioning].
|
|
|
10
10
|
|
|
11
11
|
- Add new helper class PinInput. Refactor SixDigitInput to use it. Note that SixDigitInput's property is now called "onEnteredAllDigits" instead of "onEnteredSixDigits".
|
|
12
12
|
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Add missing "children" prop to RootCloseWrapper.
|
|
16
|
+
|
|
13
17
|
## [Released]
|
|
14
18
|
|
|
15
19
|
## 11.0.0 (2024-05-14)
|
package/package.json
CHANGED