Skip to content

Commit

Permalink
Release v1.39.4 (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Jan 9, 2025
1 parent 96d5fcf commit 5612c87
Show file tree
Hide file tree
Showing 20 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rspress",
"version": "1.39.3",
"version": "1.39.4",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rspress",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/core",
"version": "1.39.3",
"version": "1.39.4",
"description": "The Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rspress",
"version": "1.39.3",
"version": "1.39.4",
"description": "Create a new Rspress project",
"homepage": "https://rspress.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/docs",
"version": "1.39.3",
"version": "1.39.4",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rspress",
Expand Down
2 changes: 1 addition & 1 deletion packages/modern-plugin-rspress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/modern-js-plugin",
"version": "1.39.3",
"version": "1.39.4",
"description": "A Modern.js plugin to integrate rspress",
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-api-docgen",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rspress to generate api doc.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"@rspress/core": "workspace:^1.39.3",
"@rspress/core": "workspace:^1.39.4",
"react": ">=17.0.0",
"react-router-dom": "^6.8.1",
"typescript": "^5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-auto-nav-sidebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-auto-nav-sidebar",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rspress to generate navbar and sidebar config automatically.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-client-redirects",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rspress to client redirect in docs.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"vitest": "2.1.8"
},
"peerDependencies": {
"@rspress/runtime": "workspace:^1.39.3"
"@rspress/runtime": "workspace:^1.39.4"
},
"engines": {
"node": ">=14.17.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-container-syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-container-syntax",
"version": "1.39.3",
"version": "1.39.4",
"description": "A remark plugin to support container syntax",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-last-updated",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rspress to record the last updated time of the doc.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-medium-zoom",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rspress to zoom images in docs.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"vitest": "2.1.8"
},
"peerDependencies": {
"@rspress/runtime": "workspace:^1.39.3"
"@rspress/runtime": "workspace:^1.39.4"
},
"engines": {
"node": ">=14.17.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-playground",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rspress to preview the code block in markdown/mdx file.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"@rspress/core": "workspace:^1.39.3",
"@rspress/core": "workspace:^1.39.4",
"react": ">=17.0.0",
"react-router-dom": "^6.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-preview",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rspress to preview the code block in markdown/mdx file.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"@rspress/core": "workspace:^1.39.3",
"@rspress/core": "workspace:^1.39.4",
"react": ">=17.0.0",
"react-router-dom": "^6.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-rss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-rss",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rss generation for rspress",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"peerDependencies": {
"react": ">=17.0.0",
"rspress": "workspace:^1.39.3"
"rspress": "workspace:^1.39.4"
},
"engines": {
"node": ">=14.17.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-shiki",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rspress to record the last updated time of the doc.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/plugin-typedoc",
"version": "1.39.3",
"version": "1.39.4",
"description": "A plugin for rspress to integrate typedoc",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"vitest": "2.1.8"
},
"peerDependencies": {
"rspress": "workspace:^1.39.3"
"rspress": "workspace:^1.39.4"
},
"engines": {
"node": ">=14.17.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/runtime",
"version": "1.39.3",
"version": "1.39.4",
"description": "The Runtime of Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/shared",
"version": "1.39.3",
"version": "1.39.4",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rspress",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/theme-default",
"version": "1.39.3",
"version": "1.39.4",
"description": "The Default Theme of Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5612c87

Please sign in to comment.