@everymatrix/player-account-balance-modal 1.31.0 → 1.31.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.
- package/CHANGELOG.md +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
|
6
|
+
| 1.31.0 | Wed May 22 2024 | player-account-balance-modal | fix(EMFE-29110)(player-account-balance-modal): change the calculator... <br /> fix(EMFE-31064)(casino-header-controller,casino-slider,player-account-balance-modal,player-accound-menu,player-deposit): Change deposit TR translation from DEPOZITO to PARA YATIR |
|
|
6
7
|
| 1.27.2 | Thu Feb 15 2024 | player-account-balance-modal | fix(EMFE-29811)(player-account-balance-modal): delete product type condition now that its not coming from apijson |
|
|
7
8
|
| 1.20.11 | Thu Nov 16 2023 | player-account-balance-modal | wait for the displaybalanceoption flag even if its an empty string |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-account-balance-modal",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.2",
|
|
4
4
|
"main": "dist/player-account-balance-modal.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "ced96438778b5026f2dcfb9a87463aa4f1edaa62"
|
|
40
40
|
}
|