Skip to content

Commit

Permalink
Version Packages (#4012)
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 23, 2025
1 parent 9653dfd commit 5f80569
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-parrots-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-yaks-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-goats-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-fishes-tan.md

This file was deleted.

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.7

### Patch Changes

- Updated dependencies [32e7d55]
- Updated dependencies [695e428]
- Updated dependencies [fc78033]
- Updated dependencies [b2f2458]
- [email protected]

## 4.0.6

### 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.6",
"version": "4.0.7",
"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.7

### Patch Changes

- Updated dependencies [32e7d55]
- Updated dependencies [695e428]
- Updated dependencies [fc78033]
- Updated dependencies [b2f2458]
- [email protected]

## 4.0.6

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

## 4.0.7

### Patch Changes

- 32e7d55: fix `::selection` styles, use `hsla` instead of `hsl` because it can overlap text with `::selection` background when `background-clip: text` is set
- 695e428: add new nextra config option `unstable_shouldAddLocaleToLinks` to append locale to all links, for i18n websites which uses static exports and can't use Nextra middleware
- fc78033: fix crash of Nextra when `props` are used within headings, e.g. `## Hello {props.something}`
- b2f2458: do not log a bunch of `Failed to get the last modified timestamp from Git for the file` messages if init git repository failed

## 4.0.6

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

0 comments on commit 5f80569

Please sign in to comment.