forked from shuding/nextra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version Packages (app-router) (shuding#3456)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0951adc
commit 6bdfa96
Showing
7 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# nextra-theme-blog | ||
|
||
## 4.0.0-app-router.8 | ||
|
||
### Patch Changes | ||
|
||
- 875842b: remove `react-cusdis` dependency, use | ||
https://cusdis.com/doc#/advanced/sdk directly | ||
- 9832af9: add ↗ char for external links | ||
- ec39959: Use `primaryColor` for `::selection` styles | ||
- 875842b: support `GitHub Alert Syntax` | ||
- Updated dependencies [9832af9] | ||
- Updated dependencies [ec39959] | ||
- Updated dependencies [875842b] | ||
- [email protected] | ||
|
||
## 4.0.0-app-router.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nextra-theme-blog", | ||
"version": "4.0.0-app-router.7", | ||
"version": "4.0.0-app-router.8", | ||
"description": "A Nextra theme for blogs.", | ||
"repository": "https://github.com/shuding/nextra", | ||
"author": "Shu Ding <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# nextra-theme-docs | ||
|
||
## 4.0.0-app-router.8 | ||
|
||
### Patch Changes | ||
|
||
- 3ce535b: Add aria attrs to the sidebar collapse button | ||
- 9832af9: add ↗ char for external links | ||
- ec39959: Use `primaryColor` for `::selection` styles | ||
- 875842b: support `GitHub Alert Syntax` | ||
- 47c62c8: fix click on the arrow icon in the folder item in the Sidebar, was | ||
always consider clicked on `<a>` or `<button>` due `event.currentTarget` | ||
- Updated dependencies [9832af9] | ||
- Updated dependencies [ec39959] | ||
- Updated dependencies [875842b] | ||
- [email protected] | ||
|
||
## 4.0.0-app-router.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nextra-theme-docs", | ||
"version": "4.0.0-app-router.7", | ||
"version": "4.0.0-app-router.8", | ||
"description": "A Nextra theme for documentation sites.", | ||
"repository": "https://github.com/shuding/nextra", | ||
"author": "Shu Ding <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters