@lightsparkdev/core 1.4.1 → 1.4.3

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.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e9152bc: - Add INR support to utils/currency
8
+ - Avoid loading graphql-ws in Bare environment due to lack of support there
9
+
10
+ ## 1.4.2
11
+
12
+ ### Patch Changes
13
+
14
+ - 52a274f: - Add GBP as valid CurrencyUnit
15
+ - Add zipcodeToState util
16
+
3
17
  ## 1.4.1
4
18
 
5
19
  ### Patch Changes