Skip to content

Commit

Permalink
Version Packages (#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 4dd720a commit afc2d34
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 41 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.

7 changes: 0 additions & 7 deletions .changeset/weak-poems-explode.md

This file was deleted.

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

This file was deleted.

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

## 2.11.1

### Patch Changes

- cf5f91ea: fix footnotes and backlink jump
- 4dd720ad: remove `font-weight: 500;` from styles of code blocks since it gives
no effect
- Updated dependencies [ddddce95]
- Updated dependencies [6154e312]
- Updated dependencies [46743ba4]
- Updated dependencies [4dd720ad]
- 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
15 changes: 15 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# nextra-theme-docs

## 2.11.1

### Patch Changes

- cf5f91ea: fix footnotes and backlink jump
- ddddce95: skip search indexing for 404/500 pages
- 4dd720ad: remove `font-weight: 500;` from styles of code blocks since it gives
no effect
- 29e35d81: fix feedback.labels for gitlab
- Updated dependencies [ddddce95]
- Updated dependencies [6154e312]
- Updated dependencies [46743ba4]
- Updated dependencies [4dd720ad]
- 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
17 changes: 17 additions & 0 deletions packages/nextra/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 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

1 comment on commit afc2d34

@vercel
Copy link

@vercel vercel bot commented on afc2d34 Aug 19, 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.