@everymatrix/casino-footer 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+
2
+ ## casino-footer widget changelogs
3
+
4
+ | Version | Release date | Impacted areas | Changes |
5
+ | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.37.2 | Mon Aug 12 2024 | casino-footer | chore(EMFE-000)(casino-collections-providers,casino-footer,casino-footer-v2,casino-game-page,casino-games-category-section,casino-hamburger-menu,casino-header-controller,casino-search,casino-winners,player-account-controller,player-account-menu): change some color variables for the dark/ light theme <br /> feat(EMFE-27751)(casino-footer): adapt footer section structure to the new structure of the cms response, to be able to take either apijson form for casino-footer, or the one from casino-footer-v2 <br /> feat(EMFE-27751)(casino-footer): adapt footer section structure to the new structure of the cms response <br /> fix(EMFE-27252)(casino-footer-v2, casino-footer): added both on footer v1 and v2 a reset for hasErrors, for this untreated case where the call would fail on language change for a certain language, and upon switching back to the initial language where it did work at first, it would show server errro because the hasErrors would still be true from the previous call |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-footer",
3
- "version": "1.37.2",
3
+ "version": "1.37.3",
4
4
  "main": "dist/casino-footer.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": "0a314fe46510038a31ea77b611f22f5429a56d49"
38
+ "gitHead": "df31cbe8e6b206c5aed27f8036ab50826359872e"
39
39
  }