@modern-js/main-doc 0.0.0-next-1686796872179 → 0.0.0-next-1686806009722

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/CHANGELOG.md +18 -12
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,42 +1,48 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1686796872179
3
+ ## 0.0.0-next-1686806009722
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 8a932767f: docs(main): update basic features alias doc
7
+ - @modern-js/builder-doc@0.0.0-next-1686806009722
8
+
9
+ ## 2.23.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 8a93276: docs(main): update basic features alias doc
8
14
 
9
15
  docs(main): 更新基础功能 -- 别名文档
10
16
 
11
- - 7e6fb5fc1: chore: publishConfig add provenance config
17
+ - 7e6fb5f: chore: publishConfig add provenance config
12
18
 
13
19
  chore: publishConfig 增加 provenance 配置
14
20
 
15
- - 372b950c1: docs(main): update plugin config doc
21
+ - 372b950: docs(main): update plugin config doc
16
22
 
17
23
  docs(main): 更新插件配置文档
18
24
 
19
- - f28b4855c: docs(main): update faq doc
25
+ - f28b485: docs(main): update faq doc
20
26
 
21
27
  docs(main): 更新 faq 文档
22
28
 
23
- - f264c4a7f: docs(main): update html template doc
29
+ - f264c4a: docs(main): update html template doc
24
30
 
25
31
  docs(main): 更新 HTML 模板文档
26
32
 
27
- - 5cba7c46b: docs(main): update bff config doc
33
+ - 5cba7c4: docs(main): update bff config doc
28
34
 
29
35
  docs(main): 更新 BFF 配置文档
30
36
 
31
- - ef865f285: docs(main): update config server doc
37
+ - ef865f2: docs(main): update config server doc
32
38
 
33
39
  docs(main): 更新 server 配置文档
34
40
 
35
- - 8bb0e146f: chore: review code split docs
41
+ - 8bb0e14: chore: review code split docs
36
42
  chore: 审查代码分割文档
37
- - Updated dependencies [7e6fb5fc1]
38
- - Updated dependencies [692cc0ed2]
39
- - @modern-js/builder-doc@0.0.0-next-1686796872179
43
+ - Updated dependencies [7e6fb5f]
44
+ - Updated dependencies [692cc0e]
45
+ - @modern-js/builder-doc@2.23.0
40
46
 
41
47
  ## 2.22.1
42
48
 
package/package.json CHANGED
@@ -15,14 +15,14 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686796872179",
18
+ "version": "0.0.0-next-1686806009722",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public",
22
22
  "provenance": true
23
23
  },
24
24
  "peerDependencies": {
25
- "@modern-js/builder-doc": "0.0.0-next-1686796872179"
25
+ "@modern-js/builder-doc": "0.0.0-next-1686806009722"
26
26
  },
27
27
  "devDependencies": {
28
28
  "classnames": "^2",
@@ -34,9 +34,9 @@
34
34
  "fs-extra": "^10",
35
35
  "@types/node": "^16",
36
36
  "@types/fs-extra": "^9",
37
- "@modern-js/builder-doc": "0.0.0-next-1686796872179",
38
- "@modern-js/doc-tools": "0.0.0-next-1686796872179",
39
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686796872179"
37
+ "@modern-js/builder-doc": "0.0.0-next-1686806009722",
38
+ "@modern-js/doc-tools": "0.0.0-next-1686806009722",
39
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686806009722"
40
40
  },
41
41
  "scripts": {
42
42
  "dev": "modern dev",