@everymatrix/player-active-bonuses 1.31.0 → 1.31.2

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,4 +3,5 @@
3
3
 
4
4
  | Version | Release date | Impacted areas | Changes |
5
5
  | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.31.0 | Wed May 22 2024 | player-active-bonuses | fix(EMFE-31156)(player-active-bonuses): create debounce for not multiple bonus... |
6
7
  | 1.29.5 | Tue Apr 23 2024 | player-active-bonuses | fix(EMFE-29169)(player-active-bonuses): scroll to top on page change |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-active-bonuses",
3
- "version": "1.31.0",
3
+ "version": "1.31.2",
4
4
  "main": "dist/player-active-bonuses",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "2cd63cac8a1345eb832337233e848d196c3d9a7b"
38
+ "gitHead": "ced96438778b5026f2dcfb9a87463aa4f1edaa62"
39
39
  }