@primer-io/primer-js 1.0.9 → 1.1.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
  # @primer-io/primer-js
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 492949b: feat: add klarna and adyen klarna to sdk core
8
+ - 5339c4a: refactor: simplify context, initialization and apm button abstractions
9
+
10
+ ### Patch Changes
11
+
12
+ - b85a0d8: fix(sdk-core): set 3ds method timeout to 13s matching v2
13
+ - 22252c1: fix(sdk-utils/poll): return response only if complete on timeouts
14
+
3
15
  ## 1.0.9
4
16
 
5
17
  ### Patch Changes