@everymatrix/player-account-menu 1.43.1 → 1.43.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. 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.43.1 | Thu Sep 26 2024 | player-account-menu | fix(EMFE-32396)(player-account-menu): new MR, clean fix |
6
7
  | 1.37.2 | Mon Aug 12 2024 | player-account-menu | fix(EMFE-30627)(player-account-menu): Long email addresses overflow the account menu <br /> fix(EMFE-28724)(player-account-controller, player-account-menu): add deposit url option for iframe <br /> chore(EMFE-000)(casino-collections-providers,casino-footer,casino-footer-v2,casino-game-page,casino-games-category-section-nd,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 |
7
8
  | 1.29.3 | Mon Apr 15 2024 | player-account-menu | fix(EMFE-30627)(player-account-menu): Long email addresses overflow the account menu |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-menu",
3
- "version": "1.43.1",
3
+ "version": "1.43.2",
4
4
  "main": "dist/player-account-menu.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": "e0be02e594f762ecb10851537d8690d5e66f4e5d"
38
+ "gitHead": "0477411e57fe6c3eda8ff28059aa540dcada8ae0"
39
39
  }