@everymatrix/cashier-modal 1.43.3 → 1.44.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,7 @@
3
3
 
4
4
  | Version | Release date | Impacted areas | Changes |
5
5
  | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.43.3 | Fri Oct 04 2024 | cashier-modal | fix(MMFE-1201)(cashier-confirm-modal,cashier-error,cashier-method-details,cashier-modal,cashier-notifications,cashier-page,cashier-session-expiration-modal): decrease z-index value, set height for main widget |
6
7
  | 1.43.1 | Thu Sep 26 2024 | cashier-modal | fix(MMFE-1194)(cashier-page,cashier-modal,cashier-session-expiration-modal): add reinit method to clear variables, change positioning for modals |
7
8
  | 1.39.2 | Tue Sep 10 2024 | cashier-modal | style(MMFE-1104)(cashier-iframe-redirect,cashier-method-details,cashier-methods-list,cashier-modal,cashier-session-expiration-modal): decrease selectors priority |
8
9
  | 1.37.4 | Fri Aug 16 2024 | cashier-modal | fix(MMFE-1125)(cashier-method-details,cashier-modal): fix error message displaying for getPaymentMethodDetails, fix styles for modal |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-modal",
3
- "version": "1.43.3",
3
+ "version": "1.44.0",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "4723f5370b2d6fc913a8cf6770f9f492038e54e8"
38
+ "gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
39
39
  }