@lightsparkdev/core 1.0.4 → 1.0.6

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.6
4
+
5
+ ### Patch Changes
6
+
7
+ - ffcedbe: [core] Move number utils to core
8
+ - d9f6d5b: [core] Move remaining currency utils and add tests
9
+ - baeb7a1: [core] localeToCurrencySymbol and tests
10
+
11
+ ## 1.0.5
12
+
13
+ ### Patch Changes
14
+
15
+ - ca58c08: Update createSha256Hash with option to return as hex string and accept string data
16
+
3
17
  ## 1.0.4
4
18
 
5
19
  ### Patch Changes