@bnsights/bbsf-admin-portal 1.1.11 → 1.1.13

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,14 +5,18 @@ 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.13 / 11-2-2024
9
+ ===================
10
+ * Update controls version
11
+ ## 1.1.12 / 8-2-2024
12
+ ===================
13
+ * Update controls & Utilities version
8
14
  ## 1.1.11 / 8-2-2024
9
15
  ===================
10
16
  * Update controls & Utilities version
11
-
12
17
  ## 1.1.10 / 7-2-2024
13
18
  ===================
14
19
  * Update controls Lib version
15
-
16
20
  ## 1.1.9 / 7-2-2024
17
21
  ===================
18
22
  * Update controls
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-admin-portal",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.0.5",
6
6
  "@angular/cdk": "^17.0.2",
@@ -12,8 +12,8 @@
12
12
  "@angular/router": "^17.0.5"
13
13
  },
14
14
  "dependencies": {
15
- "@bnsights/bbsf-utilities": "^1.0.45",
16
- "@bnsights/bbsf-controls": "^1.0.118",
15
+ "@bnsights/bbsf-utilities": "^1.0.46",
16
+ "@bnsights/bbsf-controls": "^1.0.120",
17
17
  "@amcharts/amcharts5": "^5.6.2",
18
18
  "@fortawesome/fontawesome-free": "^5.15.2",
19
19
  "@kronscht/ng-wizard": "^1.4.3",