Skip to content

Commit f763e4e

Browse files
Version Packages (#2153)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 23c3d6a commit f763e4e

16 files changed

+62
-62
lines changed

.changeset/curvy-pigs-ring.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/flat-cougars-enjoy.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/great-trains-drop.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/lemon-chefs-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mean-geckos-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-baboons-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-timers-beam.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/ten-pans-shake.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tough-flowers-press.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/warm-pens-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/nextra-theme-blog/CHANGELOG.md

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

3+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- 23c3d6a3: support draft posts via frontMatter's `draft: true` value
8+
9+
### Patch Changes
10+
11+
- daa557bc: use github-slugger for custom heading ids to prevent duplicated
12+
headings
13+
- 7d0e678b: fix code blocks `box-decoration-theme: clone` can create confusing
14+
output over line breaks, use `slice` instead
15+
- Updated dependencies [daa557bc]
16+
- Updated dependencies [3812ed91]
17+
- Updated dependencies [fb5d39ba]
18+
- Updated dependencies [7f39c451]
19+
20+
321
## 2.10.0
422

523
### Minor 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": "2.10.0",
3+
"version": "2.11.0",
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

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

3+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- fb5d39ba: export `LocaleSwitch` from `nextra-theme-docs`
8+
9+
### Patch Changes
10+
11+
- daa557bc: use github-slugger for custom heading ids to prevent duplicated
12+
headings
13+
- 3812ed91: fix custom heading id in search result
14+
- fb5d39ba: fix
15+
`Warning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#"` in
16+
by `normalizePages` from nextra/normalize-pages`
17+
- a1cc9841: improve hr contrast
18+
- 86ce02f5: fix search, trigger the search after the Input is complete for
19+
languages like Chinese
20+
- 7f39c451: strip `.html` extension from URL route for static export
21+
- 4e84d418: fix memory leak in search for case `> ` replaced previously to
22+
`>||` + some character provoke memory leak because `RegExp#exec` will always
23+
return a match
24+
- 7d0e678b: fix code blocks `box-decoration-theme: clone` can create confusing
25+
output over line breaks, use `slice` instead
26+
- Updated dependencies [daa557bc]
27+
- Updated dependencies [3812ed91]
28+
- Updated dependencies [fb5d39ba]
29+
- Updated dependencies [7f39c451]
30+
31+
332
## 2.10.0
433

534
### Minor 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": "2.10.0",
3+
"version": "2.11.0",
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

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

3+
## 2.11.0
4+
5+
### Patch Changes
6+
7+
- daa557bc: use github-slugger for custom heading ids to prevent duplicated
8+
headings
9+
- 3812ed91: fix custom heading id in search result
10+
- fb5d39ba: fix
11+
`Warning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#"` in
12+
by `normalizePages` from nextra/normalize-pages`
13+
- 7f39c451: strip `.html` extension from URL route for static export
14+
315
## 2.10.0
416

517
### 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": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Next.js and MDX based site generator.",
55
"repository": "https://github.com/shuding/nextra",
66
"license": "MIT",

0 commit comments

Comments
 (0)