@everymatrix/casino-calendar 1.37.2 → 1.37.4
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-calendar | fix(EMFE-31075)(casino-calendar): fix scroll vertically <br /> fix(EMFE-30869)(casino-calendar,casino-calendar0daily-details): treat some... <br /> fix(EMFE-29425)(casino-calendar): add customstyling <br /> chore(EMFE-27178)(casino-calendar): add env for casino calendar <br /> fix(EMFE-27178)(casino-calendar): add user roles segregation, device segregation, environment segregation and custom styling |
|
|
6
7
|
| 1.33.2 | Tue Jun 11 2024 | casino-calendar | fix(EMFE-31075)(casino-calendar): fix scroll vertically |
|
|
7
8
|
| 1.29.8 | Tue May 14 2024 | casino-calendar | fix(EMFE-30869)(casino-calendar,casino-calendar0daily-details): treat some... |
|
|
8
9
|
| 1.28.8 | Wed Apr 10 2024 | casino-calendar | fix(EMFE-29425)(casino-calendar): add customstyling |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-calendar",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.4",
|
|
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": "863252ebf7c846696d9b388f0d288993dbd5065c"
|
|
39
39
|
}
|