Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.0.0 #276

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/angry-pants-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-colts-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-jeans-tap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twelve-crabs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-snails-repeat.md

This file was deleted.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
},
"devDependencies": {
"@manypkg/get-packages": "^2.2.0",
"@modern-js-app/eslint-config": "2.38.0",
"@modern-js/eslint-config": "2.38.0",
"@modern-js/generator-utils": "3.2.7",
"@modern-js/module-tools": "2.38.0",
"@modern-js/monorepo-tools": "2.38.0",
"@modern-js/tsconfig": "2.38.0",
"@modern-js-app/eslint-config": "2.39.0",
"@modern-js/eslint-config": "2.39.0",
"@modern-js/generator-utils": "3.2.8",
"@modern-js/module-tools": "2.39.0",
"@modern-js/monorepo-tools": "2.39.0",
"@modern-js/tsconfig": "2.39.0",
"@playwright/test": "1.33.0",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^11.0.1",
Expand Down
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

## 2.0.0

### Patch Changes

- Updated dependencies [9aa5bbf]
- Updated dependencies [4a6a052]
- Updated dependencies [7dd0103]
- Updated dependencies [a267cc9]
- @rspress/[email protected]
- @rspress/[email protected]

## 1.2.1

### Patch Changes
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.2.1",
"version": "2.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@modern-js/node-bundle-require": "2.38.0",
"@modern-js/node-bundle-require": "2.39.0",
"@rspress/core": "workspace:*",
"@rspress/shared": "workspace:*",
"cac": "^6.7.14",
Expand Down
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @rspress/core

## 2.0.0

### Major Changes

- 7dd0103: support home feature grid 3xN & costom grid length

### Minor Changes

- 9aa5bbf: feat: add support HTML to frontmatter hero config

### Patch Changes

- 4a6a052: feat(core): beautify <Tab> sytle when using with code title on default theme
- a267cc9: fix: theme types missed
- Updated dependencies [0ff27fd]
- Updated dependencies [7dd0103]
- @rspress/[email protected]
- @rspress/[email protected]
- @rspress/[email protected]
- @rspress/[email protected]
- @rspress/[email protected]
- @rspress/[email protected]
- @rspress/[email protected]

## 1.2.1

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/core",
"version": "1.2.1",
"version": "2.0.0",
"description": "The Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -55,9 +55,9 @@
"@mdx-js/loader": "2.2.1",
"@mdx-js/mdx": "2.2.1",
"@mdx-js/react": "2.2.1",
"@modern-js/utils": "2.38.0",
"@modern-js/builder": "2.38.0",
"@modern-js/builder-rspack-provider": "2.38.0",
"@modern-js/utils": "2.39.0",
"@modern-js/builder": "2.39.0",
"@modern-js/builder-rspack-provider": "2.39.0",
"@rspress/theme-default": "workspace:*",
"@rspress/runtime": "workspace:*",
"@rspress/plugin-medium-zoom": "workspace:*",
Expand Down Expand Up @@ -114,10 +114,10 @@
"yaml-front-matter": "^4.1.1"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.38.0",
"@modern-js/plugin-testing": "2.38.0",
"@modern-js/tsconfig": "2.38.0",
"@modern-js/types": "2.38.0",
"@modern-js/plugin-tailwindcss": "2.39.0",
"@modern-js/plugin-testing": "2.39.0",
"@modern-js/tsconfig": "2.39.0",
"@modern-js/types": "2.39.0",
"@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

## 2.0.0

## 1.2.1

## 1.2.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.2.1",
"version": "2.0.0",
"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

## 2.0.0

### Minor Changes

- 9aa5bbf: feat: add support HTML to frontmatter hero config
- 7dd0103: support home feature grid 3xN & costom grid length

## 1.2.1

## 1.2.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.2.1",
"version": "2.0.0",
"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

## 2.0.0

### Patch Changes

- Updated dependencies [9aa5bbf]
- Updated dependencies [4a6a052]
- Updated dependencies [7dd0103]
- Updated dependencies [a267cc9]
- @rspress/[email protected]
- @rspress/[email protected]
- @rspress/[email protected]

## 1.2.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.2.1",
"version": "2.0.0",
"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.38.0",
"@modern-js/utils": "2.39.0",
"@types/node": "^14",
"@types/react": "^18",
"react": "^18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-api-docgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rspress/plugin-api-docgen

## 2.0.0

### Patch Changes

- Updated dependencies [9aa5bbf]
- Updated dependencies [4a6a052]
- Updated dependencies [7dd0103]
- Updated dependencies [a267cc9]
- @rspress/[email protected]

## 1.2.1

## 1.2.0
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.2.1",
"version": "2.0.0",
"description": "A plugin for rspress to generate api doc.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"dist/"
],
"dependencies": {
"@modern-js/utils": "2.38.0",
"@modern-js/utils": "2.39.0",
"react-markdown": "8.0.7",
"react-docgen-typescript": "2.2.2",
"documentation": "14.0.2",
Expand All @@ -59,7 +59,7 @@
"peerDependencies": {
"react": ">=17",
"react-router-dom": "^6.8.1",
"@rspress/core": "^1.0.2"
"@rspress/core": "^2.0.0"
},
"files": [
"dist",
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

## 2.0.0

### Patch Changes

- Updated dependencies [7dd0103]
- @rspress/[email protected]

## 1.2.1

### Patch Changes
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.2.1",
"version": "2.0.0",
"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 @@ -37,7 +37,7 @@
"dist/"
],
"devDependencies": {
"@modern-js/tsconfig": "2.38.0",
"@modern-js/tsconfig": "2.39.0",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand All @@ -61,7 +61,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@modern-js/utils": "2.38.0",
"@modern-js/utils": "2.39.0",
"@rspress/shared": "workspace:*"
}
}
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

## 2.0.0

### Patch Changes

- Updated dependencies [7dd0103]
- @rspress/[email protected]

## 1.2.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.2.1",
"version": "2.0.0",
"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

## 2.0.0

## 1.2.1

## 1.2.0
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.2.1",
"version": "2.0.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 Down Expand Up @@ -37,7 +37,7 @@
"dist/"
],
"devDependencies": {
"@modern-js/tsconfig": "2.38.0",
"@modern-js/tsconfig": "2.39.0",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand All @@ -62,6 +62,6 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@modern-js/utils": "2.38.0"
"@modern-js/utils": "2.39.0"
}
}
6 changes: 6 additions & 0 deletions packages/plugin-medium-zoom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rspress/plugin-medium-zoom

## 2.0.0

### Patch Changes

- @rspress/[email protected]

## 1.2.1

## 1.2.0
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.2.1",
"version": "2.0.0",
"description": "A plugin for rspress to zoom images in docs.",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"dist/"
],
"devDependencies": {
"@modern-js/tsconfig": "2.38.0",
"@modern-js/tsconfig": "2.39.0",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand All @@ -47,7 +47,7 @@
"@rspress/shared": "workspace:*"
},
"peerDependencies": {
"@rspress/runtime": "^1.0.2"
"@rspress/runtime": "^2.0.0"
},
"sideEffects": [
"*.css",
Expand Down
Loading