Skip to content

Commit

Permalink
Version Packages (#4086)
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 29, 2025
1 parent ddbc3b6 commit 88bdfe9
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-ladybugs-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-mails-laugh.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hot-jobs-accept.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-pears-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-years-sit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-humans-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-beans-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-papayas-tell.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# nextra-theme-blog

## 4.2.0

### Patch Changes

- 427b080: calculate `--nextra-banner-height` after mounting banner, so banner text can be wrapped on multiple lines
- 6b8053f: fix a sudden height jump on opening for `<detail>` element when his last children contain margins
- b0e686e: hide default `<summary>` arrow on mobile
- Updated dependencies [427b080]
- Updated dependencies [6b8053f]
- Updated dependencies [b0e686e]
- [email protected]

## 4.1.1

### 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.1.1",
"version": "4.2.0",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/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

## 4.2.0

### Minor Changes

- 90b8c66: allow configuring `theme.toc` with `layout: 'default'` in `_meta` files

### Patch Changes

- 0b0db89: better animations for open/closed state for the `<NavbarMenu>` component which is rendered with `type: 'menu'` in `_meta` file
- 427b080: calculate `--nextra-banner-height` after mounting banner, so banner text can be wrapped on multiple lines
- 6b8053f: fix a sudden height jump on opening for `<detail>` element when his last children contain margins
- 5d1e75b: add the missing `transition-opacity` style for the `<BackToTop>` component
- b0e686e: hide default `<summary>` arrow on mobile
- 2b0b434: add the missing `cursor-pointer` style in the `<BackToTop>` component
- bcc34cc: reduce main area padding x to from `24px` to `16px` like in next.js docs
- Updated dependencies [427b080]
- Updated dependencies [6b8053f]
- Updated dependencies [b0e686e]
- [email protected]

## 4.1.1

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

## 4.2.0

### Patch Changes

- 427b080: calculate `--nextra-banner-height` after mounting banner, so banner text can be wrapped on multiple lines
- 6b8053f: fix a sudden height jump on opening for `<detail>` element when his last children contain margins
- b0e686e: hide default `<summary>` arrow on mobile

## 4.1.1

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

0 comments on commit 88bdfe9

Please sign in to comment.