@yh-ui/yh-ui 1.0.54 → 1.0.56

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/dist/full.mjs +1 -1
  2. package/package.json +7 -7
package/dist/full.mjs CHANGED
@@ -11,7 +11,7 @@ export { Loading as LoadingIcon, createIconComponent as createPresetIconComponen
11
11
  export * from '@yh-ui/locale';
12
12
  export { en, zhCn } from '@yh-ui/locale';
13
13
 
14
- const version$1 = "1.0.54";
14
+ const version$1 = "1.0.56";
15
15
  const packageJson = {
16
16
  version: version$1};
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yh-ui/yh-ui",
3
- "version": "1.0.54",
3
+ "version": "1.0.56",
4
4
  "description": "YH-UI - A Modern Vue 3 Component Library",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -49,12 +49,12 @@
49
49
  ]
50
50
  },
51
51
  "dependencies": {
52
- "@yh-ui/components": "^1.0.54",
53
- "@yh-ui/hooks": "^1.0.54",
54
- "@yh-ui/icons": "^1.0.54",
55
- "@yh-ui/locale": "^1.0.54",
56
- "@yh-ui/theme": "^1.0.54",
57
- "@yh-ui/utils": "^1.0.54"
52
+ "@yh-ui/components": "^1.0.56",
53
+ "@yh-ui/hooks": "^1.0.56",
54
+ "@yh-ui/icons": "^1.0.56",
55
+ "@yh-ui/locale": "^1.0.56",
56
+ "@yh-ui/theme": "^1.0.56",
57
+ "@yh-ui/utils": "^1.0.56"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "vue": "^3.5.35",