@everymatrix/casino-game-thumbnail 1.37.0 → 1.37.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,4 +3,5 @@
|
|
|
3
3
|
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
|
6
|
+
| 1.37.0 | Tue Aug 06 2024 | casino-game-thumbnail | fix(EMFE-000)(casino-game-thumbnail): broken gradient <br /> fix(EMFE-31511)(casino-games-category-section,casino-game-thumbnail): add new... |
|
|
6
7
|
| 1.29.7 | Thu May 09 2024 | casino-game-thumbnail | fix(EMFE-26062)(casino-game-thumbnail): Fix fav icon overlaps title by lowering font on devices < 320px, rewrite css logic and remove position absolute |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-game-thumbnail",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.2",
|
|
4
4
|
"main": "dist/casino-game-thumbnail.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": "0a314fe46510038a31ea77b611f22f5429a56d49"
|
|
39
39
|
}
|