@bnsights/bbsf-admin-portal 1.1.46 → 1.1.47

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 +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,10 +6,14 @@ For more info please visit [BBSF documentation](https://bnsightsprojects.visuals
6
6
 
7
7
  # Change Log
8
8
 
9
- ## 1.1.46 / 16-07-2024
10
9
 
10
+ ## 1.1.47 / 24-07-2024
11
11
  ===================
12
+ * Update Controll version package
13
+
12
14
 
15
+ ## 1.1.46 / 16-07-2024
16
+ ===================
13
17
  * Update Controll version package
14
18
 
15
19
  ## 1.1.45 / 16-07-2024
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-admin-portal",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
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.55",
16
- "@bnsights/bbsf-controls": "^1.0.143",
16
+ "@bnsights/bbsf-controls": "^1.0.144",
17
17
  "@amcharts/amcharts5": "^5.6.2",
18
18
  "@fortawesome/fontawesome-free": "^5.15.2",
19
19
  "@kronscht/ng-wizard": "^1.4.3",