@everymatrix/casino-tournaments-controller 1.36.0 → 1.36.1

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.36.0 | Mon Jul 29 2024 | casino-tournaments-controller | feat(PTH-184)(casino-tournaments-controller,casino-tournaments-customize-page-controller): add a parameter for bonus claim api |
6
7
  | 1.29.8 | Tue May 14 2024 | casino-tournaments-controller | fix(EMFE-30672)(casino-tournaments-controller): fix conflict |
7
8
  | 1.29.7 | Thu May 09 2024 | casino-tournaments-controller | fix(EMFE-30672)(casino-tournaments-controller): fix conflict |
8
9
  | 1.25.0 | Fri Jan 26 2024 | casino-tournaments-controller | fix(EMFE-29348)(casino-tournaments-controller,casino-tournaments-filter-controller): fix the scrolling issue |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-tournaments-controller",
3
- "version": "1.36.0",
3
+ "version": "1.36.1",
4
4
  "main": "dist/casino-tournaments-controller.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": "09be81de9c66446d0062303022d5f036d874d153"
38
+ "gitHead": "5ffc382ef56d1d1736e48fec65bba06fbdadc8cf"
39
39
  }