tang-ui-x 1.0.1 → 1.0.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/index.uts +2 -2
  2. package/package.json +1 -1
package/index.uts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Tang UI - UniApp X UI 组件库
3
3
  * @description 基于 uni-app x 的移动端 UI 组件库
4
- * @version 1.0.1
4
+ * @version 1.0.2
5
5
  * @author sugar258596
6
6
  */
7
7
 
@@ -31,7 +31,7 @@ export { useToast } from './composables/useToast.uts'
31
31
  export { useModal } from './composables/useModal.uts'
32
32
 
33
33
  // 版本信息
34
- export const version: string = '1.0.1'
34
+ export const version: string = '1.0.2'
35
35
 
36
36
  // 组件列表(用于文档和类型提示)
37
37
  export const components: string[] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tang-ui-x",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "UniApp X UI 组件库 - 基于 uni-app x 的移动端 UI 组件库",
5
5
  "main": "index.uts",
6
6
  "module": "index.uts",