@modern-js/module-tools-docs 2.59.0 → 2.60.0

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,5 +1,7 @@
1
1
  # @modern-js/module-tools-docs
2
2
 
3
+ ## 2.60.0
4
+
3
5
  ## 2.59.0
4
6
 
5
7
  ## 2.58.3
@@ -168,7 +168,7 @@ export default config;
168
168
 
169
169
  ```typescript filename='modern.config.ts'
170
170
  import { defineConfig } from '@modern-js/storybook';
171
- import { pluginSwc } from '@rsbuild/plugin-swc';
171
+ import { pluginSwc } from '@rsbuild/plugin-webpack-swc';
172
172
 
173
173
  const config = defineConfig({
174
174
  builderPlugins: [pluginSwc()],
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/document/module-doc"
10
10
  },
11
11
  "license": "MIT",
12
- "version": "2.59.0",
12
+ "version": "2.60.0",
13
13
  "main": "index.js",
14
14
  "devDependencies": {
15
15
  "@modern-js/doc-plugin-auto-sidebar": "2.58.1",