Skip to content

Commit

Permalink
Version Packages (#1988)
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 Jun 22, 2023
1 parent b4c7d81 commit 92a73d4
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-mirrors-push.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/neat-kings-approve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-bugs-destroy.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.8.0

### Patch Changes

- bef7324: accessibility issues for text and navbar in light mode
- 6c12bf4: fix broken code format while selecting and copying code with
`showLineNumbers` option enabled
- Updated dependencies [6c12bf4]
- nextra@2.8.0

## 2.7.1

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

## 2.8.0

### Minor Changes

- b43f268: add new option `sidebar.autoCollapse` to automatically collapse
inactive folders above `defaultMenuCollapseLevel`

### Patch Changes

- 6c12bf4: fix broken code format while selecting and copying code with
`showLineNumbers` option enabled
- Updated dependencies [6c12bf4]
- nextra@2.8.0

## 2.7.1

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

## 2.8.0

### Patch Changes

- 6c12bf4: fix broken code format while selecting and copying code with
`showLineNumbers` option enabled

## 2.7.1

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

1 comment on commit 92a73d4

@vercel
Copy link

@vercel vercel bot commented on 92a73d4 Jun 22, 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.