diff --git a/.changeset/twenty-masks-scream.md b/.changeset/twenty-masks-scream.md deleted file mode 100644 index e45bc657a..000000000 --- a/.changeset/twenty-masks-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rspress/core': patch ---- - -release diff --git a/packages/cli/package.json b/packages/cli/package.json index 7b4362e53..cae567e4c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "rspress", - "version": "1.31.0", + "version": "1.31.1", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 0c15c517c..2b9e3361b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/core", - "version": "1.31.0", + "version": "1.31.1", "description": "The Rspress Documentation Framework", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/create-rspress/package.json b/packages/create-rspress/package.json index 88598e616..10ff45150 100644 --- a/packages/create-rspress/package.json +++ b/packages/create-rspress/package.json @@ -1,6 +1,6 @@ { "name": "create-rspress", - "version": "1.31.0", + "version": "1.31.1", "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/document/package.json b/packages/document/package.json index 7bda86d7b..f64f255ae 100644 --- a/packages/document/package.json +++ b/packages/document/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/docs", - "version": "1.31.0", + "version": "1.31.1", "description": "", "main": "index.js", "scripts": { diff --git a/packages/modern-plugin-rspress/package.json b/packages/modern-plugin-rspress/package.json index f5ab1be82..f164dfb81 100644 --- a/packages/modern-plugin-rspress/package.json +++ b/packages/modern-plugin-rspress/package.json @@ -15,7 +15,7 @@ "modern", "modern.js" ], - "version": "1.31.0", + "version": "1.31.1", "jsnext:source": "./src/index.ts", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/plugin-api-docgen/package.json b/packages/plugin-api-docgen/package.json index fa500e6ec..6ea7bde3c 100644 --- a/packages/plugin-api-docgen/package.json +++ b/packages/plugin-api-docgen/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-api-docgen", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rspress to generate api doc.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { @@ -45,7 +45,7 @@ "peerDependencies": { "react": ">=17.0.0", "react-router-dom": "^6.8.1", - "@rspress/core": "workspace:^1.31.0", + "@rspress/core": "workspace:^1.31.1", "typescript": "^5.5.3" }, "peerDependenciesMeta": { diff --git a/packages/plugin-auto-nav-sidebar/package.json b/packages/plugin-auto-nav-sidebar/package.json index 2b2d80f66..9a7fd52f9 100644 --- a/packages/plugin-auto-nav-sidebar/package.json +++ b/packages/plugin-auto-nav-sidebar/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-auto-nav-sidebar", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rspress to generate navbar and sidebar config automatically.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-client-redirects/package.json b/packages/plugin-client-redirects/package.json index 09f8e051f..2bd2e17aa 100644 --- a/packages/plugin-client-redirects/package.json +++ b/packages/plugin-client-redirects/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-client-redirects", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rspress to client redirect in docs.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { @@ -34,7 +34,7 @@ "vitest": "2.1.1" }, "peerDependencies": { - "@rspress/runtime": "workspace:^1.31.0" + "@rspress/runtime": "workspace:^1.31.1" }, "sideEffects": [ "*.css", diff --git a/packages/plugin-container-syntax/package.json b/packages/plugin-container-syntax/package.json index 9c60b0806..f89ea60af 100644 --- a/packages/plugin-container-syntax/package.json +++ b/packages/plugin-container-syntax/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-container-syntax", - "version": "1.31.0", + "version": "1.31.1", "description": "A remark plugin to support container syntax", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-last-updated/package.json b/packages/plugin-last-updated/package.json index f7ea8e336..21f57f383 100644 --- a/packages/plugin-last-updated/package.json +++ b/packages/plugin-last-updated/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-last-updated", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rspress to record the last updated time of the doc.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-medium-zoom/package.json b/packages/plugin-medium-zoom/package.json index a0a18df67..8cede1d9d 100644 --- a/packages/plugin-medium-zoom/package.json +++ b/packages/plugin-medium-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-medium-zoom", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rspress to zoom images in docs.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { @@ -34,7 +34,7 @@ "vitest": "2.1.1" }, "peerDependencies": { - "@rspress/runtime": "workspace:^1.31.0" + "@rspress/runtime": "workspace:^1.31.1" }, "sideEffects": [ "*.css", diff --git a/packages/plugin-playground/package.json b/packages/plugin-playground/package.json index a44856379..63e535b30 100644 --- a/packages/plugin-playground/package.json +++ b/packages/plugin-playground/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-playground", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rspress to preview the code block in markdown/mdx file.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { @@ -59,7 +59,7 @@ "unist-util-visit": "^4.1.2" }, "peerDependencies": { - "@rspress/core": "workspace:^1.31.0", + "@rspress/core": "workspace:^1.31.1", "react": ">=17.0.0", "react-router-dom": "^6.8.1" }, diff --git a/packages/plugin-preview/package.json b/packages/plugin-preview/package.json index 4fc6a31d6..76824ce44 100644 --- a/packages/plugin-preview/package.json +++ b/packages/plugin-preview/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-preview", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rspress to preview the code block in markdown/mdx file.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { @@ -52,7 +52,7 @@ "peerDependencies": { "react": ">=17.0.0", "react-router-dom": "^6.8.1", - "@rspress/core": "workspace:^1.31.0" + "@rspress/core": "workspace:^1.31.1" }, "files": [ "dist", diff --git a/packages/plugin-rss/package.json b/packages/plugin-rss/package.json index 2243cb286..a9eb0e51e 100644 --- a/packages/plugin-rss/package.json +++ b/packages/plugin-rss/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-rss", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rss generation for rspress", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { @@ -43,7 +43,7 @@ }, "peerDependencies": { "react": ">=17.0.0", - "rspress": "workspace:^1.31.0" + "rspress": "workspace:^1.31.1" }, "files": [ "dist", diff --git a/packages/plugin-shiki/package.json b/packages/plugin-shiki/package.json index 99590bc60..390e487c7 100644 --- a/packages/plugin-shiki/package.json +++ b/packages/plugin-shiki/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-shiki", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rspress to record the last updated time of the doc.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-typedoc/package.json b/packages/plugin-typedoc/package.json index 0d2c6bd84..7e4138e51 100644 --- a/packages/plugin-typedoc/package.json +++ b/packages/plugin-typedoc/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-typedoc", - "version": "1.31.0", + "version": "1.31.1", "description": "A plugin for rspress to integrate typedoc", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { @@ -32,7 +32,7 @@ "vitest": "2.1.1" }, "peerDependencies": { - "rspress": "workspace:^1.31.0" + "rspress": "workspace:^1.31.1" }, "sideEffects": [ "*.css", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index daab9c353..94e4686d3 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/runtime", - "version": "1.31.0", + "version": "1.31.1", "description": "The Runtime of Rspress Documentation Framework", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/shared/package.json b/packages/shared/package.json index a5b6a591a..20b7d1103 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/shared", - "version": "1.31.0", + "version": "1.31.1", "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/theme-default/package.json b/packages/theme-default/package.json index badb9a1db..6f332dba3 100644 --- a/packages/theme-default/package.json +++ b/packages/theme-default/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/theme-default", - "version": "1.31.0", + "version": "1.31.1", "description": "The Default Theme of Rspress Documentation Framework", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 129fcd681..efa5f99c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -821,7 +821,7 @@ importers: specifier: 2.60.1 version: 2.60.1 '@rspress/core': - specifier: workspace:^1.31.0 + specifier: workspace:^1.31.1 version: link:../core documentation: specifier: 14.0.3 @@ -904,7 +904,7 @@ importers: packages/plugin-client-redirects: dependencies: '@rspress/runtime': - specifier: workspace:^1.31.0 + specifier: workspace:^1.31.1 version: link:../runtime devDependencies: '@modern-js/tsconfig': @@ -985,7 +985,7 @@ importers: packages/plugin-medium-zoom: dependencies: '@rspress/runtime': - specifier: workspace:^1.31.0 + specifier: workspace:^1.31.1 version: link:../runtime medium-zoom: specifier: 1.1.0 @@ -1028,7 +1028,7 @@ importers: specifier: ^0.2.0 version: 0.2.0 '@rspress/core': - specifier: workspace:^1.31.0 + specifier: workspace:^1.31.1 version: link:../core '@rspress/shared': specifier: workspace:* @@ -1110,7 +1110,7 @@ importers: specifier: 1.0.1 version: 1.0.1(@babel/core@7.25.2)(@rsbuild/core@1.0.5)(solid-js@1.8.22) '@rspress/core': - specifier: workspace:^1.31.0 + specifier: workspace:^1.31.1 version: link:../core '@rspress/shared': specifier: workspace:* @@ -1174,7 +1174,7 @@ importers: specifier: ^4.2.2 version: 4.2.2 rspress: - specifier: workspace:^1.31.0 + specifier: workspace:^1.31.1 version: link:../cli devDependencies: '@rspress/runtime': @@ -1242,7 +1242,7 @@ importers: specifier: workspace:* version: link:../shared rspress: - specifier: workspace:^1.31.0 + specifier: workspace:^1.31.1 version: link:../cli typedoc: specifier: 0.24.8