@yh-ui/yh-ui 1.0.44 → 1.0.45

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/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.44";
14
+ const version$1 = "1.0.45";
15
15
  const packageJson = {
16
16
  version: version$1};
17
17
 
package/dist/index.cjs CHANGED
@@ -14,7 +14,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
14
14
 
15
15
  const components__default = /*#__PURE__*/_interopDefaultCompat(components);
16
16
 
17
- const version$1 = "1.0.44";
17
+ const version$1 = "1.0.45";
18
18
  const packageJson = {
19
19
  version: version$1};
20
20
 
package/dist/index.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.44";
14
+ const version$1 = "1.0.45";
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.44",
3
+ "version": "1.0.45",
4
4
  "description": "YH-UI - A Modern Vue 3 Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -48,12 +48,12 @@
48
48
  ]
49
49
  },
50
50
  "dependencies": {
51
- "@yh-ui/components": "^1.0.44",
52
- "@yh-ui/hooks": "^1.0.44",
53
- "@yh-ui/icons": "^1.0.44",
54
- "@yh-ui/locale": "^1.0.44",
55
- "@yh-ui/theme": "^1.0.44",
56
- "@yh-ui/utils": "^1.0.44"
51
+ "@yh-ui/components": "^1.0.45",
52
+ "@yh-ui/hooks": "^1.0.45",
53
+ "@yh-ui/icons": "^1.0.45",
54
+ "@yh-ui/locale": "^1.0.45",
55
+ "@yh-ui/theme": "^1.0.45",
56
+ "@yh-ui/utils": "^1.0.45"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "vue": "^3.5.35"