Skip to content

Commit

Permalink
Release v1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2024
1 parent 5b98eaa commit c5b550c
Show file tree
Hide file tree
Showing 40 changed files with 233 additions and 148 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-onions-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-tables-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-needles-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-rivers-drop.md

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@manypkg/get-packages": "^2.2.0",
"@modern-js/generator-utils": "3.3.14",
"@modern-js/module-tools": "2.48.3",
"@modern-js/monorepo-tools": "2.48.3",
"@modern-js/tsconfig": "2.48.3",
"@modern-js/generator-utils": "3.3.15",
"@modern-js/module-tools": "2.48.4",
"@modern-js/monorepo-tools": "2.48.4",
"@modern-js/tsconfig": "2.48.4",
"@playwright/test": "1.33.0",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^11.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# rspress

## 1.16.2

### Patch Changes

- Updated dependencies [37b4ffe]
- Updated dependencies [5d88d28]
- @rspress/core@1.16.2
- @rspress/shared@1.16.2

## 1.16.1

### Patch Changes
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.16.1",
"version": "1.16.2",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @rspress/core

## 1.16.2

### Patch Changes

- 37b4ffe: fix(core): set ssg:false in plugin not work in build mode
- 5d88d28: fix(core): section header text should return i18n result
- Updated dependencies [5b98eaa]
- Updated dependencies [5376e70]
- @rspress/theme-default@1.16.2
- @rspress/plugin-auto-nav-sidebar@1.16.2
- @rspress/plugin-container-syntax@1.16.2
- @rspress/plugin-last-updated@1.16.2
- @rspress/plugin-medium-zoom@1.16.2
- @rspress/runtime@1.16.2
- @rspress/shared@1.16.2

## 1.16.1

### Patch Changes
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.16.1",
"version": "1.16.2",
"description": "The Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"@mdx-js/loader": "2.3.0",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@modern-js/utils": "2.48.3",
"@modern-js/utils": "2.48.4",
"@rsbuild/core": "0.5.1",
"@rsbuild/plugin-react": "0.5.1",
"@rspress/theme-default": "workspace:*",
Expand Down Expand Up @@ -100,8 +100,8 @@
},
"devDependencies": {
"tailwindcss": "^3.2.7",
"@modern-js/plugin-tailwindcss": "2.48.3",
"@modern-js/tsconfig": "2.48.3",
"@modern-js/plugin-tailwindcss": "2.48.4",
"@modern-js/tsconfig": "2.48.4",
"@types/body-scroll-lock": "^3.1.0",
"@types/fs-extra": "^9.0.13",
"@types/hast": "^2.3.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-rspress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-rspress

## 1.16.2

## 1.16.1

## 1.16.0
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.16.1",
"version": "1.16.2",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rspress/docs

## 1.16.2

## 1.16.1

### Patch Changes
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.16.1",
"version": "1.16.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/modern-plugin-rspress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @modern-js/plugin-rspress

## 1.16.2

### Patch Changes

- Updated dependencies [37b4ffe]
- Updated dependencies [5d88d28]
- @rspress/core@1.16.2
- @rspress/plugin-preview@1.16.2
- @rspress/plugin-api-docgen@1.16.2

## 1.16.1

### Patch Changes
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.16.1",
"version": "1.16.2",
"jsnext:source": "./src/index.ts",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand All @@ -39,7 +39,7 @@
"@rspress/plugin-api-docgen": "workspace:*"
},
"devDependencies": {
"@modern-js/utils": "2.48.3",
"@modern-js/utils": "2.48.4",
"@types/node": "^14",
"@types/react": "^18",
"react": "^18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-api-docgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rspress/plugin-api-docgen

## 1.16.2

## 1.16.1

### Patch Changes
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.16.1",
"version": "1.16.2",
"description": "A plugin for rspress to generate api doc.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=14.17.6"
},
"dependencies": {
"@modern-js/utils": "2.48.3",
"@modern-js/utils": "2.48.4",
"react-markdown": "8.0.7",
"react-docgen-typescript": "2.2.2",
"documentation": "14.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-auto-nav-sidebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rspress/plugin-auto-sidebar

## 1.16.2

### Patch Changes

- @rspress/shared@1.16.2

## 1.16.1

### Patch Changes
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.16.1",
"version": "1.16.2",
"description": "A plugin for rspress to generate navbar and sidebar config automatically.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.3",
"@modern-js/tsconfig": "2.48.4",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-container-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rspress/remark-container

## 1.16.2

### Patch Changes

- @rspress/shared@1.16.2

## 1.16.1

### Patch Changes
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.16.1",
"version": "1.16.2",
"description": "A remark plugin to support container syntax",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-last-updated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rspress/plugin-last-updated

## 1.16.2

### Patch Changes

- @rspress/shared@1.16.2

## 1.16.1

### Patch Changes
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.16.1",
"version": "1.16.2",
"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 Expand Up @@ -33,7 +33,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.3",
"@modern-js/tsconfig": "2.48.4",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-medium-zoom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rspress/plugin-medium-zoom

## 1.16.2

## 1.16.1

## 1.16.0
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.16.1",
"version": "1.16.2",
"description": "A plugin for rspress to zoom images in docs.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.3",
"@modern-js/tsconfig": "2.48.4",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rspress/plugin-playground

## 1.16.2

### Patch Changes

- @rspress/shared@1.16.2

## 1.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.16.1",
"version": "1.16.2",
"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
9 changes: 9 additions & 0 deletions packages/plugin-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rspress/plugin-preview

## 1.16.2

### Patch Changes

- Updated dependencies [5b98eaa]
- Updated dependencies [5376e70]
- @rspress/theme-default@1.16.2
- @rspress/shared@1.16.2

## 1.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.16.1",
"version": "1.16.2",
"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
6 changes: 6 additions & 0 deletions packages/plugin-shiki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rspress/plugin-shiki

## 1.16.2

### Patch Changes

- @rspress/shared@1.16.2

## 1.16.1

### Patch Changes
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.16.1",
"version": "1.16.2",
"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 Expand Up @@ -33,7 +33,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.3",
"@modern-js/tsconfig": "2.48.4",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rspress/plugin-typedoc

## 1.16.2

### Patch Changes

- @rspress/shared@1.16.2

## 1.16.1

### Patch Changes
Expand Down
Loading

0 comments on commit c5b550c

Please sign in to comment.