Skip to content

Commit

Permalink
Version Packages (app-router) (#3230)
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 22, 2024
1 parent 8f90ed5 commit 47e3255
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cuddly-plants-invite",
"dirty-buttons-crash",
"dull-pugs-train",
"early-mangos-compare",
"early-walls-hammer",
"eight-snails-allow",
"empty-bottles-study",
Expand Down Expand Up @@ -50,6 +51,7 @@
"gold-ants-tie",
"good-masks-jam",
"gorgeous-crabs-laugh",
"green-crews-add",
"grumpy-apples-repair",
"grumpy-pumas-attack",
"happy-steaks-suffer",
Expand All @@ -59,8 +61,10 @@
"hungry-suits-love",
"khaki-adults-mix",
"kind-balloons-press",
"large-numbers-occur",
"late-wasps-judge",
"lazy-cycles-doubt",
"lazy-jeans-bake",
"light-bats-sin",
"little-camels-scream",
"little-students-care",
Expand All @@ -79,6 +83,7 @@
"moody-badgers-design",
"moody-pianos-hide",
"nasty-bobcats-matter",
"ninety-houses-warn",
"odd-kangaroos-occur",
"old-bears-invent",
"pink-dingos-serve",
Expand Down Expand Up @@ -114,10 +119,12 @@
"short-icons-impress",
"shy-donuts-listen",
"shy-seas-allow",
"silly-zoos-design",
"slow-countries-sell",
"slow-kings-double",
"small-ads-glow",
"smart-avocados-raise",
"spotty-cobras-flash",
"strong-ads-serve",
"tall-cobras-juggle",
"tasty-worms-fry",
Expand All @@ -135,6 +142,7 @@
"warm-llamas-refuse",
"warm-mice-flash",
"wet-years-serve",
"wild-plums-brake",
"wild-waves-invite"
]
}
16 changes: 16 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# nextra-theme-blog

## 4.0.0-app-router.2

### Major Changes

- 8ef0f58: move `<Head>` component in `nextra/components`

### Minor Changes

- 8ef0f58: add `nextThemes` prop in `<Layout>` component

### Patch Changes

- Updated dependencies [215aa08]
- Updated dependencies [8ef0f58]
- nextra@4.0.0-app-router.2

## 4.0.0-app-router.1

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

## 4.0.0-app-router.2

### Major Changes

- 215aa08: fix focusing on first search result item
- 1c83931: remove `navbar` and `footer` props, pass `<Navbar>` and `<Footer>` as
children of `<Layout>`
- 724f851: migrate from react context to zustand
- 8ef0f58: move `<Head>` component in `nextra/components`
- ee4a467: remove `feedback.useLink` and `editLink.component` option, remove
`themeConfig` prop on `<Layout>` component

change `gitTimestamp` option to boolean

remove `nextraCofig.transform` option

- 62f1553: support `<Head>`'s `backgroundColor.dark/light` props colors in
`rgb(...,...,...)` and `#RRGGBB` formats

### Minor Changes

- 8f90ed5: refactor `useMenuActions` to `setMenu`, `useFocusedRouteActions` to
`setFocusedRoute`

### Patch Changes

- Updated dependencies [215aa08]
- Updated dependencies [8ef0f58]
- nextra@4.0.0-app-router.2

## 4.0.0-app-router.1

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

## 4.0.0-app-router.2

### Major Changes

- 215aa08: fix focusing on first search result item
- 8ef0f58: move `<Head>` component in `nextra/components`

## 4.0.0-app-router.1

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

0 comments on commit 47e3255

Please sign in to comment.