@modern-js/main-doc 0.0.0-next-1685556380432 → 0.0.0-next-1685612895897

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 +12 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,22 +1,28 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1685556380432
3
+ ## 0.0.0-next-1685612895897
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/builder-doc@0.0.0-next-1685612895897
8
+
9
+ ## 2.22.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
- - 7d1b96e5a: feat(changeset): optimize release note display
13
+ - 7d1b96e: feat(changeset): optimize release note display
8
14
 
9
15
  feat(changeset): 优化生成 Release Note 文案
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - 3c3d1e268: docs: update project creation and new command text.
19
+ - 3c3d1e2: docs: update project creation and new command text.
14
20
 
15
21
  docs: 更新生成器创建项目和 new 命令文案。
16
22
 
17
- - Updated dependencies [850cde667]
18
- - Updated dependencies [e7a5f9443]
19
- - @modern-js/builder-doc@0.0.0-next-1685556380432
23
+ - Updated dependencies [850cde6]
24
+ - Updated dependencies [e7a5f94]
25
+ - @modern-js/builder-doc@2.22.0
20
26
 
21
27
  ## 2.21.1
22
28
 
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1685556380432",
18
+ "version": "0.0.0-next-1685612895897",
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-1685556380432"
24
+ "@modern-js/builder-doc": "0.0.0-next-1685612895897"
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-1685556380432",
37
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1685556380432",
38
- "@modern-js/doc-tools": "0.0.0-next-1685556380432"
36
+ "@modern-js/builder-doc": "0.0.0-next-1685612895897",
37
+ "@modern-js/doc-tools": "0.0.0-next-1685612895897",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1685612895897"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "modern dev",