@everymatrix/player-deposit 1.31.0 → 1.31.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,5 +3,6 @@
3
3
 
4
4
  | Version | Release date | Impacted areas | Changes |
5
5
  | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.31.0 | Wed May 22 2024 | player-deposit | fix(EMFE-31064)(casino-header-controller,casino-slider,player-account-balance-modal,player-accound-menu,player-deposit): Change deposit TR translation from DEPOZITO to PARA YATIR |
6
7
  | 1.29.7 | Thu May 09 2024 | player-deposit | fix(EMFE-30942)(player-deposit): add the language param in the nwa call |
7
8
  | 1.23.0 | Thu Dec 21 2023 | player-deposit | chore(EMFE-28286)(casino-header-controller,player-deposit): add option to deposit in small cashier |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-deposit",
3
- "version": "1.31.0",
3
+ "version": "1.31.1",
4
4
  "main": "dist/player-deposit",
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": "0b3995d8c9121bfc27eb9aed6a034bbd1583400b"
39
39
  }