@modern-js/main-doc 0.0.0-next-1686938848888 → 0.0.0-next-1687183617945

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,11 +1,17 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1686938848888
3
+ ## 0.0.0-next-1687183617945
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [4d4dca08f]
8
- - @modern-js/builder-doc@0.0.0-next-1686938848888
7
+ - @modern-js/builder-doc@0.0.0-next-1687183617945
8
+
9
+ ## 2.23.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [4d4dca0]
14
+ - @modern-js/builder-doc@2.23.1
9
15
 
10
16
  ## 2.23.0
11
17
 
@@ -220,7 +220,7 @@ export async function getDependencyReleaseLine() {}
220
220
  ```json title="package.json"
221
221
  {
222
222
  "devDependencies": {
223
- "custom-changelog": "workspace: *",
223
+ "custom-changelog": "workspace:*",
224
224
  ...
225
225
  }
226
226
  }
@@ -251,7 +251,7 @@ export async function getVersionMessage() {}
251
251
  ```json title="package.json"
252
252
  {
253
253
  "devDependencies": {
254
- "custom-commit": "workspace: *",
254
+ "custom-commit": "workspace:*",
255
255
  ...
256
256
  }
257
257
  }
@@ -259,8 +259,9 @@ export function getReleaseNoteLine() {}
259
259
  ```json title="package.json"
260
260
  {
261
261
  "devDependencies": {
262
- "custom-release-note": "workspace: *",
262
+ "custom-release-note": "workspace:*",
263
263
  ...
264
+ }
264
265
  }
265
266
  ```
266
267
 
@@ -220,7 +220,7 @@ export async function getDependencyReleaseLine() {}
220
220
  ```json title="package.json"
221
221
  {
222
222
  "devDependencies": {
223
- "custom-changelog": "workspace: *",
223
+ "custom-changelog": "workspace:*",
224
224
  ...
225
225
  }
226
226
  }
@@ -251,7 +251,7 @@ export async function getVersionMessage() {}
251
251
  ```json title="package.json"
252
252
  {
253
253
  "devDependencies": {
254
- "custom-commit": "workspace: *",
254
+ "custom-commit": "workspace:*",
255
255
  ...
256
256
  }
257
257
  }
@@ -259,8 +259,9 @@ export function getReleaseNoteLine() {}
259
259
  ```json title="package.json"
260
260
  {
261
261
  "devDependencies": {
262
- "custom-release-note": "workspace: *",
262
+ "custom-release-note": "workspace:*",
263
263
  ...
264
+ }
264
265
  }
265
266
  ```
266
267
 
package/package.json CHANGED
@@ -15,14 +15,14 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686938848888",
18
+ "version": "0.0.0-next-1687183617945",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public",
22
22
  "provenance": true
23
23
  },
24
24
  "peerDependencies": {
25
- "@modern-js/builder-doc": "0.0.0-next-1686938848888"
25
+ "@modern-js/builder-doc": "0.0.0-next-1687183617945"
26
26
  },
27
27
  "devDependencies": {
28
28
  "classnames": "^2",
@@ -34,9 +34,9 @@
34
34
  "fs-extra": "^10",
35
35
  "@types/node": "^16",
36
36
  "@types/fs-extra": "^9",
37
- "@modern-js/builder-doc": "0.0.0-next-1686938848888",
38
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686938848888",
39
- "@modern-js/doc-tools": "0.0.0-next-1686938848888"
37
+ "@modern-js/builder-doc": "0.0.0-next-1687183617945",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1687183617945",
39
+ "@modern-js/doc-tools": "0.0.0-next-1687183617945"
40
40
  },
41
41
  "scripts": {
42
42
  "dev": "modern dev",