@bnsights/bbsf-controls 1.2.8 → 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 +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -395,6 +395,13 @@ 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.9 / 25-12-2025
|
|
399
|
+
|
|
400
|
+
=====================
|
|
401
|
+
|
|
402
|
+
- upgrade utilities package
|
|
403
|
+
|
|
404
|
+
|
|
398
405
|
## 1.2.8 / 25-12-2025
|
|
399
406
|
|
|
400
407
|
=====================
|
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",
|