@bnsights/bbsf-admin-portal 1.1.79 → 1.1.81

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 +19 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,8 +4,25 @@ 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
+
8
+ ## 1.1.81 / 03-09-2025
9
+
10
+ =====================
11
+
12
+ - Updating controls package to 1.0.183
13
+
14
+
15
+ ## 1.1.80 / 26-08-2025
16
+
17
+ =====================
18
+
19
+ - Updating controls package to 1.0.182
20
+ - Update utilities package to 1.0.66
21
+
7
22
  ## 1.1.79 / 26-08-2025
23
+
8
24
  =====================
25
+
9
26
  - Updating controls package to 1.0.181
10
27
  - Update utilities package to 1.0.64
11
28
 
@@ -17,12 +34,12 @@ For more info please visit [BBSF documentation](https://bnsightsprojects.visuals
17
34
  - Update utilities package to 1.0.64
18
35
 
19
36
 
20
- ## 1.1.76 / 11-08-2025
37
+ ## 1.1.76 / 11-08-2025 (deprecated)
21
38
  =====================
22
39
  - Updating controls package to 1.0.178
23
40
  - Fix dropdown styles
24
41
 
25
- ## 1.1.75 / 11-08-2025
42
+ ## 1.1.75 / 11-08-2025 (deprecated)
26
43
  =====================
27
44
  - Updating controls package to 1.0.177
28
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-admin-portal",
3
- "version": "1.1.79",
3
+ "version": "1.1.81",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.0.5",
6
6
  "@angular/cdk": "^17.0.2",
@@ -13,8 +13,8 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@amcharts/amcharts5": "^5.6.2",
16
- "@bnsights/bbsf-utilities": "1.0.64",
17
- "@bnsights/bbsf-controls": "1.0.181",
16
+ "@bnsights/bbsf-utilities": "1.0.66",
17
+ "@bnsights/bbsf-controls": "1.0.183",
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",