zartui 3.1.23-beta.2 → 3.1.23

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/README.md CHANGED
@@ -21,3 +21,7 @@ Zart(读音 /zɑːt/)的命名,灵感源自数字政通秉承的理念:
21
21
  ## 浏览器支持
22
22
 
23
23
  ZartUI 3 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一致)。
24
+
25
+ ## 发布
26
+
27
+ ZartUI 3 发布需要使用pnpm publish以支持workspace:^版本转换为实际数字版本。
package/es/index.d.ts CHANGED
@@ -83,4 +83,4 @@ declare namespace _default {
83
83
  }
84
84
  export default _default;
85
85
  export function install(app: any): void;
86
- export const version: "3.1.23-beta.2";
86
+ export const version: "3.1.23";
package/es/index.mjs CHANGED
@@ -76,7 +76,7 @@ import { Timeline } from "./timeline/index.mjs";
76
76
  import { Toast } from "./toast/index.mjs";
77
77
  import { Uploader } from "./uploader/index.mjs";
78
78
  import { Video } from "./video/index.mjs";
79
- const version = "3.1.23-beta.2";
79
+ const version = "3.1.23";
80
80
  function install(app) {
81
81
  const components = [
82
82
  ActionSheet,
package/lib/index.d.ts CHANGED
@@ -83,4 +83,4 @@ declare namespace _default {
83
83
  }
84
84
  export default _default;
85
85
  export function install(app: any): void;
86
- export const version: "3.1.23-beta.2";
86
+ export const version: "3.1.23";
package/lib/index.js CHANGED
@@ -180,7 +180,7 @@ __reExport(stdin_exports, require("./timeline"), module.exports);
180
180
  __reExport(stdin_exports, require("./toast"), module.exports);
181
181
  __reExport(stdin_exports, require("./uploader"), module.exports);
182
182
  __reExport(stdin_exports, require("./video"), module.exports);
183
- const version = "3.1.23-beta.2";
183
+ const version = "3.1.23";
184
184
  function install(app) {
185
185
  const components = [
186
186
  import_action_sheet.ActionSheet,