Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2023
1 parent 5b413ec commit 4dd435c
Show file tree
Hide file tree
Showing 37 changed files with 123 additions and 44 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-ways-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cute-monkey-sense.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-tomatoes-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-points-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-cars-mix.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.5.1

### Patch Changes

- Updated dependencies [d616c0b]
- Updated dependencies [5b413ec]
- Updated dependencies [a852f65]
- Updated dependencies [5b413ec]
- @rspress/shared@1.5.1
- @rspress/core@1.5.1

## 1.5.0

### 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.5.0",
"version": "1.5.1",
"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.5.1

### Patch Changes

- d616c0b: chore(deps): bump Rsbuild v0.0.14 and remove Modern.js plugin testing
- 5b413ec: fix: HomeLayout cannot be customized
- a852f65: perf: using polyfill usage mode to reduce bundle size
- 5b413ec: fix: sidebar disappear when the `link` of items doesn't start with the sidebar group key
- Updated dependencies [d616c0b]
- Updated dependencies [5b413ec]
- Updated dependencies [fa91446]
- Updated dependencies [5b413ec]
- @rspress/shared@1.5.1
- @rspress/theme-default@1.5.1
- @rspress/plugin-auto-nav-sidebar@1.5.1
- @rspress/plugin-container-syntax@1.5.1
- @rspress/plugin-last-updated@1.5.1
- @rspress/plugin-medium-zoom@1.5.1
- @rspress/runtime@1.5.1

## 1.5.0

### Minor 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.5.0",
"version": "1.5.1",
"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.5.1

## 1.5.0

## 1.4.1
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.5.0",
"version": "1.5.1",
"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.5.1

## 1.5.0

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

## 1.5.1

### Patch Changes

- Updated dependencies [d616c0b]
- Updated dependencies [5b413ec]
- Updated dependencies [a852f65]
- Updated dependencies [5b413ec]
- @rspress/core@1.5.1
- @rspress/plugin-api-docgen@1.5.1
- @rspress/plugin-preview@1.5.1

## 1.5.0

### 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.5.0",
"version": "1.5.1",
"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.5.1

## 1.5.0

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

## 1.5.1

### Patch Changes

- Updated dependencies [d616c0b]
- @rspress/shared@1.5.1

## 1.5.0

### 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.5.0",
"version": "1.5.1",
"description": "A plugin for rspress to generate navbar and sidebar config automatically.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-container-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rspress/remark-container

## 1.5.1

### Patch Changes

- Updated dependencies [d616c0b]
- @rspress/shared@1.5.1

## 1.5.0

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

## 1.5.1

## 1.5.0

## 1.4.1
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.5.0",
"version": "1.5.1",
"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.5.1

## 1.5.0

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

## 1.5.1

### Patch Changes

- Updated dependencies [d616c0b]
- @rspress/shared@1.5.1

## 1.5.0

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

## 1.5.1

### Patch Changes

- Updated dependencies [d616c0b]
- @rspress/shared@1.5.1

## 1.5.0

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

## 1.5.1

## 1.5.0

## 1.4.1
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.5.0",
"version": "1.5.1",
"description": "A plugin for rspress to integrate typedoc",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rspress/runtime

## 1.5.1

### Patch Changes

- Updated dependencies [d616c0b]
- @rspress/shared@1.5.1

## 1.5.0

### Patch Changes
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.5.0",
"version": "1.5.1",
"description": "The Runtime of Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rspress/shared

## 1.5.1

### Patch Changes

- d616c0b: chore(deps): bump Rsbuild v0.0.14 and remove Modern.js plugin testing

## 1.5.0

### Minor Changes
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.5.0",
"version": "1.5.1",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rspress/theme-default

## 1.5.1

### Patch Changes

- 5b413ec: fix: HomeLayout cannot be customized
- fa91446: fix: fix right aside nav item doesn't highlight automatically while opening in a new tab
- 5b413ec: fix: sidebar disappear when the `link` of items doesn't start with the sidebar group key
- Updated dependencies [d616c0b]
- @rspress/shared@1.5.1
- @rspress/runtime@1.5.1

## 1.5.0

### Minor Changes
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.5.0",
"version": "1.5.1",
"description": "The Default Theme of Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down

0 comments on commit 4dd435c

Please sign in to comment.