@everymatrix/cashier-method-details 1.31.0 → 1.31.1

Sign up to get free protection for your applications and to get access to all the features.
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.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.0",
3
+ "version": "1.31.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": "2cd63cac8a1345eb832337233e848d196c3d9a7b"
38
+ "gitHead": "0b3995d8c9121bfc27eb9aed6a034bbd1583400b"
39
39
  }