@tuturuuu/ui 0.6.0 → 0.6.2
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 +14 -0
- package/README.md +5 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.6.2](https://github.com/tutur3u/platform/compare/ui-v0.6.1...ui-v0.6.2) (2026-06-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **ci:** make platform package gate non-blocking ([895cee0](https://github.com/tutur3u/platform/commit/895cee009fac0e5464fdb4f9c5c4c9ef0481c854))
|
|
9
|
+
|
|
10
|
+
## [0.6.1](https://github.com/tutur3u/platform/compare/ui-v0.6.0...ui-v0.6.1) (2026-06-13)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **packages:** refresh public install graph ([c303782](https://github.com/tutur3u/platform/commit/c303782aefa8554a1bd1d9e9a651962a0ab56d76))
|
|
16
|
+
|
|
3
17
|
## [0.6.0](https://github.com/tutur3u/platform/compare/ui-v0.5.0...ui-v0.6.0) (2026-06-13)
|
|
4
18
|
|
|
5
19
|
|
package/README.md
CHANGED
|
@@ -12,6 +12,11 @@ yarn add @tuturuuu/ui
|
|
|
12
12
|
bun add @tuturuuu/ui
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
+
The public package depends on other published Tuturuuu packages, including
|
|
16
|
+
`@tuturuuu/apis` and `@tuturuuu/ai`. Release those dependencies first, then
|
|
17
|
+
publish UI from the same production commit so standalone apps can install
|
|
18
|
+
`@tuturuuu/ui` without local workspace links or package-manager overrides.
|
|
19
|
+
|
|
15
20
|
## Usage
|
|
16
21
|
|
|
17
22
|
```typescript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuturuuu/ui",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
"@tiptap/pm": "3.26.1",
|
|
83
83
|
"@tiptap/react": "3.26.1",
|
|
84
84
|
"@tiptap/starter-kit": "3.26.1",
|
|
85
|
-
"@tuturuuu/ai": "0.2.
|
|
86
|
-
"@tuturuuu/apis": "0.4.
|
|
85
|
+
"@tuturuuu/ai": "0.2.2",
|
|
86
|
+
"@tuturuuu/apis": "0.4.1",
|
|
87
87
|
"@tuturuuu/hooks": "0.0.2",
|
|
88
88
|
"@tuturuuu/icons": "0.0.6",
|
|
89
|
-
"@tuturuuu/internal-api": "0.7.
|
|
89
|
+
"@tuturuuu/internal-api": "0.7.1",
|
|
90
90
|
"@tuturuuu/supabase": "0.3.3",
|
|
91
91
|
"@tuturuuu/utils": "0.6.1",
|
|
92
92
|
"@types/debug": "^4.1.13",
|