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 e415180

Browse files
authoredJun 19, 2025··
Version Packages (alpha) (#4651)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7dd9221 commit e415180

File tree

7 files changed

+35
-3
lines changed

7 files changed

+35
-3
lines changed
 

‎.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"changesets": [
1414
"adapt-original-gh-alerts",
1515
"beige-pandas-fail",
16+
"cyan-towns-refuse",
1617
"eight-crabs-turn",
1718
"fair-waves-allow",
1819
"few-clowns-bow",

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

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

3+
## 4.3.0-alpha.24
4+
5+
### Minor Changes
6+
7+
- 0831a1b: Add an `onSearch` callback to the `<Search />` component. This
8+
callback, when specified, is called upon every search input change.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [0831a1b]
13+
- nextra@4.3.0-alpha.24
14+
315
## 4.3.0-alpha.23
416

517
### 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.23",
3+
"version": "4.3.0-alpha.24",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# nextra-theme-docs
22

3+
## 4.3.0-alpha.24
4+
5+
### Minor Changes
6+
7+
- 0831a1b: Add an `onSearch` callback to the `<Search />` component. This
8+
callback, when specified, is called upon every search input change.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [0831a1b]
13+
- nextra@4.3.0-alpha.24
14+
315
## 4.3.0-alpha.23
416

517
### 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.23",
3+
"version": "4.3.0-alpha.24",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nextra
22

3+
## 4.3.0-alpha.24
4+
5+
### Minor Changes
6+
7+
- 0831a1b: Add an `onSearch` callback to the `<Search />` component. This
8+
callback, when specified, is called upon every search input change.
9+
310
## 4.3.0-alpha.23
411

512
### Patch 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.23",
3+
"version": "4.3.0-alpha.24",
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.