Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09b2605

Browse files
authoredJun 22, 2025··
Version Packages (alpha) (#4662)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ef35ab9 commit 09b2605

File tree

7 files changed

+24
-3
lines changed

7 files changed

+24
-3
lines changed
 

‎.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"full-sloths-stop",
2222
"fuzzy-pandas-ring",
2323
"huge-women-grin",
24+
"icy-lands-bathe",
2425
"icy-turkeys-search",
2526
"lazy-pugs-tie",
2627
"lovely-webs-wash",

‎packages/nextra-theme-blog/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nextra-theme-blog
22

3+
## 4.3.0-alpha.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ef35ab9]
8+
- nextra@4.3.0-alpha.28
9+
310
## 4.3.0-alpha.27
411

512
### Patch Changes

‎packages/nextra-theme-blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextra-theme-blog",
3-
"version": "4.3.0-alpha.27",
3+
"version": "4.3.0-alpha.28",
44
"description": "A Nextra theme for blogs.",
55
"repository": "https://github.com/shuding/nextra",
66
"author": "Shu Ding <g@shud.in>",

‎packages/nextra-theme-docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nextra-theme-docs
22

3+
## 4.3.0-alpha.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ef35ab9]
8+
- nextra@4.3.0-alpha.28
9+
310
## 4.3.0-alpha.27
411

512
### Patch Changes

‎packages/nextra-theme-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextra-theme-docs",
3-
"version": "4.3.0-alpha.27",
3+
"version": "4.3.0-alpha.28",
44
"description": "A Nextra theme for documentation sites.",
55
"repository": "https://github.com/shuding/nextra",
66
"author": "Shu Ding <g@shud.in>",

‎packages/nextra/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# nextra
22

3+
## 4.3.0-alpha.28
4+
5+
### Minor Changes
6+
7+
- ef35ab9: accept all `ComboboxInputProps` in Nextra's `<Search />` component
8+
39
## 4.3.0-alpha.27
410

511
### Minor Changes

‎packages/nextra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextra",
3-
"version": "4.3.0-alpha.27",
3+
"version": "4.3.0-alpha.28",
44
"type": "module",
55
"description": "Next.js and MDX based site generator.",
66
"repository": "https://github.com/shuding/nextra",

0 commit comments

Comments
 (0)
Please sign in to comment.