@visulima/tui-kit 1.0.8 → 1.0.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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @visulima/tui-kit [1.0.9](https://github.com/visulima/visulima/compare/@visulima/tui-kit@1.0.8...@visulima/tui-kit@1.0.9) (2026-09-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/tui:** upgraded to 4.0.6
|
|
7
|
+
|
|
1
8
|
## @visulima/tui-kit [1.0.8](https://github.com/visulima/visulima/compare/@visulima/tui-kit@1.0.7...@visulima/tui-kit@1.0.8) (2026-08-19)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tui-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Component library for @visulima/tui — installable as a package, or copy-pasteable via the shadcn CLI registry",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"@shikijs/langs": "^4.4.3",
|
|
513
513
|
"@shikijs/themes": "^4.4.3",
|
|
514
514
|
"@visulima/tabular": "4.1.0",
|
|
515
|
-
"@visulima/tui": "4.0.
|
|
515
|
+
"@visulima/tui": "4.0.6",
|
|
516
516
|
"cfonts": "^3.3.1",
|
|
517
517
|
"diff": "^9.0.0",
|
|
518
518
|
"marked": "^18.0.9",
|