Skip to content

Commit

Permalink
Version Packages (app-router) (#3311)
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 Sep 30, 2024
1 parent d3e2ed1 commit 84d44e6
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"changesets": [
"calm-lemons-poke",
"cuddly-eagles-tie",
"early-mangos-compare",
"few-apples-breathe",
"green-crews-add",
Expand All @@ -19,8 +20,10 @@
"lemon-ducks-sniff",
"ninety-houses-warn",
"silly-zoos-design",
"small-insects-count",
"spotty-cobras-flash",
"stupid-mugs-rule",
"wet-dodos-move",
"wild-plums-brake"
]
}
6 changes: 6 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextra-theme-blog

## 4.0.0-app-router.4

### Patch Changes

- nextra@4.0.0-app-router.4

## 4.0.0-app-router.3

### Major 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.3",
"version": "4.0.0-app-router.4",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
46 changes: 46 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# nextra-theme-docs

## 4.0.0-app-router.4

### Major Changes

- 17e6da5: remove `i18n.direction` option
- 0faa569: replace `gitTimestamp` option with `lastUpdated`

replace `editLink.content` option with `editLink`

- 17e6da5: document removed theme config options

- `main`
- `direction`
- `toc.component`
- `themeSwitch.component`
- `themeSwitch.useOptions`
- `search.component`
- `feedback.useLink`
- `banner.dismissible`
- `banner.key`
- `banner.content`
- `footer.content`
- `footer.component`
- `head`
- `navbar.component`
- `navbar.extraContent`
- `project.link`
- `project.icon`
- `chat.link`
- `chat.icon`
- `search.emptyResult`
- `search.loading`
- `search.errorText`
- `search.placeholder`
- `search.className`

refactor `themeSwitch.useOptions` to `themeSwitch` option

refactor `editLink.content` to `editLink` option

rename Search prop `error` to `errorText`

### Patch Changes

- nextra@4.0.0-app-router.4

## 4.0.0-app-router.3

### Major 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.3",
"version": "4.0.0-app-router.4",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
2 changes: 2 additions & 0 deletions packages/nextra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# nextra

## 4.0.0-app-router.4

## 4.0.0-app-router.3

### Major 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.3",
"version": "4.0.0-app-router.4",
"type": "module",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/shuding/nextra",
Expand Down

0 comments on commit 84d44e6

Please sign in to comment.