@everymatrix/casino-most-played-section 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,4 +3,5 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.37.2 | Mon Aug 12 2024 | casino-most-played-section | fix(EMFE-31127)(casino-games-category-section,casino-lobby,casino-page,casino-game-page,casino-favorite-section,casino-most-played-section,casino-last-played-section): i wanna die so hard <br /> fix(EMFE-31127)(casino-games-category-section,casino-favorites-section,casino-last-played-section,casino-most-played-section,casino-page): Fix the play button by adding new variables |
|
6
7
|
| 1.34.1 | Tue Jun 25 2024 | casino-most-played-section | fix(EMFE-31127)(casino-games-category-section,casino-lobby,casino-page,casino-game-page,casino-favorite-section,casino-most-played-section,casino-last-played-section): i wanna die so hard |
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-most-played-section",
|
3
|
-
"version": "1.37.
|
3
|
+
"version": "1.37.3",
|
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": "df31cbe8e6b206c5aed27f8036ab50826359872e"
|
39
39
|
}
|