Skip to content

Commit

Permalink
Version Packages (#2752)
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 Mar 1, 2024
1 parent f7fc10b commit 9094676
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-baboons-provide.md

This file was deleted.

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

## 2.13.4

### Patch Changes

- nextra@2.13.4

## 2.13.3

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

## 2.13.4

### Patch Changes

- f7fc10b4: fix for the memory leak issue in the `highlight-matches.tsx`
component when search query contain multiple whitespaces
- nextra@2.13.4

## 2.13.3

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

## 2.13.4

## 2.13.3

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

0 comments on commit 9094676

Please sign in to comment.