Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 21, 2024
1 parent 9df7f58 commit 3d3dca7
Show file tree
Hide file tree
Showing 7 changed files with 66 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 @@ -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 Down Expand Up @@ -56,12 +58,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 +74,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 +84,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
19 changes: 19 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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.
- 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

0 comments on commit 3d3dca7

Please sign in to comment.