@bnsights/bbsf-controls 1.2.11 → 1.2.12
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 +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -394,6 +394,12 @@ If the issue persists, consider using a different HTML editor component that's c
|
|
|
394
394
|
|
|
395
395
|
## Change Log
|
|
396
396
|
|
|
397
|
+
## 1.2.12 / 18-01-2026
|
|
398
|
+
|
|
399
|
+
=====================
|
|
400
|
+
|
|
401
|
+
- Update bbsf-utilities package to 1.2.6
|
|
402
|
+
|
|
397
403
|
## 1.2.11 / 18-01-2026
|
|
398
404
|
|
|
399
405
|
=====================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-controls",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.12",
|
|
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.6",
|
|
17
17
|
"@danielmoncada/angular-datetime-picker": "20.0.0",
|
|
18
18
|
"@fullcalendar/angular": "6.1.19",
|
|
19
19
|
"@fullcalendar/core": "6.1.19",
|