Skip to content

Commit 796b136

Browse files
authored
Release v2.0.15 (#3478)
1 parent d522534 commit 796b136

15 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454

5555
- name: Publish to npm
5656
run: |
57-
pnpm -r publish --tag ${{ github.event.inputs.npm_tag }} --publish-branch ${{ github.event.inputs.branch }}
57+
pnpm --filter './packages/*' -r stage publish --tag ${{ github.event.inputs.npm_tag }} --no-git-checks

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"tree-kill": "^1.2.2",
6767
"zx": "^8.8.5"
6868
},
69-
"packageManager": "pnpm@10.33.4",
69+
"packageManager": "pnpm@11.5.1",
7070
"engines": {
7171
"node": "^20.19.0 || >=22.12.0",
72-
"pnpm": ">=10.33.4"
72+
"pnpm": ">=11.5.1"
7373
},
7474
"publishConfig": {
7575
"access": "public",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/core",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "The Rspress Documentation Framework",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

packages/create-rspress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rspress",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "Create a new Rspress project",
55
"homepage": "https://rspress.rs",
66
"repository": {

packages/plugin-algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-algolia",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "A plugin for rspress to search with algolia in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

packages/plugin-api-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-api-docgen",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "A plugin for rspress to generate api doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

packages/plugin-client-redirects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-client-redirects",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "A plugin for rspress to client redirect in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

packages/plugin-llms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-llms",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "A plugin for rspress to generate llms.txt, llms-full.txt, md files to let llm understand your website.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

packages/plugin-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-playground",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "A plugin for rspress to preview the code block in markdown/mdx file.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

packages/plugin-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-preview",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "A plugin for rspress to preview the code block in markdown/mdx file.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

0 commit comments

Comments
 (0)