@tillhub/schemas 6.415.0 → 6.417.0
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# [6.417.0](https://github.com/tillhub/schemas/compare/v6.416.0...v6.417.0) (2026-01-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **configuration:** add themes.dashboard.branding to configuration ([#1106](https://github.com/tillhub/schemas/issues/1106)) ([86be0b0](https://github.com/tillhub/schemas/commit/86be0b0))
|
|
7
|
+
|
|
8
|
+
# [6.416.0](https://github.com/tillhub/schemas/compare/v6.415.0...v6.416.0) (2025-12-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **configuration:** increase maxLength for string type from 32 to 64 ([#1102](https://github.com/tillhub/schemas/issues/1102)) ([3e37806](https://github.com/tillhub/schemas/commit/3e37806))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **configuration:** increase maxLength for string type from 32 to 64 ([#1104](https://github.com/tillhub/schemas/issues/1104)) ([ff23446](https://github.com/tillhub/schemas/commit/ff23446))
|
|
19
|
+
* **configuration:** trigger ([#1105](https://github.com/tillhub/schemas/issues/1105)) ([02bf9b9](https://github.com/tillhub/schemas/commit/02bf9b9))
|
|
20
|
+
|
|
1
21
|
# [6.415.0](https://github.com/tillhub/schemas/compare/v6.414.0...v6.415.0) (2025-12-09)
|
|
2
22
|
|
|
3
23
|
|