@modern-js/main-doc 0.0.0-next-1683610906108 → 0.0.0-next-1683612403251

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/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1683610906108
3
+ ## 0.0.0-next-1683612403251
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - d0a9bf864: chore: improve entry docs, fix ssg docs
7
+ - eda0af55d0: feat: bump codesmith packages version
8
+
9
+ feat: 升级 codesmith 包版本
10
+
11
+ - @modern-js/builder-doc@0.0.0-next-1683612403251
12
+
13
+ ## 2.18.0
14
+
15
+ ### Patch Changes
16
+
17
+ - d0a9bf8: chore: improve entry docs, fix ssg docs
8
18
  chore: 优化入口文档,修复 ssg 文档
9
- - @modern-js/builder-doc@0.0.0-next-1683610906108
19
+ - @modern-js/builder-doc@2.18.0
10
20
 
11
21
  ## 2.17.1
12
22
 
@@ -34,7 +34,7 @@ Each option supports two fields:
34
34
 
35
35
  - label: display name.
36
36
 
37
- ### x-validate
37
+ ### x-validator
38
38
 
39
39
  schema verification rules. Formily's verification method is supported here, for details, please refer to [Formily Validate](https://formilyjs.org/zh-CN/guide/advanced/validate).
40
40
 
@@ -34,7 +34,7 @@ schema 如果为选择类型,该字段用于定义选项内容。
34
34
 
35
35
  - label: 展示名称。
36
36
 
37
- ### x-validate
37
+ ### x-validator
38
38
 
39
39
  schema 的验证规则。这里支持 Formily 的校验方式,具体可参考 [Formily 表单校验](https://formilyjs.org/zh-CN/guide/advanced/validate)。
40
40
 
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1683610906108",
18
+ "version": "0.0.0-next-1683612403251",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public"
22
22
  },
23
23
  "peerDependencies": {
24
- "@modern-js/builder-doc": "0.0.0-next-1683610906108"
24
+ "@modern-js/builder-doc": "0.0.0-next-1683612403251"
25
25
  },
26
26
  "devDependencies": {
27
27
  "classnames": "^2",
@@ -33,9 +33,9 @@
33
33
  "fs-extra": "^10",
34
34
  "@types/node": "^16",
35
35
  "@types/fs-extra": "^9",
36
- "@modern-js/builder-doc": "0.0.0-next-1683610906108",
37
- "@modern-js/doc-tools": "0.0.0-next-1683610906108",
38
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1683610906108"
36
+ "@modern-js/builder-doc": "0.0.0-next-1683612403251",
37
+ "@modern-js/doc-tools": "0.0.0-next-1683612403251",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1683612403251"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "modern dev",