@modern-js/main-doc 0.0.0-next-1686161241038 → 0.0.0-next-1686195825738

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 +14 -8
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,28 +1,34 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1686161241038
3
+ ## 0.0.0-next-1686195825738
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 411d047d9: docs: fix reset command
7
+ - @modern-js/builder-doc@0.0.0-next-1686195825738
8
+
9
+ ## 2.22.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 411d047: docs: fix reset command
8
14
 
9
15
  docs: 修复 reset command 翻译问题
10
16
 
11
- - bce7a1274: docs(main): update concept doc
17
+ - bce7a12: docs(main): update concept doc
12
18
 
13
19
  docs(main): 更新核心概念文档
14
20
 
15
- - 2ede584c3: docs(main): update start doc
21
+ - 2ede584: docs(main): update start doc
16
22
 
17
23
  docs(main): 更新开始文档
18
24
 
19
- - 7267a1ae6: docs(main): update changeset doc
25
+ - 7267a1a: docs(main): update changeset doc
20
26
 
21
27
  docs(main): 更新包版本管理文档
22
28
 
23
- - Updated dependencies [bd4b15040]
24
- - Updated dependencies [2ede584c3]
25
- - @modern-js/builder-doc@0.0.0-next-1686161241038
29
+ - Updated dependencies [bd4b150]
30
+ - Updated dependencies [2ede584]
31
+ - @modern-js/builder-doc@2.22.1
26
32
 
27
33
  ## 2.22.0
28
34
 
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686161241038",
18
+ "version": "0.0.0-next-1686195825738",
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-1686161241038"
24
+ "@modern-js/builder-doc": "0.0.0-next-1686195825738"
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-1686161241038",
37
- "@modern-js/doc-tools": "0.0.0-next-1686161241038",
38
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686161241038"
36
+ "@modern-js/builder-doc": "0.0.0-next-1686195825738",
37
+ "@modern-js/doc-tools": "0.0.0-next-1686195825738",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686195825738"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "modern dev",