Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
SoonIter marked this conversation as resolved.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspress/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-algolia/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-llms/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-playground/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rss/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-twoslash/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading