Skip to content

Commit 9b04ba5

Browse files
authored
Release v2.0.0-beta.18 (#2326)
1 parent 35adb62 commit 9b04ba5

File tree

20 files changed

+40
-38
lines changed

20 files changed

+40
-38
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.18

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

packages/document/rspress.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ export default defineConfig({
4545
pluginLlms(),
4646
],
4747
builderConfig: {
48-
dev: {
49-
lazyCompilation: true,
50-
},
5148
plugins: [
5249
pluginSass(),
5350
pluginGoogleAnalytics({ id: 'G-66B2Z6KG0J' }),

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.17",
3+
"version": "2.0.0-beta.18",
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.17"
59+
"@rspress/runtime": "workspace:^2.0.0-beta.18"
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.17",
3+
"version": "2.0.0-beta.18",
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.17",
56+
"@rspress/core": "workspace:^2.0.0-beta.18",
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.17",
3+
"version": "2.0.0-beta.18",
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.17"
51+
"@rspress/runtime": "workspace:^2.0.0-beta.18"
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.17",
3+
"version": "2.0.0-beta.18",
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": {

0 commit comments

Comments
 (0)