@everymatrix/cashier-method-details 1.33.1 → 1.33.3

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.33.1 | Fri Jun 07 2024 | cashier-method-details | fix(MMFE-922)(cashier-page,cashier-method-details): added translations which... |
6
7
  | 1.32.0 | Tue Jun 04 2024 | cashier-method-details | fix(GMMMFE-976)(cashier-method-details): remove hardcoded mode |
7
8
  | 1.31.0 | Wed May 22 2024 | cashier-method-details | feat(GMMMFE-932)(cashier-receipt-page,cashier-method-details): add message... |
8
9
  | 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 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-method-details",
3
- "version": "1.33.1",
3
+ "version": "1.33.3",
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": "8c802859b14c2f2f516dda3e3ae44d37776ba254"
38
+ "gitHead": "6e01ffe02b1cf81cfdef04d52c38af157551792a"
39
39
  }