@tuturuuu/ui 0.6.1 → 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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## [0.6.1](https://github.com/tutur3u/platform/compare/ui-v0.6.0...ui-v0.6.1) (2026-06-13)
4
11
 
5
12
 
package/README.md CHANGED
@@ -13,9 +13,9 @@ bun add @tuturuuu/ui
13
13
  ```
14
14
 
15
15
  The public package depends on other published Tuturuuu packages, including
16
- `@tuturuuu/ai`. Release those dependencies first, then publish UI from the same
17
- production commit so standalone apps can install `@tuturuuu/ui` without local
18
- workspace links or package-manager overrides.
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
19
 
20
20
  ## Usage
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuturuuu/ui",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -83,7 +83,7 @@
83
83
  "@tiptap/react": "3.26.1",
84
84
  "@tiptap/starter-kit": "3.26.1",
85
85
  "@tuturuuu/ai": "0.2.2",
86
- "@tuturuuu/apis": "0.4.0",
86
+ "@tuturuuu/apis": "0.4.1",
87
87
  "@tuturuuu/hooks": "0.0.2",
88
88
  "@tuturuuu/icons": "0.0.6",
89
89
  "@tuturuuu/internal-api": "0.7.1",