@lightsparkdev/core 1.0.5 → 1.0.7

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,19 @@
1
1
  # @lightsparkdev/core
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 24782f5: separateCurrencyStrParts and tests
8
+
9
+ ## 1.0.6
10
+
11
+ ### Patch Changes
12
+
13
+ - ffcedbe: [core] Move number utils to core
14
+ - d9f6d5b: [core] Move remaining currency utils and add tests
15
+ - baeb7a1: [core] localeToCurrencySymbol and tests
16
+
3
17
  ## 1.0.5
4
18
 
5
19
  ### Patch Changes