@everymatrix/cashier-method-details 1.27.3 → 1.27.5

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.27.3 | Thu Feb 22 2024 | cashier-method-details | fix(GMMMFE-779)(cashier-method-details): fix lookup validation |
6
7
  | 1.27.2 | Thu Feb 15 2024 | cashier-method-details | fix(GMMMFE-778)(cashier-method-details): remove input arrows, fix amount multiplier <br /> feat(GMMMFE-672)(cashier-method-details,cashier-deposit-page,cashier-receipt-page): Add new receipt page |
7
8
  | 1.27.0 | Tue Feb 06 2024 | cashier-method-details | feat(GMMMFE-765)(cashier-method-details, cashier-deposit-page,cashier-methods-list): add field validation |
8
9
  | 1.25.0 | Fri Jan 26 2024 | cashier-method-details | fix(GMMMFE-764)(cashier-method-details): fix displaying correlated fields, translationurl optional |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-method-details",
3
- "version": "1.27.3",
3
+ "version": "1.27.5",
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": "bb3f018dda0d4518201642689dcd1745b1d9153e"
38
+ "gitHead": "8155a0b8b58289a1253d06ffabea74af8bbd932e"
39
39
  }