@everymatrix/player-profile-info 1.31.2 → 1.33.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
|
2
|
+
## player-profile-info widget changelogs
|
3
|
+
|
4
|
+
| Version | Release date | Impacted areas | Changes |
|
5
|
+
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.31.2 | Thu May 30 2024 | player-profile-info | feat(EMFE-30890)(player-profile-info): add IBAN field in player profile |
|
7
|
+
| 1.31.2 | Thu May 30 2024 | player-profile-info | feat(EMFE-30890)(player-profile-info): add IBAN field in player profile |
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/player-profile-info",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.33.0",
|
4
4
|
"main": "dist/player-profile-info.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": "
|
38
|
+
"gitHead": "171ed1815fd26a9dfe578cbcce3d26ddd7634e0f"
|
39
39
|
}
|