From d9a763937021854aa8ee0d8008b84c3e9b89930e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 May 2024 13:10:11 +0000 Subject: [PATCH] Release v1.20.0 --- .changeset/sour-carpets-relate.md | 5 ----- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/create-rspress/package.json | 2 +- packages/document/package.json | 2 +- packages/modern-plugin-rspress/package.json | 2 +- packages/plugin-api-docgen/package.json | 2 +- packages/plugin-auto-nav-sidebar/package.json | 2 +- packages/plugin-container-syntax/package.json | 2 +- packages/plugin-last-updated/package.json | 2 +- packages/plugin-medium-zoom/package.json | 2 +- packages/plugin-playground/package.json | 2 +- packages/plugin-preview/package.json | 2 +- packages/plugin-rss/package.json | 2 +- packages/plugin-shiki/package.json | 2 +- packages/plugin-typedoc/package.json | 2 +- packages/runtime/package.json | 2 +- packages/shared/package.json | 2 +- packages/theme-default/package.json | 2 +- 19 files changed, 18 insertions(+), 23 deletions(-) delete mode 100644 .changeset/sour-carpets-relate.md diff --git a/.changeset/sour-carpets-relate.md b/.changeset/sour-carpets-relate.md deleted file mode 100644 index 37c53d73a..000000000 --- a/.changeset/sour-carpets-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rspress/theme-default': minor ---- - -fix globalStyles don't work diff --git a/packages/cli/package.json b/packages/cli/package.json index e8148d62f..1f83aec26 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "rspress", - "version": "1.19.2", + "version": "1.20.0", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index dc581a7f9..a5bcadde2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/core", - "version": "1.19.2", + "version": "1.20.0", "description": "The Rspress Documentation Framework", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/create-rspress/package.json b/packages/create-rspress/package.json index 4e25e23c6..f56ad2e64 100644 --- a/packages/create-rspress/package.json +++ b/packages/create-rspress/package.json @@ -1,6 +1,6 @@ { "name": "create-rspress", - "version": "1.19.2", + "version": "1.20.0", "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/document/package.json b/packages/document/package.json index 7432e6f58..cd9b7b8be 100644 --- a/packages/document/package.json +++ b/packages/document/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/docs", - "version": "1.19.2", + "version": "1.20.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/modern-plugin-rspress/package.json b/packages/modern-plugin-rspress/package.json index 7094f2a69..e4794dd26 100644 --- a/packages/modern-plugin-rspress/package.json +++ b/packages/modern-plugin-rspress/package.json @@ -15,7 +15,7 @@ "modern", "modern.js" ], - "version": "1.19.2", + "version": "1.20.0", "jsnext:source": "./src/index.ts", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/plugin-api-docgen/package.json b/packages/plugin-api-docgen/package.json index a0a9f7375..5c5b328ca 100644 --- a/packages/plugin-api-docgen/package.json +++ b/packages/plugin-api-docgen/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-api-docgen", - "version": "1.19.2", + "version": "1.20.0", "description": "A plugin for rspress to generate api doc.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-auto-nav-sidebar/package.json b/packages/plugin-auto-nav-sidebar/package.json index f4af1c4bc..ff9089d33 100644 --- a/packages/plugin-auto-nav-sidebar/package.json +++ b/packages/plugin-auto-nav-sidebar/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-auto-nav-sidebar", - "version": "1.19.2", + "version": "1.20.0", "description": "A plugin for rspress to generate navbar and sidebar config automatically.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-container-syntax/package.json b/packages/plugin-container-syntax/package.json index 12da1527b..465603447 100644 --- a/packages/plugin-container-syntax/package.json +++ b/packages/plugin-container-syntax/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-container-syntax", - "version": "1.19.2", + "version": "1.20.0", "description": "A remark plugin to support container syntax", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-last-updated/package.json b/packages/plugin-last-updated/package.json index 833fd3bb2..8e91007ed 100644 --- a/packages/plugin-last-updated/package.json +++ b/packages/plugin-last-updated/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-last-updated", - "version": "1.19.2", + "version": "1.20.0", "description": "A plugin for rspress to record the last updated time of the doc.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-medium-zoom/package.json b/packages/plugin-medium-zoom/package.json index 2050e211d..ff1550b4e 100644 --- a/packages/plugin-medium-zoom/package.json +++ b/packages/plugin-medium-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-medium-zoom", - "version": "1.19.2", + "version": "1.20.0", "description": "A plugin for rspress to zoom images in docs.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-playground/package.json b/packages/plugin-playground/package.json index c71ad8ad2..e983502a3 100644 --- a/packages/plugin-playground/package.json +++ b/packages/plugin-playground/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-playground", - "version": "1.19.2", + "version": "1.20.0", "description": "A plugin for rspress to preview the code block in markdown/mdx file.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-preview/package.json b/packages/plugin-preview/package.json index f668e77d1..df6d4bd94 100644 --- a/packages/plugin-preview/package.json +++ b/packages/plugin-preview/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-preview", - "version": "1.19.2", + "version": "1.20.0", "description": "A plugin for rspress to preview the code block in markdown/mdx file.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-rss/package.json b/packages/plugin-rss/package.json index bc8863609..fc1e40c1d 100644 --- a/packages/plugin-rss/package.json +++ b/packages/plugin-rss/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-rss", - "version": "1.19.2", + "version": "1.20.0", "description": "A plugin for rss generation for rspress", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-shiki/package.json b/packages/plugin-shiki/package.json index 8d6328c4c..f42b88194 100644 --- a/packages/plugin-shiki/package.json +++ b/packages/plugin-shiki/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-shiki", - "version": "1.19.2", + "version": "1.20.0", "description": "A plugin for rspress to record the last updated time of the doc.", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/plugin-typedoc/package.json b/packages/plugin-typedoc/package.json index 647955230..05b6bde34 100644 --- a/packages/plugin-typedoc/package.json +++ b/packages/plugin-typedoc/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/plugin-typedoc", - "version": "1.19.2", + "version": "1.20.0", "description": "A plugin for rspress to integrate typedoc", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 333733a5a..c96f76f7c 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/runtime", - "version": "1.19.2", + "version": "1.20.0", "description": "The Runtime of Rspress Documentation Framework", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": { diff --git a/packages/shared/package.json b/packages/shared/package.json index 5b9e9d680..daef7b97a 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/shared", - "version": "1.19.2", + "version": "1.20.0", "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/theme-default/package.json b/packages/theme-default/package.json index 8440cfeae..363769287 100644 --- a/packages/theme-default/package.json +++ b/packages/theme-default/package.json @@ -1,6 +1,6 @@ { "name": "@rspress/theme-default", - "version": "1.19.2", + "version": "1.20.0", "description": "The Default Theme of Rspress Documentation Framework", "bugs": "https://github.com/web-infra-dev/rspress/issues", "repository": {