@everymatrix/player-profile-info 1.31.2 → 1.32.16

Sign up to get free protection for your applications and to get access to all the features.
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.32.16",
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": "74214330ddf7a4efc50d3ae4c918f9d1129331b6"
39
39
  }