@everymatrix/player-account-self-exclusion-nd 1.37.4

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+
2
+ ## player-account-self-exclusion-nd widget changelogs
3
+
4
+ | Version | Release date | Impacted areas | Changes |
5
+ | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.37.2 | Mon Aug 12 2024 | player-account-self-exclusion-nd | feat(EMFE-31523)(player-account-self-exclusion-nd): update style <br /> fix(EMFE-31379)(player-account-self-exclusion-nd): fix text displayed <br /> chore(EMFE-29001)(player-account-self-exclusion-nd): change text for better understanding <br /> fix(EMFE-27858)(player-account-self-exclusion-nd, player-bonus-history, player-gaming-history): fix for multiple definitions in custom element registry <br /> fix(EMFE-27858)(player-account-self-exclusion-nd, player-bonus-history, player-gaming-history): set vaadin to a specific new version |
7
+ | 1.37.0 | Tue Aug 06 2024 | player-account-self-exclusion-nd | feat(EMFE-31523)(player-account-self-exclusion-nd): update style |
8
+ | 1.23.0 | Thu Dec 21 2023 | player-account-self-exclusion-nd | chore(EMFE-29001)(player-account-self-exclusion-nd): change text for better understanding |
package/README.md ADDED
@@ -0,0 +1,30 @@
1
+ # @everymatrix/player-account-self-exclusion-nd
2
+ ---------
3
+
4
+ ## First step
5
+ ---------
6
+ ```
7
+ lerna bootstrap
8
+ ```
9
+
10
+ ## Run Widget
11
+ ---------
12
+ - starts server at port 5050
13
+ - has livereload
14
+
15
+ ```
16
+ yarn run dev
17
+ ```
18
+
19
+ ## Build Widget
20
+ ---------
21
+ ```
22
+ yarn run build
23
+ ```
24
+
25
+ ## Publishing widget
26
+ ---------
27
+ - Note add your user to the npm
28
+ ```
29
+ lerna publish
30
+ ```