Skip to content

Commit

Permalink
Version Packages (app-router) (#3303)
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 27, 2024
1 parent a736dbd commit 1e72319
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"brave-ties-train",
"breezy-swans-listen",
"brown-ways-shake",
"calm-lemons-poke",
"chilled-kids-fetch",
"chilly-shoes-marry",
"clever-dots-unite",
Expand Down Expand Up @@ -53,6 +54,7 @@
"gorgeous-crabs-laugh",
"green-crews-add",
"grumpy-apples-repair",
"grumpy-coats-kneel",
"grumpy-pumas-attack",
"happy-steaks-suffer",
"hot-geese-hear",
Expand All @@ -61,10 +63,12 @@
"hungry-suits-love",
"khaki-adults-mix",
"kind-balloons-press",
"kind-chairs-travel",
"large-numbers-occur",
"late-wasps-judge",
"lazy-cycles-doubt",
"lazy-jeans-bake",
"lemon-ducks-sniff",
"light-bats-sin",
"little-camels-scream",
"little-students-care",
Expand Down Expand Up @@ -120,14 +124,15 @@
"short-icons-impress",
"shy-donuts-listen",
"shy-seas-allow",
"slimy-vans-rush",
"silly-zoos-design",
"slimy-vans-rush",
"slow-countries-sell",
"slow-kings-double",
"small-ads-glow",
"smart-avocados-raise",
"spotty-cobras-flash",
"strong-ads-serve",
"stupid-mugs-rule",
"tall-cobras-juggle",
"tasty-worms-fry",
"ten-cougars-tell",
Expand Down
21 changes: 21 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# nextra-theme-blog

## 4.0.0-app-router.3

### Major Changes

- 1e77fab: move `<Collapse>`, `<Details>`, `<Summary>`, `<SkipNavContent>`,
`SkipNavLink`, `<Select>` and `<Bleed>` from `nextra-theme-docs` to
`nextra/components`

### Minor Changes

- 1e77fab: use `next-view-transitions` for transition in `nextra-theme-blog`

### Patch Changes

- 1e77fab: fix edit on github and last updated at for catch all routes
- Updated dependencies [1e77fab]
- Updated dependencies [1e77fab]
- Updated dependencies [1e77fab]
- Updated dependencies [1e77fab]
- [email protected]

## 4.0.0-app-router.2

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

## 4.0.0-app-router.3

### Major Changes

- 1e77fab: move `<Collapse>`, `<Details>`, `<Summary>`, `<SkipNavContent>`,
`SkipNavLink`, `<Select>` and `<Bleed>` from `nextra-theme-docs` to
`nextra/components`
- 1e77fab: remove `renderComponent` and `renderString`

### Patch Changes

- 1e77fab: fix edit on github and last updated at for catch all routes
- Updated dependencies [1e77fab]
- Updated dependencies [1e77fab]
- Updated dependencies [1e77fab]
- Updated dependencies [1e77fab]
- [email protected]

## 4.0.0-app-router.2

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

## 4.0.0-app-router.3

### Major Changes

- 1e77fab: move `<Collapse>`, `<Details>`, `<Summary>`, `<SkipNavContent>`,
`SkipNavLink`, `<Select>` and `<Bleed>` from `nextra-theme-docs` to
`nextra/components`
- 1e77fab: remove `nextra/remote`, `nextra/schemas` and `nextra/remark-plugins`
- 1e77fab: remove `renderComponent` and `renderString`

### Patch Changes

- 1e77fab: fix edit on github and last updated at for catch all routes

## 4.0.0-app-router.2

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

0 comments on commit 1e72319

Please sign in to comment.