Skip to content

Commit

Permalink
fix: changeset fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Sep 21, 2023
1 parent 680fac2 commit a43fb53
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"fixed": [
["@rspress/*", "rspress", "create-rspress", "@modern-js/plugin-rspress"]
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
"updateInternalDependents": "always"
},
"updateInternalDependencies": "patch",
"ignore": []
}
13 changes: 13 additions & 0 deletions .changeset/warm-tables-return.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
---
'rspress': minor
'@rspress/core': minor
'create-rspress': minor
'@rspress/docs': minor
'@modern-js/plugin-rspress': minor
'@rspress/plugin-api-docgen': minor
'@rspress/plugin-auto-nav-sidebar': minor
'@rspress/plugin-container-syntax': minor
'@rspress/plugin-last-updated': minor
'@rspress/plugin-medium-zoom': minor
'@rspress/plugin-playground': minor
'@rspress/plugin-preview': minor
'@rspress/plugin-typedoc': minor
'@rspress/shared': minor
---

feat: integrate @rspress/mdx-rs
Expand Down

0 comments on commit a43fb53

Please sign in to comment.