Skip to content

Commit

Permalink
Release v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 11, 2024
1 parent bca0b5d commit cab44a3
Show file tree
Hide file tree
Showing 22 changed files with 124 additions and 130 deletions.
6 changes: 0 additions & 6 deletions .changeset/flat-spiders-complain.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.9",
"@modern-js/module-tools": "2.60.6",
"@modern-js/tsconfig": "2.60.6",
"@modern-js/module-tools": "2.61.0",
"@modern-js/tsconfig": "2.61.0",
"@playwright/test": "1.47.2",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "11.0.4",
Expand Down
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.35.4",
"version": "1.36.0",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/core",
"version": "1.35.4",
"version": "1.36.0",
"description": "The Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@mdx-js/loader": "2.3.0",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@modern-js/utils": "2.60.6",
"@modern-js/utils": "2.61.0",
"@rsbuild/core": "~1.0.19",
"@rsbuild/plugin-less": "~1.0.3",
"@rsbuild/plugin-react": "~1.0.6",
Expand Down Expand Up @@ -90,8 +90,8 @@
"yaml-front-matter": "^4.1.1"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.60.6",
"@modern-js/tsconfig": "2.60.6",
"@modern-js/plugin-tailwindcss": "2.61.0",
"@modern-js/tsconfig": "2.61.0",
"@types/body-scroll-lock": "^3.1.2",
"@types/hast": "3.0.4",
"@types/html-to-text": "^9.0.4",
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.35.4",
"version": "1.36.0",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
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.35.4",
"version": "1.36.0",
"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.35.4",
"version": "1.36.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand All @@ -30,7 +30,7 @@
"@rspress/plugin-preview": "workspace:*"
},
"devDependencies": {
"@modern-js/utils": "2.60.6",
"@modern-js/utils": "2.61.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
"react": "^18.3.1",
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.35.4",
"version": "1.36.0",
"description": "A plugin for rspress to generate api doc.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand All @@ -22,7 +22,7 @@
"node": ">=14.17.6"
},
"dependencies": {
"@modern-js/utils": "2.60.6",
"@modern-js/utils": "2.61.0",
"documentation": "14.0.3",
"react-docgen-typescript": "2.2.2",
"react-markdown": "8.0.7",
Expand All @@ -45,7 +45,7 @@
"peerDependencies": {
"react": ">=17.0.0",
"react-router-dom": "^6.8.1",
"@rspress/core": "workspace:^1.35.4",
"@rspress/core": "workspace:^1.36.0",
"typescript": "^5.5.3"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 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.35.4",
"version": "1.36.0",
"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,7 +24,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.60.6",
"@modern-js/tsconfig": "2.61.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 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.35.4",
"version": "1.36.0",
"description": "A plugin for rspress to client redirect in docs.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand All @@ -24,7 +24,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.60.6",
"@modern-js/tsconfig": "2.61.0",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
Expand All @@ -34,7 +34,7 @@
"vitest": "2.1.4"
},
"peerDependencies": {
"@rspress/runtime": "workspace:^1.35.4"
"@rspress/runtime": "workspace:^1.36.0"
},
"sideEffects": [
"*.css",
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.35.4",
"version": "1.36.0",
"description": "A remark plugin to support container syntax",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
4 changes: 2 additions & 2 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.35.4",
"version": "1.36.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": {
Expand All @@ -24,7 +24,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.60.6",
"@modern-js/tsconfig": "2.61.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 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.35.4",
"version": "1.36.0",
"description": "A plugin for rspress to zoom images in docs.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand All @@ -24,7 +24,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.60.6",
"@modern-js/tsconfig": "2.61.0",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
Expand All @@ -34,7 +34,7 @@
"vitest": "2.1.4"
},
"peerDependencies": {
"@rspress/runtime": "workspace:^1.35.4"
"@rspress/runtime": "workspace:^1.36.0"
},
"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.35.4",
"version": "1.36.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": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"@rspress/core": "workspace:^1.35.4",
"@rspress/core": "workspace:^1.36.0",
"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.35.4",
"version": "1.36.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": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"peerDependencies": {
"react": ">=17.0.0",
"react-router-dom": "^6.8.1",
"@rspress/core": "workspace:^1.35.4"
"@rspress/core": "workspace:^1.36.0"
},
"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.35.4",
"version": "1.36.0",
"description": "A plugin for rss generation for rspress",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"react": ">=17.0.0",
"rspress": "workspace:^1.35.4"
"rspress": "workspace:^1.36.0"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 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.35.4",
"version": "1.36.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": {
Expand All @@ -24,7 +24,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.60.6",
"@modern-js/tsconfig": "2.61.0",
"@types/hast": "3.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
Expand Down
6 changes: 3 additions & 3 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.35.4",
"version": "1.36.0",
"description": "A plugin for rspress to integrate typedoc",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand All @@ -23,7 +23,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.60.6",
"@modern-js/tsconfig": "2.61.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -32,7 +32,7 @@
"vitest": "2.1.4"
},
"peerDependencies": {
"rspress": "workspace:^1.35.4"
"rspress": "workspace:^1.36.0"
},
"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.35.4",
"version": "1.36.0",
"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.27.0"
},
"devDependencies": {
"@modern-js/tsconfig": "2.60.6",
"@modern-js/tsconfig": "2.61.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.35.4",
"version": "1.36.0",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
8 changes: 4 additions & 4 deletions 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.35.4",
"version": "1.36.0",
"description": "The Default Theme of Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -44,8 +44,8 @@
"github-slugger": "^2.0.0",
"hast-util-from-html": "^2.0.3",
"html-to-text": "^9.0.5",
"htmr": "^1.0.2",
"htmlparser2": "^9.1.0",
"htmr": "^1.0.2",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"react": "^18.3.1",
Expand All @@ -56,8 +56,8 @@
"rspack-plugin-virtual-module": "0.1.13"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.60.6",
"@modern-js/tsconfig": "2.60.6",
"@modern-js/plugin-tailwindcss": "2.61.0",
"@modern-js/tsconfig": "2.61.0",
"@types/body-scroll-lock": "^3.1.2",
"@types/hast": "3.0.4",
"@types/html-to-text": "^9.0.4",
Expand Down
Loading

0 comments on commit cab44a3

Please sign in to comment.