Skip to content

Commit

Permalink
Version Packages (#2153)
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 Aug 13, 2023
1 parent 23c3d6a commit f763e4e
Show file tree
Hide file tree
Showing 16 changed files with 62 additions and 62 deletions.
7 changes: 0 additions & 7 deletions .changeset/curvy-pigs-ring.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-cougars-enjoy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/great-trains-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-chefs-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-geckos-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-baboons-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-timers-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-pans-shake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tough-flowers-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pens-travel.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# nextra-theme-blog

## 2.11.0

### Minor Changes

- 23c3d6a3: support draft posts via frontMatter's `draft: true` value

### Patch Changes

- daa557bc: use github-slugger for custom heading ids to prevent duplicated
headings
- 7d0e678b: fix code blocks `box-decoration-theme: clone` can create confusing
output over line breaks, use `slice` instead
- Updated dependencies [daa557bc]
- Updated dependencies [3812ed91]
- Updated dependencies [fb5d39ba]
- Updated dependencies [7f39c451]
- [email protected]

## 2.10.0

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

## 2.11.0

### Minor Changes

- fb5d39ba: export `LocaleSwitch` from `nextra-theme-docs`

### Patch Changes

- daa557bc: use github-slugger for custom heading ids to prevent duplicated
headings
- 3812ed91: fix custom heading id in search result
- fb5d39ba: fix
`Warning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#"` in
by `normalizePages` from nextra/normalize-pages`
- a1cc9841: improve hr contrast
- 86ce02f5: fix search, trigger the search after the Input is complete for
languages like Chinese
- 7f39c451: strip `.html` extension from URL route for static export
- 4e84d418: fix memory leak in search for case `> ` replaced previously to
`>||` + some character provoke memory leak because `RegExp#exec` will always
return a match
- 7d0e678b: fix code blocks `box-decoration-theme: clone` can create confusing
output over line breaks, use `slice` instead
- Updated dependencies [daa557bc]
- Updated dependencies [3812ed91]
- Updated dependencies [fb5d39ba]
- Updated dependencies [7f39c451]
- [email protected]

## 2.10.0

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

## 2.11.0

### Patch Changes

- daa557bc: use github-slugger for custom heading ids to prevent duplicated
headings
- 3812ed91: fix custom heading id in search result
- fb5d39ba: fix
`Warning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#"` in
by `normalizePages` from nextra/normalize-pages`
- 7f39c451: strip `.html` extension from URL route for static export

## 2.10.0

### Minor 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": "2.10.0",
"version": "2.11.0",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/shuding/nextra",
"license": "MIT",
Expand Down

1 comment on commit f763e4e

@vercel
Copy link

@vercel vercel bot commented on f763e4e Aug 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.