Skip to content

Commit 8a5b65b

Browse files
authored
Release v2.0.0-alpha.2 (#1947)
1 parent 3793d16 commit 8a5b65b

File tree

22 files changed

+41
-36
lines changed

22 files changed

+41
-36
lines changed
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.2

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rspress",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rspress",

packages/core/package.json

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

packages/create-rspress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rspress",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "Create a new Rspress project",
55
"homepage": "https://rspress.dev",
66
"repository": {

packages/document/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/docs",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rspress",

packages/modern-plugin-rspress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/modern-js-plugin",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "A Modern.js plugin to integrate rspress",
55
"keywords": [
66
"react",

packages/plugin-algolia/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-algolia",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
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.5.3"
6060
},
6161
"peerDependencies": {
62-
"@rspress/runtime": "workspace:^2.0.0-alpha.1"
62+
"@rspress/runtime": "workspace:^2.0.0-alpha.2"
6363
},
6464
"engines": {
6565
"node": ">=14.17.6"

packages/plugin-api-docgen/package.json

+2-2
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.1",
3+
"version": "2.0.0-alpha.2",
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": "^4.1.2"
4646
},
4747
"peerDependencies": {
48-
"@rspress/core": "workspace:^2.0.0-alpha.1",
48+
"@rspress/core": "workspace:^2.0.0-alpha.2",
4949
"react": ">=17.0.0",
5050
"react-router-dom": "^6.8.1",
5151
"typescript": "^5.5.3"

packages/plugin-auto-nav-sidebar/package.json

+1-1
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.1",
3+
"version": "2.0.0-alpha.2",
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

+2-2
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.1",
3+
"version": "2.0.0-alpha.2",
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.5.3"
4343
},
4444
"peerDependencies": {
45-
"@rspress/runtime": "workspace:^2.0.0-alpha.1"
45+
"@rspress/runtime": "workspace:^2.0.0-alpha.2"
4646
},
4747
"engines": {
4848
"node": ">=14.17.6"

packages/plugin-container-syntax/package.json

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

packages/plugin-last-updated/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-last-updated",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
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-medium-zoom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-medium-zoom",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "A plugin for rspress to zoom images in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -43,7 +43,7 @@
4343
"typescript": "^5.5.3"
4444
},
4545
"peerDependencies": {
46-
"@rspress/runtime": "workspace:^2.0.0-alpha.1"
46+
"@rspress/runtime": "workspace:^2.0.0-alpha.2"
4747
},
4848
"engines": {
4949
"node": ">=14.17.6"

packages/plugin-playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-playground",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
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": {
@@ -61,7 +61,7 @@
6161
"unist-util-visit": "^4.1.2"
6262
},
6363
"peerDependencies": {
64-
"@rspress/core": "workspace:^2.0.0-alpha.1",
64+
"@rspress/core": "workspace:^2.0.0-alpha.2",
6565
"react": ">=17.0.0",
6666
"react-router-dom": "^6.8.1"
6767
},

packages/plugin-preview/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-preview",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
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": {
@@ -50,7 +50,7 @@
5050
"unist-util-visit": "^4.1.2"
5151
},
5252
"peerDependencies": {
53-
"@rspress/core": "workspace:^2.0.0-alpha.1",
53+
"@rspress/core": "workspace:^2.0.0-alpha.2",
5454
"react": ">=17.0.0",
5555
"react-router-dom": "^6.8.1"
5656
},

packages/plugin-rss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-rss",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "A plugin for rss generation for rspress",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"react": ">=17.0.0",
46-
"rspress": "workspace:^2.0.0-alpha.1"
46+
"rspress": "workspace:^2.0.0-alpha.2"
4747
},
4848
"engines": {
4949
"node": ">=14.17.6"

packages/plugin-shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-shiki",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
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-typedoc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-typedoc",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "A plugin for rspress to integrate typedoc",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -42,7 +42,7 @@
4242
"typescript": "^5.5.3"
4343
},
4444
"peerDependencies": {
45-
"rspress": "workspace:^2.0.0-alpha.1"
45+
"rspress": "workspace:^2.0.0-alpha.2"
4646
},
4747
"engines": {
4848
"node": ">=14.17.6"

packages/runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/runtime",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "The Runtime of Rspress Documentation Framework",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/shared",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rspress",

packages/theme-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/theme-default",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "The Default Theme of Rspress Documentation Framework",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {

pnpm-lock.yaml

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)