@modern-js/module-tools-docs 2.54.2 → 2.54.3

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @modern-js/module-tools-docs
2
2
 
3
+ ## 2.54.3
4
+
5
+ ### Patch Changes
6
+
7
+ - aee1898: docs: remove module tools test doc
8
+
9
+ docs: 移除模块工程方案测试相关文档
10
+
3
11
  ## 2.54.2
4
12
 
5
13
  ## 2.54.1
package/package.json CHANGED
@@ -9,14 +9,14 @@
9
9
  "directory": "packages/document/module-doc"
10
10
  },
11
11
  "license": "MIT",
12
- "version": "2.54.2",
12
+ "version": "2.54.3",
13
13
  "main": "index.js",
14
14
  "devDependencies": {
15
15
  "react": "^18.2.0",
16
16
  "react-dom": "^18.2.0",
17
17
  "rspress": "1.18.2",
18
18
  "@rspress/shared": "1.18.2",
19
- "@modern-js/doc-plugin-auto-sidebar": "2.54.2"
19
+ "@modern-js/doc-plugin-auto-sidebar": "2.54.3"
20
20
  },
21
21
  "scripts": {
22
22
  "dev": "rspress dev",