Skip to content

Commit

Permalink
Release v1.37.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent 173ed3f commit cb01584
Show file tree
Hide file tree
Showing 22 changed files with 150 additions and 145 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-pants-bake.md

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.10",
"@modern-js/module-tools": "2.62.1",
"@modern-js/tsconfig": "2.62.1",
"@modern-js/module-tools": "2.63.0",
"@modern-js/tsconfig": "2.63.0",
"@playwright/test": "1.47.2",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "11.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rspress",
"version": "1.37.2",
"version": "1.37.3",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down Expand Up @@ -42,8 +42,8 @@
"chokidar": "^3.6.0"
},
"devDependencies": {
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.0",
"@types/jest": "~29.5.14",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/core",
"version": "1.37.2",
"version": "1.37.3",
"description": "The Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -77,8 +77,8 @@
"unist-util-visit-children": "^3.0.0"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.62.1",
"@modern-js/tsconfig": "2.62.1",
"@modern-js/plugin-tailwindcss": "2.63.0",
"@modern-js/tsconfig": "2.63.0",
"@types/hast": "3.0.4",
"@types/html-to-text": "^9.0.4",
"@types/jest": "~29.5.14",
Expand All @@ -88,10 +88,10 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"postcss": "8.4.49",
"rimraf": "^3.0.2",
"remark-rehype": "^10.1.0",
"remark-parse": "^10.0.2",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.4.15",
"typescript": "^5.5.3",
"vitest": "2.1.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rspress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rspress",
"version": "1.37.2",
"version": "1.37.3",
"description": "Create a new Rspress project",
"homepage": "https://rspress.dev",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"create-rstack": "1.0.9"
},
"devDependencies": {
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.0",
"@types/node": "^18.11.17",
"typescript": "^5.5.3"
},
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.37.2",
"version": "1.37.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/modern-plugin-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "1.37.2",
"version": "1.37.3",
"jsnext:source": "./src/index.ts",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand All @@ -24,8 +24,8 @@
"dev": "rslib build -w"
},
"dependencies": {
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.0",
"@rspress/core": "workspace:*",
"@rspress/plugin-api-docgen": "workspace:*",
"@rspress/plugin-preview": "workspace:*",
Expand Down
6 changes: 3 additions & 3 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.37.2",
"version": "1.37.3",
"description": "A plugin for rspress to generate api doc.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"remark-gfm": "3.0.1"
},
"devDependencies": {
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.0",
"@types/mdast": "^4.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
Expand All @@ -47,7 +47,7 @@
"peerDependencies": {
"react": ">=17.0.0",
"react-router-dom": "^6.8.1",
"@rspress/core": "workspace:^1.37.2",
"@rspress/core": "workspace:^1.37.3",
"typescript": "^5.5.3"
},
"peerDependenciesMeta": {
Expand Down
6 changes: 3 additions & 3 deletions 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.37.2",
"version": "1.37.3",
"description": "A plugin for rspress to generate navbar and sidebar config automatically.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand All @@ -24,9 +24,9 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.62.1",
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.0",
"@rslib/core": "0.1.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 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.37.2",
"version": "1.37.3",
"description": "A plugin for rspress to client redirect in docs.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand All @@ -24,9 +24,9 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.62.1",
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.0",
"@rslib/core": "0.1.0",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
Expand All @@ -36,7 +36,7 @@
"vitest": "2.1.5"
},
"peerDependencies": {
"@rspress/runtime": "workspace:^1.37.2"
"@rspress/runtime": "workspace:^1.37.3"
},
"sideEffects": [
"*.css",
Expand Down
4 changes: 2 additions & 2 deletions 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.37.2",
"version": "1.37.3",
"description": "A remark plugin to support container syntax",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"@rspress/shared": "workspace:*"
},
"devDependencies": {
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@rslib/core": "0.1.0",
"@types/mdast": "^4.0.4",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
Expand Down
6 changes: 3 additions & 3 deletions 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.37.2",
"version": "1.37.3",
"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 All @@ -24,9 +24,9 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.62.1",
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.0",
"@rslib/core": "0.1.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
10 changes: 5 additions & 5 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.37.2",
"version": "1.37.3",
"description": "A plugin for rspress to zoom images in docs.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand All @@ -24,10 +24,10 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.62.1",
"@rspress/shared": "workspace:*",
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.0",
"@rslib/core": "0.1.0",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -36,7 +36,7 @@
"vitest": "2.1.5"
},
"peerDependencies": {
"@rspress/runtime": "workspace:^1.37.2"
"@rspress/runtime": "workspace:^1.37.3"
},
"sideEffects": [
"*.css",
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.37.2",
"version": "1.37.3",
"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.37.2",
"@rspress/core": "workspace:^1.37.3",
"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.37.2",
"version": "1.37.3",
"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 @@ -50,7 +50,7 @@
"peerDependencies": {
"react": ">=17.0.0",
"react-router-dom": "^6.8.1",
"@rspress/core": "workspace:^1.37.2"
"@rspress/core": "workspace:^1.37.3"
},
"files": [
"dist",
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.37.2",
"version": "1.37.3",
"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.37.2"
"rspress": "workspace:^1.37.3"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 deletions 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.37.2",
"version": "1.37.3",
"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 All @@ -24,9 +24,9 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.62.1",
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.0",
"@rslib/core": "0.1.0",
"@types/hast": "3.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
Expand Down
8 changes: 4 additions & 4 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.37.2",
"version": "1.37.3",
"description": "A plugin for rspress to integrate typedoc",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand All @@ -23,9 +23,9 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.62.1",
"@rslib/core": "0.1.0",
"@microsoft/api-extractor": "^7.48.0",
"@modern-js/tsconfig": "2.63.0",
"@rslib/core": "0.1.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -34,7 +34,7 @@
"vitest": "2.1.5"
},
"peerDependencies": {
"rspress": "workspace:^1.37.2"
"rspress": "workspace:^1.37.3"
},
"sideEffects": [
"*.css",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/runtime",
"version": "1.37.2",
"version": "1.37.3",
"description": "The Runtime of Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@modern-js/tsconfig": "2.62.1",
"@modern-js/tsconfig": "2.63.0",
"@types/jest": "~29.5.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
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.37.2",
"version": "1.37.3",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading

0 comments on commit cb01584

Please sign in to comment.