@accelbyte/sdk 0.1.1-alpha.59 → 0.1.1-alpha.62

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 CHANGED
@@ -1,6 +1,20 @@
1
+ ### 0.1.1-alpha.62 - 2023-02-08
2
+
3
+ - Allow simplication when passing configs to widgetOptions in SdkWidget
4
+
5
+ ### 0.1.1-alpha.61 - 2023-02-07
6
+
7
+ - OS-8668 fixing check EligibleUser dateOfBirth is now could be undefined
8
+
9
+ ### 0.1.1-alpha.60 - 2023-02-06
10
+
11
+ - Fix build for Windows
12
+ - Create missing config types and move configs from private package
13
+
1
14
  ### 0.1.1-alpha.59 - 2023-02-01
2
15
 
3
16
  - Move example SDK and Widgets usages to the SDK and Widgets folder
17
+ - Expose passing data config from SDK to Widget
4
18
 
5
19
  ### 0.1.1-alpha.58 - 2023-01-30
6
20