@bnsights/bbsf-admin-portal 1.1.83 → 1.1.84

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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,20 +4,24 @@ BBSF Admin Portal package is part of BBSF 3 packages. It hosts all the angular m
4
4
 
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
+ ## 1.1.84 / 11-09-2025
8
+
9
+ =====================
10
+
11
+ - Updating controls package to 1.0.186
12
+
7
13
  ## 1.1.83 / 07-09-2025
8
14
 
9
15
  =====================
10
16
 
11
17
  - Updating controls package to 1.0.185
12
18
 
13
-
14
19
  ## 1.1.82 / 03-09-2025
15
20
 
16
21
  =====================
17
22
 
18
23
  - Updating controls package to 1.0.184
19
24
 
20
-
21
25
  ## 1.1.81 / 03-09-2025
22
26
 
23
27
  =====================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-admin-portal",
3
- "version": "1.1.83",
3
+ "version": "1.1.84",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.0.5",
6
6
  "@angular/cdk": "^17.0.2",
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "@amcharts/amcharts5": "^5.6.2",
16
16
  "@bnsights/bbsf-utilities": "1.0.66",
17
- "@bnsights/bbsf-controls": "1.0.185",
17
+ "@bnsights/bbsf-controls": "1.0.186",
18
18
  "@fortawesome/fontawesome-free": "^5.15.2",
19
19
  "@kronscht/ng-wizard": "^1.4.3",
20
20
  "@ngx-translate/http-loader": "^8.0.0",