@bnsights/bbsf-controls 1.2.7 → 1.2.9
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 +14 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -394,6 +394,20 @@ If the issue persists, consider using a different HTML editor component that's c
|
|
|
394
394
|
|
|
395
395
|
## Change Log
|
|
396
396
|
|
|
397
|
+
|
|
398
|
+
## 1.2.9 / 25-12-2025
|
|
399
|
+
|
|
400
|
+
=====================
|
|
401
|
+
|
|
402
|
+
- upgrade utilities package
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
## 1.2.8 / 25-12-2025
|
|
406
|
+
|
|
407
|
+
=====================
|
|
408
|
+
|
|
409
|
+
- upgrade utilities package
|
|
410
|
+
|
|
397
411
|
## 1.2.7 / 08-12-2025
|
|
398
412
|
|
|
399
413
|
=====================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-controls",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^19.2.14",
|
|
6
6
|
"@angular/cdk": "^19.2.19",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@angular/google-maps": "18.2.14",
|
|
16
|
-
"@bnsights/bbsf-utilities": "1.2.
|
|
16
|
+
"@bnsights/bbsf-utilities": "1.2.3",
|
|
17
17
|
"@danielmoncada/angular-datetime-picker": "20.0.0",
|
|
18
18
|
"@fullcalendar/angular": "6.1.19",
|
|
19
19
|
"@fullcalendar/core": "6.1.19",
|