@everymatrix/casino-calendar 1.43.4 → 1.44.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.
- 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.43.4 | Tue Oct 15 2024 | casino-calendar | style(EMFE-33215)(casino-calendar,casino-hamburger-menu,casino-header-controller-nd,casino-integrated-game-page,casino-modal,casino-promotions-nd,casino-random-game,casino-slider,player-account-closure-nd,player-account-controller-nd): style |
|
|
6
7
|
| 1.43.3 | Fri Oct 04 2024 | casino-calendar | style(EMFE-33050)(casino-calendar): make close button fixed |
|
|
7
8
|
| 1.43.0 | Mon Sep 23 2024 | casino-calendar | fix(EMFE-32759)(casino-calendar): pass the env as searchParam |
|
|
8
9
|
| 1.42.0 | Thu Sep 19 2024 | casino-calendar | fix(EMFE-33094)(casino-calendar): center the items and increase z index |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-calendar",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.44.0",
|
|
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": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
|
|
39
39
|
}
|