@modern-js/main-doc 0.0.0-next-1686105669166 → 0.0.0-next-1686120584093
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,23 +1,24 @@
|
|
|
1
1
|
# @modern-js/main-doc
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-1686120584093
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 411d047d98: docs: fix reset command
|
|
8
8
|
|
|
9
9
|
docs: 修复 reset command 翻译问题
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- 2ede584c37: docs(main): update start doc
|
|
12
12
|
|
|
13
13
|
docs(main): 更新开始文档
|
|
14
14
|
|
|
15
|
-
-
|
|
15
|
+
- 7267a1ae6c: docs(main): update changeset doc
|
|
16
16
|
|
|
17
17
|
docs(main): 更新包版本管理文档
|
|
18
18
|
|
|
19
|
-
- Updated dependencies [
|
|
20
|
-
|
|
19
|
+
- Updated dependencies [bd4b150404]
|
|
20
|
+
- Updated dependencies [2ede584c37]
|
|
21
|
+
- @modern-js/builder-doc@0.0.0-next-1686120584093
|
|
21
22
|
|
|
22
23
|
## 2.22.0
|
|
23
24
|
|
|
@@ -44,6 +44,7 @@ When a nested dependency of the project has a problem and Modern.js cannot be up
|
|
|
44
44
|
|
|
45
45
|
For projects using pnpm, add the following configuration to the `package.json` in the **root directory** of the project, and then run `pnpm install` again:
|
|
46
46
|
|
|
47
|
+
```json title="package.json"
|
|
47
48
|
{
|
|
48
49
|
"pnpm": {
|
|
49
50
|
"overrides": {
|
package/package.json
CHANGED
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-1686120584093",
|
|
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-
|
|
24
|
+
"@modern-js/builder-doc": "0.0.0-next-1686120584093"
|
|
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-
|
|
37
|
-
"@modern-js/doc-tools": "0.0.0-next-
|
|
38
|
-
"@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-
|
|
36
|
+
"@modern-js/builder-doc": "0.0.0-next-1686120584093",
|
|
37
|
+
"@modern-js/doc-tools": "0.0.0-next-1686120584093",
|
|
38
|
+
"@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686120584093"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"dev": "modern dev",
|