@everymatrix/player-bonus-history 1.39.0 → 1.39.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,5 +3,6 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.39.0 | Tue Sep 03 2024 | player-bonus-history | fix(EMFE-32626)(player-account-controller,player-account-controller-nd,player-bonus-history): make status and type customizable |
|
6
7
|
| 1.37.4 | Fri Aug 16 2024 | player-bonus-history | fix(EMFE-32312)(player-bonus-history): add to bonusWallet call type oddsBoost... |
|
7
8
|
| 1.37.2 | Mon Aug 12 2024 | player-bonus-history | style(EMFE-31522)(player-bonus-card,player-bonus-history,player-deposit,player-gaming-history,player-pending-withdrawls,player-transaction-history,player-withdrawl): update styling <br /> chore(EMFE-28466)(player-account-controller, player-account-gaming-limits-history-2,player-account-gaming-limits-page-2-gm16,player-bonus-history,player-gaming-history): remove version slicing and add / <br /> fix(EMFE-27858)(player-account-self-exclusion, player-bonus-history, player-gaming-history): fix for multiple definitions in custom element registry <br /> fix(EMFE-27858)(player-account-self-exclusion, player-bonus-history, player-gaming-history): set vaadin to a specific new version <br /> feat(EMFE-27872)(player-active-bonuses, player-bonus-history): change grantedAmount to grantedPlayerCurrencyAmount |
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/player-bonus-history",
|
3
|
-
"version": "1.39.
|
3
|
+
"version": "1.39.1",
|
4
4
|
"main": "dist/player-bonus-history",
|
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": "cc6e3a021c852cb2734662bef9ef45190de4bfa9"
|
39
39
|
}
|