@bnsights/bbsf-controls 1.0.31 → 1.0.32

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/README.md CHANGED
@@ -6,7 +6,16 @@ For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsigh
6
6
 
7
7
  ## Change Log
8
8
 
9
- 1.0.31 / 29-3-2022
9
+ ###1.0.32 / 30-3-2022
10
+ ===================
11
+ * Update utilities library version
12
+
13
+ ###1.0.31 / 29-3-2022
10
14
  ===================
11
15
  * Update repeater-table control
12
16
 
17
+ ###1.0.29 / 27-3-2022
18
+ ===================
19
+ * Add Repeater Table control
20
+ * Update Complex Repeater control
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~12.2.12",
6
6
  "@angular/core": "~12.2.12"
@@ -21,7 +21,7 @@
21
21
  "@angular/platform-browser": "~12.2.12",
22
22
  "@angular/platform-browser-dynamic": "~12.2.12",
23
23
  "@angular/router": "~12.2.12",
24
- "@bnsights/bbsf-utilities": "1.0.14",
24
+ "@bnsights/bbsf-utilities": "1.0.15",
25
25
  "@fortawesome/fontawesome-free": "^5.15.2",
26
26
  "google-libphonenumber": "^3.2.17",
27
27
  "@fullcalendar/angular": "^5.5.0",