Skip to content

Commit

Permalink
Release v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2024
1 parent b025510 commit db0f808
Show file tree
Hide file tree
Showing 45 changed files with 176 additions and 80 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-ladybugs-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-bottles-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-tomatoes-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-donuts-compete.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/hip-tables-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-masks-drum.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-jars-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-ways-remain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-cobras-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-hotels-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-falcons-listen.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# rspress

## 1.11.2

### Patch Changes

- Updated dependencies [3cf6fa0]
- Updated dependencies [b025510]
- Updated dependencies [8160f63]
- Updated dependencies [d969f14]
- @rspress/core@1.11.2
- @rspress/shared@1.11.2

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

## 1.11.2

### Patch Changes

- 3cf6fa0: perf: use stream to serve search index file.
- b025510: chore(deps): bump rsbuild 0.4.0
- d969f14: feat(deps): bump Rsbuild to v0.3.10
- Updated dependencies [2951d30]
- Updated dependencies [b025510]
- Updated dependencies [8e4052b]
- Updated dependencies [8160f63]
- Updated dependencies [d969f14]
- @rspress/plugin-container-syntax@1.11.2
- @rspress/theme-default@1.11.2
- @rspress/shared@1.11.2
- @rspress/plugin-auto-nav-sidebar@1.11.2
- @rspress/plugin-last-updated@1.11.2
- @rspress/plugin-medium-zoom@1.11.2
- @rspress/runtime@1.11.2

## 1.11.1

### Patch Changes
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.11.1",
"version": "1.11.2",
"description": "The Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
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.11.2

## 1.11.1

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

## 1.11.2

### Patch Changes

- 2951d30: feat: expose radius css variable
- 8160f63: feat: support custom search placeholder text

## 1.11.1

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

## 1.11.2

### Patch Changes

- 67b74da: feat: support defaultRenderMode to keep same as preview
- 2951d30: feat: expose radius css variable
- Updated dependencies [3cf6fa0]
- Updated dependencies [2951d30]
- Updated dependencies [08b94ee]
- Updated dependencies [b025510]
- Updated dependencies [d969f14]
- Updated dependencies [f76db0d]
- @rspress/core@1.11.2
- @rspress/plugin-preview@1.11.2
- @rspress/plugin-api-docgen@1.11.2

## 1.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.11.1",
"version": "1.11.2",
"jsnext:source": "./src/index.ts",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
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.11.2

## 1.11.1

## 1.11.0
Expand Down
2 changes: 1 addition & 1 deletion 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.11.1",
"version": "1.11.2",
"description": "A plugin for rspress to generate api doc.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-auto-nav-sidebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rspress/plugin-auto-sidebar

## 1.11.2

### Patch Changes

- Updated dependencies [b025510]
- Updated dependencies [8160f63]
- Updated dependencies [d969f14]
- @rspress/shared@1.11.2

## 1.11.1

### Patch Changes
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.11.1",
"version": "1.11.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
10 changes: 10 additions & 0 deletions packages/plugin-container-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rspress/remark-container

## 1.11.2

### Patch Changes

- 2951d30: feat: expose radius css variable
- Updated dependencies [b025510]
- Updated dependencies [8160f63]
- Updated dependencies [d969f14]
- @rspress/shared@1.11.2

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

## 1.11.2

### Patch Changes

- Updated dependencies [b025510]
- Updated dependencies [8160f63]
- Updated dependencies [d969f14]
- @rspress/shared@1.11.2

## 1.11.1

### Patch Changes
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.11.1",
"version": "1.11.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
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.11.2

## 1.11.1

## 1.11.0
Expand Down
2 changes: 1 addition & 1 deletion 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.11.1",
"version": "1.11.2",
"description": "A plugin for rspress to zoom images in docs.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rspress/plugin-playground

## 1.11.2

### Patch Changes

- e19c41a: fix pure meta in code block which not effective
- b2bd0e0: fix: playground cannot work with name import alias
- Updated dependencies [b025510]
- Updated dependencies [8160f63]
- Updated dependencies [d969f14]
- @rspress/shared@1.11.2

## 1.11.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.11.1",
"version": "1.11.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
12 changes: 12 additions & 0 deletions packages/plugin-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rspress/plugin-preview

## 1.11.2

### Patch Changes

- 2951d30: feat: expose radius css variable
- 08b94ee: fix: fix demo id and avoid 404 in production
- f76db0d: Support external demo to specific isMobile prop
- Updated dependencies [b025510]
- Updated dependencies [8160f63]
- Updated dependencies [d969f14]
- @rspress/shared@1.11.2

## 1.11.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.11.1",
"version": "1.11.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-shiki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rspress/plugin-shiki

## 1.11.2

### Patch Changes

- Updated dependencies [b025510]
- Updated dependencies [8160f63]
- Updated dependencies [d969f14]
- @rspress/shared@1.11.2

## 1.11.1

### Patch Changes
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.11.1",
"version": "1.11.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
9 changes: 9 additions & 0 deletions packages/plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rspress/plugin-typedoc

## 1.11.2

### Patch Changes

- Updated dependencies [b025510]
- Updated dependencies [8160f63]
- Updated dependencies [d969f14]
- @rspress/shared@1.11.2

## 1.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.11.1",
"version": "1.11.2",
"description": "A plugin for rspress to integrate typedoc",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
Loading

0 comments on commit db0f808

Please sign in to comment.