Skip to content

Commit 5a465f1

Browse files
Release v1.21.1 (#1100)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2c50abe commit 5a465f1

File tree

21 files changed

+118
-123
lines changed

21 files changed

+118
-123
lines changed

.changeset/purple-ways-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"@biomejs/biome": "1.5.3",
4545
"@changesets/cli": "^2.27.1",
4646
"@manypkg/get-packages": "^2.2.0",
47-
"@modern-js/generator-utils": "3.3.21",
48-
"@modern-js/module-tools": "2.49.3",
49-
"@modern-js/tsconfig": "2.49.3",
47+
"@modern-js/generator-utils": "3.3.22",
48+
"@modern-js/module-tools": "2.49.4",
49+
"@modern-js/tsconfig": "2.49.4",
5050
"@playwright/test": "1.33.0",
5151
"@types/cross-spawn": "^6.0.2",
5252
"@types/fs-extra": "11.0.4",

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": "1.21.0",
3+
"version": "1.21.1",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.js",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/core",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "The Rspress Documentation Framework",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -43,7 +43,7 @@
4343
"@mdx-js/loader": "2.3.0",
4444
"@mdx-js/mdx": "2.3.0",
4545
"@mdx-js/react": "2.3.0",
46-
"@modern-js/utils": "2.49.3",
46+
"@modern-js/utils": "2.49.4",
4747
"@rsbuild/core": "0.6.13",
4848
"@rsbuild/plugin-react": "0.6.13",
4949
"@rspress/theme-default": "workspace:*",
@@ -90,8 +90,8 @@
9090
},
9191
"devDependencies": {
9292
"tailwindcss": "^3.4.3",
93-
"@modern-js/plugin-tailwindcss": "2.49.3",
94-
"@modern-js/tsconfig": "2.49.3",
93+
"@modern-js/plugin-tailwindcss": "2.49.4",
94+
"@modern-js/tsconfig": "2.49.4",
9595
"@types/body-scroll-lock": "^3.1.0",
9696
"@types/hast": "3.0.3",
9797
"@types/html-to-text": "^8.1.1",

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": "1.21.0",
3+
"version": "1.21.1",
44
"types": "./dist/index.d.ts",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

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": "1.21.0",
3+
"version": "1.21.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/modern-plugin-rspress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"modern",
1616
"modern.js"
1717
],
18-
"version": "1.21.0",
18+
"version": "1.21.1",
1919
"jsnext:source": "./src/index.ts",
2020
"types": "./dist/index.d.ts",
2121
"main": "./dist/index.js",
@@ -39,7 +39,7 @@
3939
"@rspress/plugin-api-docgen": "workspace:*"
4040
},
4141
"devDependencies": {
42-
"@modern-js/utils": "2.49.3",
42+
"@modern-js/utils": "2.49.4",
4343
"@types/node": "^18.11.17",
4444
"@types/react": "^18",
4545
"react": "^18.2.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": "1.21.0",
3+
"version": "1.21.1",
44
"description": "A plugin for rspress to generate api doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"node": ">=14.17.6"
2323
},
2424
"dependencies": {
25-
"@modern-js/utils": "2.49.3",
25+
"@modern-js/utils": "2.49.4",
2626
"react-markdown": "8.0.7",
2727
"react-docgen-typescript": "2.2.2",
2828
"documentation": "14.0.2",

packages/plugin-auto-nav-sidebar/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-auto-nav-sidebar",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
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": {
@@ -24,7 +24,7 @@
2424
"node": ">=14.17.6"
2525
},
2626
"devDependencies": {
27-
"@modern-js/tsconfig": "2.49.3",
27+
"@modern-js/tsconfig": "2.49.4",
2828
"@types/node": "^18.11.17",
2929
"@types/react": "^18",
3030
"@types/react-dom": "^18",

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": "1.21.0",
3+
"version": "1.21.1",
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)