Skip to content

Commit f130159

Browse files
authored
Release v1.39.2 (#1710)
1 parent 3738391 commit f130159

File tree

20 files changed

+33
-33
lines changed

20 files changed

+33
-33
lines changed

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

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

packages/modern-plugin-rspress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"modern",
1616
"modern.js"
1717
],
18-
"version": "1.39.1",
18+
"version": "1.39.2",
1919
"jsnext:source": "./src/index.ts",
2020
"types": "./dist/index.d.ts",
2121
"main": "./dist/index.js",

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.39.1",
3+
"version": "1.39.2",
44
"description": "A plugin for rspress to generate api doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -46,7 +46,7 @@
4646
"peerDependencies": {
4747
"react": ">=17.0.0",
4848
"react-router-dom": "^6.8.1",
49-
"@rspress/core": "workspace:^1.39.1",
49+
"@rspress/core": "workspace:^1.39.2",
5050
"typescript": "^5.5.3"
5151
},
5252
"peerDependenciesMeta": {

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": "1.39.1",
3+
"version": "1.39.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

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": "1.39.1",
3+
"version": "1.39.2",
44
"description": "A plugin for rspress to client redirect in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -38,7 +38,7 @@
3838
"vitest": "2.1.8"
3939
},
4040
"peerDependencies": {
41-
"@rspress/runtime": "workspace:^1.39.1"
41+
"@rspress/runtime": "workspace:^1.39.2"
4242
},
4343
"sideEffects": [
4444
"*.css",

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.39.1",
3+
"version": "1.39.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

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": "1.39.1",
3+
"version": "1.39.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": {

0 commit comments

Comments
 (0)