@everymatrix/casino-promotions 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.
- package/CHANGELOG.md +1 -0
- 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.37.2 | Mon Aug 12 2024 | casino-promotions | chore(EMFE-31517)(casino-promotions): change styling for promotions widget <br /> fix(EMFE-29812)(casino-promotions): remove unused property in translation.js <br /> fix(EMFE-29812)(casino-promotions): translate back and term and condition in promotion page <br /> chore(EMFE-000)(casino-footer-thumbnail,casino-promotions,casino-footer-v2): add color variables <br /> chore(EMFE-27738)(casino-promotions): try naming solution for env undefined |
|
|
6
7
|
| 1.37.0 | Tue Aug 06 2024 | casino-promotions | chore(EMFE-31517)(casino-promotions): change styling for promotions widget |
|
|
7
8
|
| 1.27.3 | Thu Feb 22 2024 | casino-promotions | fix(EMFE-29812)(casino-promotions): remove unused property in translation.js |
|
|
8
9
|
| 1.27.2 | Thu Feb 15 2024 | casino-promotions | fix(EMFE-29812)(casino-promotions): translate back and term and condition in promotion page |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-promotions",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.3",
|
|
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": "
|
|
38
|
+
"gitHead": "df31cbe8e6b206c5aed27f8036ab50826359872e"
|
|
39
39
|
}
|