diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e7454f23..e25e201e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,4 +54,4 @@ jobs: - name: Publish to npm run: | - pnpm -r publish --tag ${{ github.event.inputs.npm_tag }} --publish-branch ${{ github.event.inputs.branch }} + pnpm --filter './packages/*' -r stage publish --tag ${{ github.event.inputs.npm_tag }} --no-git-checks diff --git a/package.json b/package.json index f841632fa..76e3db500 100644 --- a/package.json +++ b/package.json @@ -66,10 +66,10 @@ "tree-kill": "^1.2.2", "zx": "^8.8.5" }, - "packageManager": "pnpm@10.33.4", + "packageManager": "pnpm@11.5.1", "engines": { "node": "^20.19.0 || >=22.12.0", - "pnpm": ">=10.33.4" + "pnpm": ">=11.5.1" }, "publishConfig": { "access": "public", diff --git a/packages/core/package.json b/packages/core/package.json index e5f0fd609..30b307a59 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/core", - "version": "2.0.14", + "version": "2.0.15", "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 d9a6ea853..1b1a2d65f 100644 --- a/packages/create-rspress/package.json +++ b/packages/create-rspress/package.json @@ -1,6 +1,6 @@ { "name": "create-rspress", - "version": "2.0.14", + "version": "2.0.15", "description": "Create a new Rspress project", "homepage": "https://rspress.rs", "repository": { diff --git a/packages/plugin-algolia/package.json b/packages/plugin-algolia/package.json index 8dbfbba12..c91e0b748 100644 --- a/packages/plugin-algolia/package.json +++ b/packages/plugin-algolia/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-algolia", - "version": "2.0.14", + "version": "2.0.15", "description": "A plugin for rspress to search with algolia in docs.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-api-docgen/package.json b/packages/plugin-api-docgen/package.json index 29a840092..73e1ddf30 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": "2.0.14", + "version": "2.0.15", "description": "A plugin for rspress to generate api doc.", "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 71e742ffe..dffa9217e 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": "2.0.14", + "version": "2.0.15", "description": "A plugin for rspress to client redirect in docs.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-llms/package.json b/packages/plugin-llms/package.json index ca6bd22b0..1c9bd940d 100644 --- a/packages/plugin-llms/package.json +++ b/packages/plugin-llms/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-llms", - "version": "2.0.14", + "version": "2.0.15", "description": "A plugin for rspress to generate llms.txt, llms-full.txt, md files to let llm understand your website.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-playground/package.json b/packages/plugin-playground/package.json index 157c2dadb..d1263ce84 100644 --- a/packages/plugin-playground/package.json +++ b/packages/plugin-playground/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-playground", - "version": "2.0.14", + "version": "2.0.15", "description": "A plugin for rspress to preview the code block in markdown/mdx file.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-preview/package.json b/packages/plugin-preview/package.json index 7f0a99cb8..68557c7ce 100644 --- a/packages/plugin-preview/package.json +++ b/packages/plugin-preview/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-preview", - "version": "2.0.14", + "version": "2.0.15", "description": "A plugin for rspress to preview the code block in markdown/mdx file.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-rss/package.json b/packages/plugin-rss/package.json index 512f721a1..3902ef177 100644 --- a/packages/plugin-rss/package.json +++ b/packages/plugin-rss/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-rss", - "version": "2.0.14", + "version": "2.0.15", "description": "A plugin for rss generation for rspress", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-sitemap/package.json b/packages/plugin-sitemap/package.json index e10b6983a..6ff21367f 100644 --- a/packages/plugin-sitemap/package.json +++ b/packages/plugin-sitemap/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-sitemap", - "version": "2.0.14", + "version": "2.0.15", "description": "A plugin for rspress to generate sitemap.xml", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-twoslash/package.json b/packages/plugin-twoslash/package.json index 46d0dfaaa..9ca243455 100644 --- a/packages/plugin-twoslash/package.json +++ b/packages/plugin-twoslash/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-twoslash", - "version": "2.0.14", + "version": "2.0.15", "description": "A plugin for rspress to applies twoslash to code blocks.", "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 65a4bef11..fc990feb8 100644 --- a/packages/plugin-typedoc/package.json +++ b/packages/plugin-typedoc/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-typedoc", - "version": "2.0.14", + "version": "2.0.15", "description": "A plugin for rspress to integrate typedoc", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/shared/package.json b/packages/shared/package.json index 1fc421a0a..0ddf7fd74 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/shared", - "version": "2.0.14", + "version": "2.0.15", "repository": { "type": "git", "url": "git+https://github.com/web-infra-dev/rspress.git",