Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2023
1 parent 46743ba commit 176383f
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .changeset/gorgeous-tips-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-clouds-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-rockets-arrive.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sour-cups-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-tigers-double.md

This file was deleted.

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

## 2.11.1

### Patch Changes

- cf5f91ea: fix footnotes and backlink jump
- Updated dependencies [ddddce95]
- Updated dependencies [6154e312]
- Updated dependencies [46743ba4]
- nextra@2.11.1

## 2.11.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.11.0",
"version": "2.11.1",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
12 changes: 12 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# nextra-theme-docs

## 2.11.1

### Patch Changes

- cf5f91ea: fix footnotes and backlink jump
- ddddce95: skip search indexing for 404/500 pages
- 29e35d81: fix feedback.labels for gitlab
- Updated dependencies [ddddce95]
- Updated dependencies [6154e312]
- Updated dependencies [46743ba4]
- nextra@2.11.1

## 2.11.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.11.0",
"version": "2.11.1",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
14 changes: 14 additions & 0 deletions packages/nextra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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'
```

## 2.11.0

### Patch 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.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 176383f

Please sign in to comment.