@everymatrix/cashier-page 1.28.7 → 1.28.8

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.28.7 | Mon Apr 01 2024 | cashier-page | 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-page | 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-page | feat(GMMMFE-773)(cashier-method-details,cashier-page): add field with type 'date' |
8
9
  | 1.27.3 | Thu Feb 22 2024 | cashier-page | feat(GMMMFE-544)(cashier-page): added new widget for making withdrawals and deposits |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-page",
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
  }