Skip to content

Commit 4d808bd

Browse files
Version Packages (app-router) (#3744)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 386b620 commit 4d808bd

File tree

7 files changed

+27
-4
lines changed

7 files changed

+27
-4
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"initialVersions": {
55
"nextra": "3.0.0",
66
"nextra-theme-blog": "3.0.0",
7-
"nextra-theme-docs": "3.0.0"
7+
"nextra-theme-docs": "3.0.0",
8+
"esbuild-react-compiler-plugin": "0.0.0"
89
},
910
"changesets": [
1011
"afraid-pens-teach",
@@ -95,6 +96,7 @@
9596
"unlucky-rabbits-press",
9697
"violet-cobras-tell",
9798
"violet-plums-tan",
99+
"violet-walls-cover",
98100
"warm-maps-smash",
99101
"wet-dodos-move",
100102
"wild-crews-film",

packages/nextra-theme-blog/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nextra-theme-blog
22

3+
## 4.0.0-app-router.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [386b620]
8+
9+
310
## 4.0.0-app-router.30
411

512
### Major Changes

packages/nextra-theme-blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextra-theme-blog",
3-
"version": "4.0.0-app-router.30",
3+
"version": "4.0.0-app-router.31",
44
"description": "A Nextra theme for blogs.",
55
"repository": "https://github.com/shuding/nextra",
66
"author": "Shu Ding <[email protected]>",

packages/nextra-theme-docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nextra-theme-docs
22

3+
## 4.0.0-app-router.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [386b620]
8+
9+
310
## 4.0.0-app-router.30
411

512
### Patch Changes

packages/nextra-theme-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextra-theme-docs",
3-
"version": "4.0.0-app-router.30",
3+
"version": "4.0.0-app-router.31",
44
"description": "A Nextra theme for documentation sites.",
55
"repository": "https://github.com/shuding/nextra",
66
"author": "Shu Ding <[email protected]>",

packages/nextra/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nextra
22

3+
## 4.0.0-app-router.31
4+
5+
### Minor Changes
6+
7+
- 386b620: compile `nextra/components`, `nextra/hooks`, `nextra-theme-docs` and
8+
`nextra-theme-blog` source code with react-compiler
9+
310
## 4.0.0-app-router.30
411

512
### Patch Changes

packages/nextra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextra",
3-
"version": "4.0.0-app-router.30",
3+
"version": "4.0.0-app-router.31",
44
"type": "module",
55
"description": "Next.js and MDX based site generator.",
66
"repository": "https://github.com/shuding/nextra",

0 commit comments

Comments
 (0)