Skip to content

Commit

Permalink
Version Packages (shuding#2176)
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] committed Aug 19, 2023
1 parent 4cd9ce6 commit 9b5ffcb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# nextra

## 2.11.1

### Patch Changes

- ddddce95: skip search indexing for 404/500 pages
- 6154e312: ensure first h1 is set as page title if frontmatter.title is missing
- 46743ba4: fix TS error
`Cannot find module 'nextra/filter-route-locale' or its corresponding type declarations.`
while importing

```js
import filterRouteLocale from 'nextra/filter-route-locale'
```

- 4dd720ad: remove `font-weight: 500;` from styles of code blocks since it gives
no effect

## 2.11.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextra",
"version": "2.11.0",
"version": "2.11.1",
"description": "Next.js and MDX based site generator.",
"repository": "https://github.com/shuding/nextra",
"license": "MIT",
Expand Down

0 comments on commit 9b5ffcb

Please sign in to comment.