@everymatrix/casino-my-games 1.37.12 → 1.38.0
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.37.12 | Wed Aug 21 2024 | casino-my-games | fix(EMFE-32489)(casino-my-games): add nd version of the widget |
|
|
6
7
|
| 1.37.2 | Mon Aug 12 2024 | casino-my-games | fix(EMFE-26436)(casino-my-games): Make a flex-box with eqal spaceing on mobile, create invisible border with color change and text translate on hover |
|
|
7
8
|
| 1.29.6 | Mon Apr 29 2024 | casino-my-games | fix(EMFE-26436)(casino-my-games): Make a flex-box with eqal spaceing on mobile, create invisible border with color change and text translate on hover |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-my-games",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.38.0",
|
|
4
4
|
"main": "dist/casino-my-games.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": "7070080d10ab3c85ed4a5d2eeb2442cc9ff8fb2d"
|
|
39
39
|
}
|