@modern-js/main-doc 0.0.0-next-1682574533365 → 0.0.0-next-1682604405191

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 +13 -7
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,24 +1,30 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1682574533365
3
+ ## 0.0.0-next-1682604405191
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 63b35384e: fix: dev server crashed when prepare api handler failed
7
+ - @modern-js/builder-doc@0.0.0-next-1682604405191
8
+
9
+ ## 2.16.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 63b3538: fix: dev server crashed when prepare api handler failed
8
14
 
9
15
  fix: 修复更新 api server 报错导致 dev server 退出的问题
10
16
 
11
- - fe92de6a5: fix(builder): browserslist config should not affect node bundles
17
+ - fe92de6: fix(builder): browserslist config should not affect node bundles
12
18
 
13
19
  fix(builder): 修复 browserslist 配置会对 node 产物生效的问题
14
20
 
15
- - 4e876abdf: chore: package.json include the monorepo-relative directory
21
+ - 4e876ab: chore: package.json include the monorepo-relative directory
16
22
 
17
23
  chore: 在 package.json 中声明 monorepo 的子路径
18
24
 
19
- - Updated dependencies [fe92de6a5]
20
- - Updated dependencies [4e876abdf]
21
- - @modern-js/builder-doc@0.0.0-next-1682574533365
25
+ - Updated dependencies [fe92de6]
26
+ - Updated dependencies [4e876ab]
27
+ - @modern-js/builder-doc@2.16.0
22
28
 
23
29
  ## 2.15.0
24
30
 
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1682574533365",
18
+ "version": "0.0.0-next-1682604405191",
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-1682574533365"
24
+ "@modern-js/builder-doc": "0.0.0-next-1682604405191"
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-1682574533365",
37
- "@modern-js/doc-tools": "0.0.0-next-1682574533365",
38
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1682574533365"
36
+ "@modern-js/builder-doc": "0.0.0-next-1682604405191",
37
+ "@modern-js/doc-tools": "0.0.0-next-1682604405191",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1682604405191"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "modern dev",