@everymatrix/cashier-method-details 1.41.0 → 1.43.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 +1 -0
- package/dist/cashier-method-details.js +342 -337
- package/dist/cashier-method-details.js.map +1 -1
- package/package.json +2 -2
- package/rollup.config.js +2 -0
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.42.0 | Thu Sep 19 2024 | cashier-method-details | fix(MMFE-1171)(cashier-method-details,cashier-session-expiration): add image to rollup |
|
6
7
|
| 1.39.3 | Thu Sep 12 2024 | cashier-method-details | fix(MMFE-1161)(cashier-page,cashier-error,cashier-method-details,cashier-verifications): fix translations for header, fix verifications displaying |
|
7
8
|
| 1.39.2 | Tue Sep 10 2024 | cashier-method-details | style(MMFE-1104)(cashier-iframe-redirect,cashier-method-details,cashier-methods-list,cashier-modal,cashier-session-expiration-modal): decrease selectors priority |
|
8
9
|
| 1.39.0 | Tue Sep 03 2024 | cashier-method-details | fix(MMFE-1126)(cashier-page,cashier-header,cashier-method-details,cashier-receipt-page): fix translations for header, fixes for receipt page |
|