Skip to content

Commit

Permalink
Version Packages (app-router) (shuding#3456)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 16, 2024
1 parent 0951adc commit 6bdfa96
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
},
"changesets": [
"calm-dolphins-swim",
"calm-knives-shave",
"calm-lemons-poke",
"cool-shrimps-fetch",
"cuddly-eagles-tie",
"cyan-comics-drive",
"early-mangos-compare",
"fast-poets-hear",
"few-apples-breathe",
"four-fans-reply",
"green-crews-add",
"grumpy-coats-kneel",
"kind-chairs-travel",
Expand All @@ -26,12 +28,16 @@
"proud-ears-think",
"short-chairs-sing",
"silly-zoos-design",
"slimy-icons-laugh",
"small-insects-count",
"small-pumas-repeat",
"spotty-cobras-flash",
"stupid-mugs-rule",
"three-files-beam",
"tricky-cougars-tell",
"violet-cobras-tell",
"wet-dodos-move",
"wild-crews-film",
"wild-plums-brake"
]
}
14 changes: 14 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-blog/package.json
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]>",
Expand Down
15 changes: 15 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/package.json
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]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/nextra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextra

## 4.0.0-app-router.8

### Patch Changes

- 9832af9: add ↗ char for external links
- ec39959: Use `primaryColor` for `::selection` styles
- 875842b: support `GitHub Alert Syntax`

## 4.0.0-app-router.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextra",
"version": "4.0.0-app-router.7",
"version": "4.0.0-app-router.8",
"type": "module",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/shuding/nextra",
Expand Down

0 comments on commit 6bdfa96

Please sign in to comment.