@everymatrix/lottery-program-wof 1.37.2 → 1.37.3
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,6 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
|
6
|
+
| 1.37.2 | Mon Aug 12 2024 | lottery-program-wof | fix(EMFE-31182)(lottery-program-wof): add hr translation <br /> fix(FEW-302)(lottery-program-wof): fix styling url <br /> fix(FEW-291)(lottery-program-wof): fix firefox issue <br /> fix(FEW-287)(lottery-program-wof): remove redundant v1 <br /> fix(FEW-287)(lottery-program-wof): update bonuses status <br /> fix(FEW-264)(casino-tournaments-x,lottery-program-wof,casino-wagering-x): add v1 to endpoint <br /> feat(FEW-283)(lottery-program-wof): extend scope of click event on tab <br /> feat(FEW-280)(lottery-program-wof): send status by message after fetching api <br /> feat(FEW-282)(lottery-program-wof): add errorcode <br /> feat(FEW-282)(lottery-program-wof): add timeout for draw api <br /> feat(FEW-277)(lottery-program-wof): add condition to hide bonus <br /> fix(FEW-279)(lottery-program-wof): resolve partition customable issue on safari <br /> fix(FEW-279)(lottery-program-wof): resolve issues on safari <br /> feat(FEW-273, FEW-274)(lottery-program-wof): convert partition name and prize message to html, change image direction to outward |
|
|
6
7
|
| 1.31.2 | Thu May 30 2024 | lottery-program-wof | fix(EMFE-31182)(lottery-program-wof): add hr translation |
|
|
7
8
|
| 1.31.2 | Thu May 30 2024 | lottery-program-wof | fix(EMFE-31182)(lottery-program-wof): add hr translation |
|
|
8
9
|
| 1.29.5 | Tue Apr 23 2024 | lottery-program-wof | fix(FEW-302)(lottery-program-wof): fix styling url |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/lottery-program-wof",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.3",
|
|
4
4
|
"main": "dist/lottery-program-wof.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "df31cbe8e6b206c5aed27f8036ab50826359872e"
|
|
43
43
|
}
|