@everymatrix/cashier-page 1.27.3 → 1.27.6
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.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
|
|
2
|
+
## cashier-page widget changelogs
|
|
3
|
+
|
|
4
|
+
| Version | Release date | Impacted areas | Changes |
|
|
5
|
+
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
|
6
|
+
| 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.27.
|
|
3
|
+
"version": "1.27.6",
|
|
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": "
|
|
38
|
+
"gitHead": "2f583e2260a753f1dc3591b8b5b122a6684bf76f"
|
|
39
39
|
}
|