@everymatrix/casino-promotions-nd 1.43.0 → 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,6 +3,7 @@
3
3
 
4
4
  | Version | Release date | Impacted areas | Changes |
5
5
  | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.43.0 | Mon Sep 23 2024 | casino-promotions-nd | style(EMFE-33097)(casino-promotions-nd): make the image more brighter |
6
7
  | 1.39.2 | Tue Sep 10 2024 | casino-promotions-nd | fix(EMFE-32697)(casino-promotions-nd): modal must have bigger z index then header |
7
8
  | 1.37.2 | Mon Aug 12 2024 | casino-promotions-nd | chore(EMFE-31517)(casino-promotions-nd): change styling for promotions widget <br /> fix(EMFE-29812)(casino-promotions-nd): remove unused property in translation.js <br /> fix(EMFE-29812)(casino-promotions-nd): translate back and term and condition in promotion page <br /> chore(EMFE-000)(casino-footer-thumbnail,casino-promotions-nd,casino-footer-v2): add color variables <br /> chore(EMFE-27738)(casino-promotions-nd): try naming solution for env undefined |
8
9
  | 1.37.0 | Tue Aug 06 2024 | casino-promotions-nd | chore(EMFE-31517)(casino-promotions-nd): change styling for promotions widget |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-promotions-nd",
3
- "version": "1.43.0",
3
+ "version": "1.43.2",
4
4
  "main": "index.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": "2b46cd3311230285da87ca4b133f9dd5735a0db7"
38
+ "gitHead": "0477411e57fe6c3eda8ff28059aa540dcada8ae0"
39
39
  }