tango-ui-cw 0.8.0 → 0.8.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # tango-ui-cw
2
2
 
3
- **版本**:0.8.0
4
- **支持**:React 18 & Next 14
3
+ **版本**:0.8.2
4
+ **支持**:React 18.x/19.x & Next 14-16.x
5
5
  **作者**:ClayW
6
6
  **创建时间**:2025-01-16
7
7
  **更新时间**:2026-01-29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-ui-cw",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "A lightweight ui library with ClayW",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",