@everymatrix/cashier-method-details 1.39.3 → 1.40.0
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.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 |
|
6
7
|
| 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 |
|
7
8
|
| 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 |
|
8
9
|
| 1.38.0 | Fri Aug 30 2024 | cashier-method-details | feat(MMFE-1100)(cashier-error,cashier-method-details,cashier-page,cashier-session-expiration-modal): add session expiration widget |
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/cashier-method-details",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.40.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": "
|
38
|
+
"gitHead": "ca3bc98c22d89e64f9d025debb2e59e3e4f22f4c"
|
39
39
|
}
|