Skip to content

Commit

Permalink
Version Packages (app-router) (#3891)
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 Jan 6, 2025
1 parent 50c2f76 commit ced15b0
Show file tree
Hide file tree
Showing 7 changed files with 33 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 @@ -65,6 +65,7 @@
"lucky-mails-reflect",
"many-gifts-cough",
"mighty-donuts-judge",
"moody-jars-film",
"nasty-monkeys-vanish",
"neat-seas-beg",
"new-pumpkins-joke",
Expand All @@ -86,9 +87,11 @@
"serious-pets-design",
"seven-berries-shop",
"shaggy-geese-behave",
"sharp-foxes-carry",
"sharp-knives-care",
"sharp-llamas-pull",
"shiny-laws-sparkle",
"short-bulldogs-matter",
"short-chairs-sing",
"silent-mangos-mate",
"silly-zoos-design",
Expand Down
10 changes: 10 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# nextra-theme-blog

## 4.0.0-app-router.43

### Patch Changes

- 50c2f76: fix `colorSchema` for HEX format with 4 chars, e.g. `#111`
- 50c2f76: make nextThemes optional prop, to avoid ts errors
- Updated dependencies [50c2f76]
- Updated dependencies [50c2f76]
- [email protected]

## 4.0.0-app-router.42

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

## 4.0.0-app-router.43

### Patch Changes

- 50c2f76: add `bottomContent` prop for `<Wrapper>` component, e.g. to put some content after pagination in `nextra-theme-docs`
- 50c2f76: fix `colorSchema` for HEX format with 4 chars, e.g. `#111`
- Updated dependencies [50c2f76]
- Updated dependencies [50c2f76]
- [email protected]

## 4.0.0-app-router.42

### 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.42",
"version": "4.0.0-app-router.43",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <[email protected]>",
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.43

### Patch Changes

- 50c2f76: add `bottomContent` prop for `<Wrapper>` component, e.g. to put some content after pagination in `nextra-theme-docs`
- 50c2f76: fix `colorSchema` for HEX format with 4 chars, e.g. `#111`

## 4.0.0-app-router.42

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

0 comments on commit ced15b0

Please sign in to comment.