@everymatrix/cashier-method-details 1.31.0 → 1.31.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -0
- 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.31.0 | Wed May 22 2024 | cashier-method-details | feat(GMMMFE-932)(cashier-receipt-page,cashier-method-details): add message... |
|
6
7
|
| 1.29.7 | Thu May 09 2024 | cashier-method-details | fix(MMFE-913)(cashier-method-details,cashier-methods-list): fix styles for tablets and fonts for desktop |
|
7
8
|
| 1.29.6 | Mon Apr 29 2024 | cashier-method-details | fix(MMFE-893)(cashier-confirm-modal,cashier-iframe-redirect,cashier-method-details,cashier-page): move modals to cashier-page, move redirect frame to cashier-page, move translations to cashier-page tranlslations, changed hover for close modal |
|
8
9
|
| 1.29.5 | Tue Apr 23 2024 | cashier-method-details | fix(MMFE-859)(cashier-method-details,cashier-page): fix datepicker for mobile, fix scroll |
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/cashier-method-details",
|
3
|
-
"version": "1.31.
|
3
|
+
"version": "1.31.2",
|
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": "
|
38
|
+
"gitHead": "ced96438778b5026f2dcfb9a87463aa4f1edaa62"
|
39
39
|
}
|