@everymatrix/player-profile-info 1.31.2 → 1.33.0

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 +7 -0
  2. 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.31.2",
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": "ced96438778b5026f2dcfb9a87463aa4f1edaa62"
38
+ "gitHead": "171ed1815fd26a9dfe578cbcce3d26ddd7634e0f"
39
39
  }