@everymatrix/cashier-method-details 1.36.1 → 1.37.1
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.36.1 | Tue Aug 06 2024 | cashier-method-details | fix(MMFE-1090)(cashier-method-details,cashier-methods-list,cashier-page): fix header frame |
|
6
7
|
| 1.36.0 | Mon Jul 29 2024 | cashier-method-details | feat(MMFE-1035)(cashier-iframe-redirect,cashier-spinner,cashier-method-details,cashier-method-list,cashier-page): add spinner, fix translations <br /> fix(GMMMFE-995)(cashier-method-details,cashier-notifications,cashier-page): fix notification displaying <br /> feat(MMFE-1034)(cashier-page,cashier-iframe-redirect,cashier-method-details,cashier-notification,cashier-confirm-modal): create the header for whole cashier |
|
7
8
|
| 1.35.0 | Wed Jul 17 2024 | cashier-method-details | fix(MMFE-994)(cashier-method-details,casheir-page): fix error message displaying |
|
8
9
|
| 1.34.3 | Tue Jul 09 2024 | cashier-method-details | fix(MMFE-1026)(cashier-method-details): renamed method |
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/cashier-method-details",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.37.1",
|
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": "b66537a86537df76760b0975a3104240112ad072"
|
39
39
|
}
|