@bnsights/bbsf-admin-portal 1.1.35 → 1.1.36

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
@@ -5,10 +5,12 @@ BBSF Admin Portal package is part of BBSF 3 packages. It hosts all the angular m
5
5
  For more info please visit [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
6
6
 
7
7
  # Change Log
8
+ ## 1.1.36 / 18-4-2024
9
+ ===================
10
+ * Update controls version
8
11
  ## 1.1.35 / 4-4-2024
9
12
  ===================
10
13
  * Fix Survey component text search box in page header
11
-
12
14
  ## 1.1.34 / 3-4-2024
13
15
  ===================
14
16
  * Update controls & Utilities version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-admin-portal",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.0.5",
6
6
  "@angular/cdk": "^17.0.2",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@bnsights/bbsf-utilities": "^1.0.54",
16
- "@bnsights/bbsf-controls": "^1.0.140",
16
+ "@bnsights/bbsf-controls": "^1.0.141",
17
17
  "@amcharts/amcharts5": "^5.6.2",
18
18
  "@fortawesome/fontawesome-free": "^5.15.2",
19
19
  "@kronscht/ng-wizard": "^1.4.3",