@everymatrix/casino-header-controller 1.40.0 → 1.41.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,7 @@
3
3
 
4
4
  | Version | Release date | Impacted areas | Changes |
5
5
  | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.40.0 | Mon Sep 16 2024 | casino-header-controller | feat(EMFE-32624)(casino-header-controller): integrate gamification dropdown |
6
7
  | 1.37.9 | Tue Aug 20 2024 | casino-header-controller | fix(EMFE-32284)(casino-header-controller,casino-integrated-game-page,player-account-controller): pass attributes for custom styling from svelte wigets to stencil widget |
7
8
  | 1.31.0 | Wed May 22 2024 | casino-header-controller | fix(EMFE-31064)(casino-header-controller,casino-slider,player-account-balance-modal,player-accound-menu,player-deposit): Change deposit TR translation from DEPOZITO to PARA YATIR |
8
9
  | 1.29.4 | Wed Apr 17 2024 | casino-header-controller | fix(EMFE-30724)(casino-header-controller,casino-hamburger-menu): corelate the... |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-header-controller",
3
- "version": "1.40.0",
3
+ "version": "1.41.0",
4
4
  "main": "dist/casino-header-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "ca3bc98c22d89e64f9d025debb2e59e3e4f22f4c"
40
+ "gitHead": "a1aaa3db1a2ef037a353887d3c171ebe10f9403a"
41
41
  }