@everymatrix/cashier-method-details 1.33.1 → 1.33.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.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": "8c802859b14c2f2f516dda3e3ae44d37776ba254"
38
+ "gitHead": "5e12ec2b432963ee93e561f427aee3d113aa869a"
39
39
  }