@modern-js/main-doc 0.0.0-next-1683785539059 → 0.0.0-next-1683792557995

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 +9 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,20 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1683785539059
3
+ ## 0.0.0-next-1683792557995
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 21c87bf37: feat: bump codesmith packages version
7
+ - @modern-js/builder-doc@0.0.0-next-1683792557995
8
+
9
+ ## 2.18.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 21c87bf: feat: bump codesmith packages version
8
14
 
9
15
  feat: 升级 codesmith 包版本
10
16
 
11
- - @modern-js/builder-doc@0.0.0-next-1683785539059
17
+ - @modern-js/builder-doc@2.18.1
12
18
 
13
19
  ## 2.18.0
14
20
 
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1683785539059",
18
+ "version": "0.0.0-next-1683792557995",
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-1683785539059"
24
+ "@modern-js/builder-doc": "0.0.0-next-1683792557995"
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-1683785539059",
37
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1683785539059",
38
- "@modern-js/doc-tools": "0.0.0-next-1683785539059"
36
+ "@modern-js/builder-doc": "0.0.0-next-1683792557995",
37
+ "@modern-js/doc-tools": "0.0.0-next-1683792557995",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1683792557995"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "modern dev",