Skip to content

Commit

Permalink
Release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 18, 2024
1 parent 988c772 commit a72a02a
Show file tree
Hide file tree
Showing 49 changed files with 419 additions and 442 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-worms-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-dots-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-glasses-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-bulldogs-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-falcons-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-balloons-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-hornets-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-mayflies-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-maps-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-papayas-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-lamps-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-bobcats-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-carpets-tie.md

This file was deleted.

25 changes: 17 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,27 @@
"node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet"
]
},
"eslintIgnore": ["node_modules/", "dist/", ".rpt2_cache/"],
"eslintIgnore": [
"node_modules/",
"dist/",
".rpt2_cache/"
],
"workspaces": {
"packages": ["apps/*", "examples/*", "features/*", "packages/*"]
"packages": [
"apps/*",
"examples/*",
"features/*",
"packages/*"
]
},
"devDependencies": {
"@manypkg/get-packages": "^2.2.0",
"@modern-js-app/eslint-config": "2.45.0",
"@modern-js/eslint-config": "2.45.0",
"@modern-js/generator-utils": "3.3.6",
"@modern-js/module-tools": "2.45.0",
"@modern-js/monorepo-tools": "2.45.0",
"@modern-js/tsconfig": "2.45.0",
"@modern-js-app/eslint-config": "2.46.0",
"@modern-js/eslint-config": "2.46.0",
"@modern-js/generator-utils": "3.3.7",
"@modern-js/module-tools": "2.46.0",
"@modern-js/monorepo-tools": "2.46.0",
"@modern-js/tsconfig": "2.46.0",
"@playwright/test": "1.33.0",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^11.0.1",
Expand Down
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# rspress

## 1.10.0

### Minor Changes

- 78f0c90: feat(cli): add update command

### Patch Changes

- 58f1ce2: fix: `-c` unknown option in rspress cli
- Updated dependencies [8239618]
- Updated dependencies [58f1ce2]
- Updated dependencies [e9d69d8]
- Updated dependencies [cfee5d2]
- Updated dependencies [c55b967]
- Updated dependencies [a493d1d]
- Updated dependencies [bf2a51f]
- @rspress/core@1.10.0
- @rspress/shared@1.10.0

## 1.9.3

### 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.9.3",
"version": "1.10.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.45.0",
"@modern-js/node-bundle-require": "2.46.0",
"@rspress/core": "workspace:*",
"@rspress/shared": "workspace:*",
"cac": "^6.7.14",
Expand Down
26 changes: 26 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @rspress/core

## 1.10.0

### Minor Changes

- a493d1d: feat html head meta generator

### Patch Changes

- 8239618: fix: custom tsx file error
- 58f1ce2: fix: `-c` unknown option in rspress cli
- e9d69d8: refactor: use rsbuild.preview for preview
- c55b967: chore(deps): bump rsbuild to [0.3.1](https://github.com/web-infra-dev/rsbuild/releases/tag/v0.3.1)
- bf2a51f: feat: serve publicDir via Rsbuild
- Updated dependencies [6db690c]
- Updated dependencies [f25d897]
- Updated dependencies [cfee5d2]
- Updated dependencies [c55b967]
- Updated dependencies [bd4eff3]
- @rspress/theme-default@1.10.0
- @rspress/shared@1.10.0
- @rspress/plugin-auto-nav-sidebar@1.10.0
- @rspress/plugin-container-syntax@1.10.0
- @rspress/plugin-last-updated@1.10.0
- @rspress/plugin-medium-zoom@1.10.0
- @rspress/runtime@1.10.0

## 1.9.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspress/core",
"version": "1.9.3",
"version": "1.10.0",
"description": "The Rspress Documentation Framework",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"@mdx-js/loader": "2.2.1",
"@mdx-js/mdx": "2.2.1",
"@mdx-js/react": "2.2.1",
"@modern-js/utils": "2.45.0",
"@modern-js/utils": "2.46.0",
"@rsbuild/core": "0.3.1",
"@rsbuild/plugin-react": "0.3.1",
"@rsbuild/plugin-svgr": "0.3.1",
Expand Down Expand Up @@ -105,9 +105,9 @@
},
"devDependencies": {
"tailwindcss": "^3.2.7",
"@modern-js/plugin-tailwindcss": "2.45.0",
"@modern-js/tsconfig": "2.45.0",
"@modern-js/types": "2.45.0",
"@modern-js/plugin-tailwindcss": "2.46.0",
"@modern-js/tsconfig": "2.46.0",
"@modern-js/types": "2.46.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

## 1.10.0

## 1.9.3

## 1.9.2
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.9.3",
"version": "1.10.0",
"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.10.0

## 1.9.3

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

## 1.10.0

### Patch Changes

- 5ddf44d: fix(modern-plugin): support custom root
- Updated dependencies [8239618]
- Updated dependencies [58f1ce2]
- Updated dependencies [e9d69d8]
- Updated dependencies [c55b967]
- Updated dependencies [a493d1d]
- Updated dependencies [bf2a51f]
- @rspress/core@1.10.0
- @rspress/plugin-api-docgen@1.10.0
- @rspress/plugin-preview@1.10.0

## 1.9.3

### 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.9.3",
"version": "1.10.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.45.0",
"@modern-js/utils": "2.46.0",
"@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.10.0

## 1.9.3

### 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.9.3",
"version": "1.10.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.45.0",
"@modern-js/utils": "2.46.0",
"react-markdown": "8.0.7",
"react-docgen-typescript": "2.2.2",
"documentation": "14.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-auto-nav-sidebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rspress/plugin-auto-sidebar

## 1.10.0

### Patch Changes

- Updated dependencies [cfee5d2]
- Updated dependencies [c55b967]
- @rspress/shared@1.10.0

## 1.9.3

### 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.9.3",
"version": "1.10.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.45.0",
"@modern-js/tsconfig": "2.46.0",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-container-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rspress/remark-container

## 1.10.0

### Patch Changes

- Updated dependencies [cfee5d2]
- Updated dependencies [c55b967]
- @rspress/shared@1.10.0

## 1.9.3

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

## 1.10.0

### Patch Changes

- Updated dependencies [cfee5d2]
- Updated dependencies [c55b967]
- @rspress/shared@1.10.0

## 1.9.3

### 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.9.3",
"version": "1.10.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.45.0",
"@modern-js/tsconfig": "2.46.0",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
Loading

0 comments on commit a72a02a

Please sign in to comment.