@primer-io/primer-js 1.6.3 → 1.7.0

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 89e55ca: reduce code duplication, fix poll error handling, break abstractions
8
+
9
+ ### Patch Changes
10
+
11
+ - 7049f1e: feat(sdk-core): add guards to prevent multiple flows from starting concurrently
12
+ - 2d89333: fix vault manager errors from blocking the checkout
13
+ - be568bf: retry fetching vaulted payment methods
14
+
3
15
  ## 1.6.3
4
16
 
5
17
  ### Patch Changes