diff --git a/.changeset/fuzzy-swans-crash.md b/.changeset/fuzzy-swans-crash.md deleted file mode 100644 index a9fa608a7..000000000 --- a/.changeset/fuzzy-swans-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rspress/core": minor ---- - -release minor diff --git a/packages/cli/package.json b/packages/cli/package.json index 4706b1ed4..eec9eae23 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "rspress", - "version": "1.28.3", + "version": "1.29.0", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index d2c6a9577..69ed75b25 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/core", - "version": "1.28.3", + "version": "1.29.0", "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 cd00f1a32..b81092f20 100644 --- a/packages/create-rspress/package.json +++ b/packages/create-rspress/package.json @@ -1,6 +1,6 @@ { "name": "create-rspress", - "version": "1.28.3", + "version": "1.29.0", "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 e71f901c8..894750100 100644 --- a/packages/document/package.json +++ b/packages/document/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/docs", - "version": "1.28.3", + "version": "1.29.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/modern-plugin-rspress/package.json b/packages/modern-plugin-rspress/package.json index a211e47fc..6af058303 100644 --- a/packages/modern-plugin-rspress/package.json +++ b/packages/modern-plugin-rspress/package.json @@ -15,7 +15,7 @@ "modern", "modern.js" ], - "version": "1.28.3", + "version": "1.29.0", "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 c0cef60cc..1b35132b0 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.28.3", + "version": "1.29.0", "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.28.3", + "@rspress/core": "workspace:^1.29.0", "typescript": "^5.5.3" }, "peerDependenciesMeta": { diff --git a/packages/plugin-auto-nav-sidebar/package.json b/packages/plugin-auto-nav-sidebar/package.json index 34d1cf72a..1662da9c8 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.28.3", + "version": "1.29.0", "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 31df00a10..bd3911fdf 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.28.3", + "version": "1.29.0", "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.0.5" }, "peerDependencies": { - "@rspress/runtime": "workspace:^1.28.3" + "@rspress/runtime": "workspace:^1.29.0" }, "sideEffects": [ "*.css", diff --git a/packages/plugin-container-syntax/package.json b/packages/plugin-container-syntax/package.json index 22b03d05f..abf63869e 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.28.3", + "version": "1.29.0", "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 2144ae11d..e1d1870e5 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.28.3", + "version": "1.29.0", "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 f5fee4f3a..72cc0f88d 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.28.3", + "version": "1.29.0", "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.0.5" }, "peerDependencies": { - "@rspress/runtime": "workspace:^1.28.3" + "@rspress/runtime": "workspace:^1.29.0" }, "sideEffects": [ "*.css", diff --git a/packages/plugin-playground/package.json b/packages/plugin-playground/package.json index dc18aa177..291bc357e 100644 --- a/packages/plugin-playground/package.json +++ b/packages/plugin-playground/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-playground", - "version": "1.28.3", + "version": "1.29.0", "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.1" }, "peerDependencies": { - "@rspress/core": "workspace:^1.28.3", + "@rspress/core": "workspace:^1.29.0", "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 ba1267ecd..ef15b0b55 100644 --- a/packages/plugin-preview/package.json +++ b/packages/plugin-preview/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-preview", - "version": "1.28.3", + "version": "1.29.0", "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.28.3" + "@rspress/core": "workspace:^1.29.0" }, "files": [ "dist", diff --git a/packages/plugin-rss/package.json b/packages/plugin-rss/package.json index f22f74539..876ffbda0 100644 --- a/packages/plugin-rss/package.json +++ b/packages/plugin-rss/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-rss", - "version": "1.28.3", + "version": "1.29.0", "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.28.3" + "rspress": "workspace:^1.29.0" }, "files": [ "dist", diff --git a/packages/plugin-shiki/package.json b/packages/plugin-shiki/package.json index aad2a0b56..ad26e87f2 100644 --- a/packages/plugin-shiki/package.json +++ b/packages/plugin-shiki/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-shiki", - "version": "1.28.3", + "version": "1.29.0", "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 58c4e4df2..df33c3d0f 100644 --- a/packages/plugin-typedoc/package.json +++ b/packages/plugin-typedoc/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-typedoc", - "version": "1.28.3", + "version": "1.29.0", "description": "A plugin for rspress to integrate typedoc", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { @@ -32,7 +32,7 @@ "vitest": "2.0.5" }, "peerDependencies": { - "rspress": "workspace:^1.28.3" + "rspress": "workspace:^1.29.0" }, "sideEffects": [ "*.css", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 9863ea658..e996bbc1b 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/runtime", - "version": "1.28.3", + "version": "1.29.0", "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 e0126d49d..7056a6513 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/shared", - "version": "1.28.3", + "version": "1.29.0", "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 260829ed9..d7e7f3aa5 100644 --- a/packages/theme-default/package.json +++ b/packages/theme-default/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/theme-default", - "version": "1.28.3", + "version": "1.29.0", "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 af8676195..163de740c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -821,7 +821,7 @@ importers: specifier: 2.58.3 version: 2.58.3 '@rspress/core': - specifier: workspace:^1.28.3 + specifier: workspace:^1.29.0 version: link:../core documentation: specifier: 14.0.2 @@ -904,7 +904,7 @@ importers: packages/plugin-client-redirects: dependencies: '@rspress/runtime': - specifier: workspace:^1.28.3 + specifier: workspace:^1.29.0 version: link:../runtime devDependencies: '@modern-js/tsconfig': @@ -985,7 +985,7 @@ importers: packages/plugin-medium-zoom: dependencies: '@rspress/runtime': - specifier: workspace:^1.28.3 + specifier: workspace:^1.29.0 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.28.3 + specifier: workspace:^1.29.0 version: link:../core '@rspress/shared': specifier: workspace:* @@ -1110,7 +1110,7 @@ importers: specifier: 1.0.1-rc.0 version: 1.0.1-rc.0(@babel/core@7.25.2)(@rsbuild/core@1.0.1-rc.0)(solid-js@1.8.22) '@rspress/core': - specifier: workspace:^1.28.3 + specifier: workspace:^1.29.0 version: link:../core '@rspress/shared': specifier: workspace:* @@ -1174,7 +1174,7 @@ importers: specifier: ^4.2.2 version: 4.2.2 rspress: - specifier: workspace:^1.28.3 + specifier: workspace:^1.29.0 version: link:../cli devDependencies: '@rspress/runtime': @@ -1242,7 +1242,7 @@ importers: specifier: workspace:* version: link:../shared rspress: - specifier: workspace:^1.28.3 + specifier: workspace:^1.29.0 version: link:../cli typedoc: specifier: 0.24.8