@everymatrix/cashier-method-details 1.28.7 → 1.28.8

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.28.7 | Mon Apr 01 2024 | cashier-method-details | fix(MMFE-852)(cashier-method-details): fix displaying of digits <br /> fix(MMFE-850)(cashier-page,cashier-method-details): move container which froze page, change height of scrollable container |
6
7
  | 1.28.4 | Wed Mar 20 2024 | cashier-method-details | fix(MMFE-828)(cashier-method-details): fix dropdown size when container is scrollable, fix value in selector, fix check for required fields <br /> fix(GMMMFE-818)(cashier-method-details,cashier-page): add event which froze Cashier while the spinner on Deposit/Withdraw buttons is processing |
7
8
  | 1.28.0 | Fri Mar 08 2024 | cashier-method-details | feat(GMMMFE-773)(cashier-method-details,cashier-page): add field with type 'date' <br /> fix(GMMMFE-792)(cashier-method-details): fixes for validation |
8
9
  | 1.27.6 | Tue Feb 27 2024 | cashier-method-details | fix(GMMMFE-792)(cashier-method-details): fixes for validation |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-method-details",
3
- "version": "1.28.7",
3
+ "version": "1.28.8",
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": "4be294aae17b0e8d5a7eec74883137c4b34bc12e"
38
+ "gitHead": "c7e4f0fb90648211b55dc99a72de2fe600016137"
39
39
  }