@primer-io/primer-js 1.0.7 → 1.0.9
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 +13 -0
- package/dist/custom-elements.json +110 -110
- package/dist/primer-loader.js +15 -15
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 1.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1320e03: fix(vault): run onBeforePaymentCreate handler correctly on vault flows
|
|
8
|
+
|
|
9
|
+
## 1.0.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 1930969: fix(sdk-core): send primer-js and sdk-core versions in the primer-sdk-version header
|
|
14
|
+
- 7370028: Backend driven checkout for redirect based APMs
|
|
15
|
+
|
|
3
16
|
## 1.0.7
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|