Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (alpha) #3131

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"brave-ties-train",
"brown-ways-shake",
"chilled-kids-fetch",
"chilly-shoes-marry",
"cool-terms-sniff",
"cuddly-plants-invite",
"dirty-buttons-crash",
Expand All @@ -27,6 +28,7 @@
"fast-readers-sleep",
"few-rivers-sell",
"fifty-rockets-kick",
"fluffy-pants-thank",
"fluffy-rings-play",
"four-beds-smash",
"funny-dancers-complain",
Expand All @@ -36,6 +38,7 @@
"gentle-monkeys-smash",
"giant-bees-fail",
"giant-gifts-care",
"gold-ants-tie",
"grumpy-apples-repair",
"happy-steaks-suffer",
"hot-geese-hear",
Expand All @@ -56,12 +59,14 @@
"mighty-cars-hear",
"mighty-days-clean",
"mighty-items-cough",
"moody-badgers-design",
"moody-pianos-hide",
"nasty-bobcats-matter",
"odd-kangaroos-occur",
"old-bears-invent",
"pink-dingos-serve",
"plenty-chairs-raise",
"polite-baboons-look",
"polite-olives-impress",
"poor-carrots-raise",
"popular-dancers-flow",
Expand All @@ -70,6 +75,7 @@
"pretty-tips-refuse",
"proud-laws-juggle",
"rare-ties-shout",
"real-cameras-smell",
"red-bees-rush",
"red-experts-press",
"red-glasses-travel",
Expand All @@ -79,11 +85,14 @@
"rich-bananas-burn",
"rotten-spies-exist",
"selfish-penguins-deliver",
"seven-melons-collect",
"seven-pens-scream",
"sharp-mugs-warn",
"short-games-carry",
"shy-donuts-listen",
"shy-seas-allow",
"slow-countries-sell",
"slow-kings-double",
"small-ads-glow",
"smart-avocados-raise",
"strong-ads-serve",
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

## 3.0.0-alpha.32

### Patch Changes

- 73239c4: To ensure consistent horizontal padding, set the default language as
plaintext for code blocks. This prevents any loss of formatting for code
blocks without a specified language.
- 7e57ddb: Avoid skipping the heading level in the posts layout, removes
`.post-item` and `.post-item-more` classes
- 150184b: attach heading anchor `id` attribute to heading (like Pagefind do)
and fix heading anchor styles when `theme.typesetting: 'article'` is set
- a90b90f: Switch to the dark theme provided by `@tailwindcss/typography` in
theme-blog.
- 49a9627: fix theme-blog heading styles in post layout
- 3c6193d: Remove unnecessary `sortPages` from `server/utils.ts`
- Updated dependencies [73239c4]
- Updated dependencies [799174f]
- Updated dependencies [150184b]
- Updated dependencies [3c6193d]
- [email protected]

## 3.0.0-alpha.31

### 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": "3.0.0-alpha.31",
"version": "3.0.0-alpha.32",
"description": "A Nextra theme for blogs.",
"repository": "https:/shuding/nextra",
"author": "Shu Ding <[email protected]>",
Expand Down
20 changes: 20 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# nextra-theme-docs

## 3.0.0-alpha.32

### Patch Changes

- 73239c4: To ensure consistent horizontal padding, set the default language as
plaintext for code blocks. This prevents any loss of formatting for code
blocks without a specified language.
- 150184b: attach heading anchor `id` attribute to heading (like Pagefind do)
and fix heading anchor styles when `theme.typesetting: 'article'` is set
- 9df7f58: Fix nav-links not highlighting on hover in dark mode
- 3c6193d: Remove unnecessary `sortPages` from `server/utils.ts`
- 799174f: fixed react warning
`Warning: React has detected a change in the order of Hooks called by Body`
when `themeConfig.main` options is used
- Updated dependencies [73239c4]
- Updated dependencies [799174f]
- Updated dependencies [150184b]
- Updated dependencies [3c6193d]
- [email protected]

## 3.0.0-alpha.31

### 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": "3.0.0-alpha.31",
"version": "3.0.0-alpha.32",
"description": "A Nextra theme for documentation sites.",
"repository": "https:/shuding/nextra",
"author": "Shu Ding <[email protected]>",
Expand Down
16 changes: 16 additions & 0 deletions packages/nextra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# nextra

## 3.0.0-alpha.32

### Patch Changes

- 73239c4: To ensure consistent horizontal padding, set the default language as
plaintext for code blocks. This prevents any loss of formatting for code
blocks without a specified language.
- 799174f: fixed creating `pageMap` items for folders with dots

remove requirement of passing `filePaths` with `.md`/`.mdx` extensions for
`createCatchAllMeta` function

- 150184b: attach heading anchor `id` attribute to heading (like Pagefind do)
and fix heading anchor styles when `theme.typesetting: 'article'` is set
- 3c6193d: Remove unnecessary `sortPages` from `server/utils.ts`

## 3.0.0-alpha.31

### 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": "3.0.0-alpha.31",
"version": "3.0.0-alpha.32",
"type": "module",
"description": "Next.js and MDX based site generator.",
"repository": "https:/shuding/nextra",
Expand Down