@bnsights/bbsf-controls 1.2.9 → 1.2.10
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 +9 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -395,11 +395,18 @@ If the issue persists, consider using a different HTML editor component that's c
|
|
|
395
395
|
## Change Log
|
|
396
396
|
|
|
397
397
|
|
|
398
|
-
## 1.2.
|
|
398
|
+
## 1.2.10 / 05-01-2026
|
|
399
399
|
|
|
400
400
|
=====================
|
|
401
401
|
|
|
402
|
-
- upgrade utilities package
|
|
402
|
+
- upgrade utilities package 1.2.4
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
## 1.2.9 / 05-01-2026
|
|
406
|
+
|
|
407
|
+
=====================
|
|
408
|
+
|
|
409
|
+
- upgrade utilities package 1.2.4
|
|
403
410
|
|
|
404
411
|
|
|
405
412
|
## 1.2.8 / 25-12-2025
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-controls",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
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.4",
|
|
17
17
|
"@danielmoncada/angular-datetime-picker": "20.0.0",
|
|
18
18
|
"@fullcalendar/angular": "6.1.19",
|
|
19
19
|
"@fullcalendar/core": "6.1.19",
|