@everymatrix/casino-footer-thumbnail 1.37.2 → 1.37.4
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.2 | Mon Aug 12 2024 | casino-footer-thumbnail | fix(EMFE-31164)(casino-footer-thumbnail): display all helper links with url <br /> fix(EMFE-31022)(casino-footer-thumbnail): Remove footer thumbnail spacing <br /> fix(EMFE-30861)(casino-footer-thumbnail): display the thumbnails without image <br /> fix(EMFE-28184)(casino-footer-thumbnail,casino-hamburger-menu,casino-header-controller,general-navigation-bar): add new event to thumbnail to be handled in template, plus refactor navigation events to avoid duplicate code <br /> fix(EMFE-28184)(casino-footer-thumbnail,casino-hamburger-menu,casino-header-controller,general-navigation-bar): add new event to thumbnail to be handled in template, plus refactor navigation events to avoid duplicate code <br /> chore(EMFE-000)(casino-footer-thumbnail,casino-promotions-nd,casino-footer-v2): add color variables |
|
|
6
7
|
| 1.30.0 | Thu May 16 2024 | casino-footer-thumbnail | fix(EMFE-31022)(casino-footer-thumbnail): Remove footer thumbnail spacing |
|
|
7
8
|
| 1.29.6 | Mon Apr 29 2024 | casino-footer-thumbnail | fix(EMFE-30861)(casino-footer-thumbnail): display the thumbnails without image |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-footer-thumbnail",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.4",
|
|
4
4
|
"main": "dist/casino-footer-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": "863252ebf7c846696d9b388f0d288993dbd5065c"
|
|
39
39
|
}
|