diff --git a/.changeset/pre.json b/.changeset/pre.json index a00c191636f..3c251a1609b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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", @@ -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", diff --git a/packages/nextra-theme-blog/CHANGELOG.md b/packages/nextra-theme-blog/CHANGELOG.md index 3d55c44ba44..486fab8cbcd 100644 --- a/packages/nextra-theme-blog/CHANGELOG.md +++ b/packages/nextra-theme-blog/CHANGELOG.md @@ -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] + - nextra@4.0.0-app-router.43 + ## 4.0.0-app-router.42 ### Patch Changes diff --git a/packages/nextra-theme-blog/package.json b/packages/nextra-theme-blog/package.json index 1cef8b9681a..632ca9b9619 100644 --- a/packages/nextra-theme-blog/package.json +++ b/packages/nextra-theme-blog/package.json @@ -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 ", diff --git a/packages/nextra-theme-docs/CHANGELOG.md b/packages/nextra-theme-docs/CHANGELOG.md index a3fe1b7f969..915df4cb6af 100644 --- a/packages/nextra-theme-docs/CHANGELOG.md +++ b/packages/nextra-theme-docs/CHANGELOG.md @@ -1,5 +1,15 @@ # nextra-theme-docs +## 4.0.0-app-router.43 + +### Patch Changes + +- 50c2f76: add `bottomContent` prop for `` 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] + - nextra@4.0.0-app-router.43 + ## 4.0.0-app-router.42 ### Patch Changes diff --git a/packages/nextra-theme-docs/package.json b/packages/nextra-theme-docs/package.json index 2d5faf331cd..9d85e9044ac 100644 --- a/packages/nextra-theme-docs/package.json +++ b/packages/nextra-theme-docs/package.json @@ -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 ", diff --git a/packages/nextra/CHANGELOG.md b/packages/nextra/CHANGELOG.md index a774ccaeb0f..29a9fbab0db 100644 --- a/packages/nextra/CHANGELOG.md +++ b/packages/nextra/CHANGELOG.md @@ -1,5 +1,12 @@ # nextra +## 4.0.0-app-router.43 + +### Patch Changes + +- 50c2f76: add `bottomContent` prop for `` 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 diff --git a/packages/nextra/package.json b/packages/nextra/package.json index d30b0326425..c4f761e7d6d 100644 --- a/packages/nextra/package.json +++ b/packages/nextra/package.json @@ -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",