@visulima/tui-kit 1.0.11 → 1.0.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/CHANGELOG.md +15 -0
- package/README.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @visulima/tui-kit [1.0.12](https://github.com/visulima/visulima/compare/@visulima/tui-kit@1.0.11...@visulima/tui-kit@1.0.12) (2026-09-21)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* unblock the failing pipelines (audit gate, mjml, semver ban, data sync) ([#873](https://github.com/visulima/visulima/issues/873)) ([18709d4](https://github.com/visulima/visulima/commit/18709d48e80109c3ac02d3b6217812d759f1a572)), closes [#869](https://github.com/visulima/visulima/issues/869) [#870](https://github.com/visulima/visulima/issues/870)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* point every Discord link at the anolilab server ([#858](https://github.com/visulima/visulima/issues/858)) ([4002bfc](https://github.com/visulima/visulima/commit/4002bfcd8d3c748d7008efe208e6aaae7bd18753))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@visulima/tui:** upgraded to 4.0.9
|
|
15
|
+
|
|
1
16
|
## @visulima/tui-kit [1.0.11](https://github.com/visulima/visulima/compare/@visulima/tui-kit@1.0.10...@visulima/tui-kit@1.0.11) (2026-09-07)
|
|
2
17
|
|
|
3
18
|
|
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@ The visulima tui-kit is open-sourced software licensed under the [MIT][license]
|
|
|
125
125
|
[npm-downloads]: https://www.npmjs.com/package/@visulima/tui-kit
|
|
126
126
|
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
127
127
|
[prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
|
|
128
|
-
[chat-badge]: https://img.shields.io/discord/
|
|
129
|
-
[chat]: https://discord.gg/
|
|
128
|
+
[chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
|
|
129
|
+
[chat]: https://discord.gg/eajEZvk2PG
|
|
130
130
|
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
131
131
|
[typescript-url]: https://www.typescriptlang.org/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tui-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
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.9",
|
|
516
516
|
"cfonts": "^3.3.1",
|
|
517
517
|
"diff": "^9.0.0",
|
|
518
518
|
"marked": "^18.0.9",
|