Skip to content

Commit dc7ec83

Browse files
authored
Release v2.0.0-alpha.9 (#2051)
1 parent fb2d1ea commit dc7ec83

File tree

21 files changed

+40
-35
lines changed

21 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': alpha
3+
---
4+
5+
Release version 2.0.0-alpha.9

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-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rspress",

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-alpha.8",
3+
"version": "2.0.0-alpha.9",
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-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "Create a new Rspress project",
55
"homepage": "https://rspress.dev",
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-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rspress",

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-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "A plugin for rspress to search with algolia in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"typescript": "^5.8.2"
6060
},
6161
"peerDependencies": {
62-
"@rspress/runtime": "workspace:^2.0.0-alpha.8"
62+
"@rspress/runtime": "workspace:^2.0.0-alpha.9"
6363
},
6464
"engines": {
6565
"node": ">=14.17.6"

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-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "A plugin for rspress to generate api doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -45,7 +45,7 @@
4545
"unist-util-visit": "^5.0.0"
4646
},
4747
"peerDependencies": {
48-
"@rspress/core": "workspace:^2.0.0-alpha.8",
48+
"@rspress/core": "workspace:^2.0.0-alpha.9",
4949
"react": ">=17.0.0",
5050
"react-router-dom": "^6.8.1",
5151
"typescript": "^5.8.2"

packages/plugin-auto-nav-sidebar/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-auto-nav-sidebar",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "A plugin for rspress to generate navbar and sidebar config automatically.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

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-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "A plugin for rspress to client redirect in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -42,7 +42,7 @@
4242
"typescript": "^5.8.2"
4343
},
4444
"peerDependencies": {
45-
"@rspress/runtime": "workspace:^2.0.0-alpha.8"
45+
"@rspress/runtime": "workspace:^2.0.0-alpha.9"
4646
},
4747
"engines": {
4848
"node": ">=14.17.6"

packages/plugin-container-syntax/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-container-syntax",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "A remark plugin to support container syntax",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

0 commit comments

Comments
 (0)