@everymatrix/casino-tournaments-customize-page-controller 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 | casino-tournaments-customize-page-controller | feat(FEW-316)(casino-tournaments-customize-page-controller): add play button... <br /> feat(PTH-184)(casino-tournaments-controller,casino-tournaments-customize-page-controller): add a parameter for bonus claim api <br /> fix(FEW-305)(casino-tournaments-table,casino-tournaments-customize-page-controller,casino-tournaments-page-controller): fix fractiondigit <br /> fix(EMFE-30724)(casino-bonuses-controller,casino-tournaments-customize-page-controller): fix translations imports <br /> feat(FEW-293)(casino-tournaments-customize-page-controller): Tournament - add... |
|
|
6
7
|
| 1.36.0 | Mon Jul 29 2024 | casino-tournaments-customize-page-controller | feat(FEW-316)(casino-tournaments-customize-page-controller): add play button... <br /> feat(PTH-184)(casino-tournaments-controller,casino-tournaments-customize-page-controller): add a parameter for bonus claim api |
|
|
7
8
|
| 1.29.8 | Tue May 14 2024 | casino-tournaments-customize-page-controller | fix(FEW-305)(casino-tournaments-table,casino-tournaments-customize-page-controller,casino-tournaments-page-controller): fix fractiondigit |
|
|
8
9
|
| 1.29.4 | Wed Apr 17 2024 | casino-tournaments-customize-page-controller | fix(EMFE-30724)(casino-bonuses-controller,casino-tournaments-customize-page-controller): fix translations imports |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-tournaments-customize-page-controller",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.3",
|
|
4
4
|
"main": "dist/casino-tournaments-customize-page-controller.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": "df31cbe8e6b206c5aed27f8036ab50826359872e"
|
|
40
40
|
}
|