Skip to content

Commit 165a95e

Browse files
authored
Release v2.0.0-beta.19 (#2351)
1 parent bc26912 commit 165a95e

File tree

19 files changed

+40
-35
lines changed

19 files changed

+40
-35
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rspress/core': beta
3+
---
4+
5+
Release version 2.0.0-beta.19

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rspress",
3-
"version": "2.0.0-beta.18",
3+
"version": "2.0.0-beta.19",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/web-infra-dev/rspress.git",

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.0-beta.18",
3+
"version": "2.0.0-beta.19",
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.0-beta.18",
3+
"version": "2.0.0-beta.19",
44
"description": "Create a new Rspress project",
55
"homepage": "https://rspress.rs",
66
"repository": {

packages/document/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/docs",
3-
"version": "2.0.0-beta.18",
3+
"version": "2.0.0-beta.19",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/web-infra-dev/rspress.git",

packages/plugin-algolia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-algolia",
3-
"version": "2.0.0-beta.18",
3+
"version": "2.0.0-beta.19",
44
"description": "A plugin for rspress to search with algolia in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -56,7 +56,7 @@
5656
"typescript": "^5.8.2"
5757
},
5858
"peerDependencies": {
59-
"@rspress/runtime": "workspace:^2.0.0-beta.18"
59+
"@rspress/runtime": "workspace:^2.0.0-beta.19"
6060
},
6161
"engines": {
6262
"node": ">=18.0.0"

packages/plugin-api-docgen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-api-docgen",
3-
"version": "2.0.0-beta.18",
3+
"version": "2.0.0-beta.19",
44
"description": "A plugin for rspress to generate api doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -53,7 +53,7 @@
5353
"typescript": "^5.8.2"
5454
},
5555
"peerDependencies": {
56-
"@rspress/core": "workspace:^2.0.0-beta.18",
56+
"@rspress/core": "workspace:^2.0.0-beta.19",
5757
"typescript": "^5.8.2"
5858
},
5959
"peerDependenciesMeta": {

packages/plugin-client-redirects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-client-redirects",
3-
"version": "2.0.0-beta.18",
3+
"version": "2.0.0-beta.19",
44
"description": "A plugin for rspress to client redirect in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -48,7 +48,7 @@
4848
"typescript": "^5.8.2"
4949
},
5050
"peerDependencies": {
51-
"@rspress/runtime": "workspace:^2.0.0-beta.18"
51+
"@rspress/runtime": "workspace:^2.0.0-beta.19"
5252
},
5353
"engines": {
5454
"node": ">=18.0.0"

packages/plugin-last-updated/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-last-updated",
3-
"version": "2.0.0-beta.18",
3+
"version": "2.0.0-beta.19",
44
"description": "A plugin for rspress to record the last updated time of the doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

packages/plugin-llms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-llms",
3-
"version": "2.0.0-beta.18",
3+
"version": "2.0.0-beta.19",
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": {
@@ -43,7 +43,7 @@
4343
"vfile": "^6.0.3"
4444
},
4545
"peerDependencies": {
46-
"@rspress/core": "workspace:^2.0.0-beta.18"
46+
"@rspress/core": "workspace:^2.0.0-beta.19"
4747
},
4848
"engines": {
4949
"node": ">=18.0.0"

0 commit comments

Comments
 (0)