@everymatrix/casino-random-game 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.
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.4 | Tue Oct 15 2024 | casino-random-game | 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.37.2 | Mon Aug 12 2024 | casino-random-game | fix(EMFE-30279)(casino-random-game): adjusted the way the category filter is... <br /> fix(EMFE-30333)(casino-random-game): expand vendor in order to obtain from the call the vendor name <br /> fix(EMFE-30333)(casino-random-game): fix loop and treat error cases <br /> fix(EMFE-30333)(casino-random-game): fix for infinite loop - add specific... |
7
8
  | 1.34.1 | Tue Jun 25 2024 | casino-random-game | fix(EMFE-30279)(casino-random-game): adjusted the way the category filter is... |
8
9
  | 1.34.0 | Fri Jun 21 2024 | casino-random-game | fix(EMFE-30333)(casino-random-game): expand vendor in order to obtain from the call the vendor name |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-random-game",
3
- "version": "1.43.4",
3
+ "version": "1.44.0",
4
4
  "main": "dist/casino-random-game.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": "8464c47cb49b4ffa1c9debfac3a7dfc3097cf57a"
38
+ "gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
39
39
  }