Skip to content

Commit

Permalink
Version Packages (beta) (#985)
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 Nov 29, 2022
1 parent 59e18b0 commit 530b6fe
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Expand Up @@ -9,6 +9,7 @@
"changesets": [
"afraid-swans-brake",
"angry-apples-shout",
"angry-balloons-end",
"angry-dancers-juggle",
"angry-keys-matter",
"angry-worms-punch",
Expand All @@ -33,6 +34,7 @@
"cuddly-berries-push",
"cuddly-insects-scream",
"curvy-tomatoes-worry",
"curvy-yaks-protect",
"dirty-berries-serve",
"dry-ligers-hang",
"dry-windows-play",
Expand Down Expand Up @@ -90,6 +92,7 @@
"lucky-chefs-walk",
"lucky-plums-judge",
"mean-rules-beg",
"metal-laws-joke",
"modern-toys-admire",
"moody-buses-arrive",
"moody-mails-complain",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
@@ -1,5 +1,11 @@
# nextra-theme-blog

## 2.0.0-beta.43

### Patch Changes

- 59e18b0: make `nextra`/`nextra-theme-docs`/`nextra-theme-blog` be compatible with next 13

## 2.0.0-beta.42

## 2.0.0-beta.41
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-blog/package.json
@@ -1,6 +1,6 @@
{
"name": "nextra-theme-blog",
"version": "2.0.0-beta.42",
"version": "2.0.0-beta.43",
"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
@@ -1,5 +1,13 @@
# nextra-theme-docs

## 2.0.0-beta.43

### Patch Changes

- 9ab6dd0: allow adding additional navbar content via `navbar.extraContent`
- 59e18b0: make `nextra`/`nextra-theme-docs`/`nextra-theme-blog` be compatible with next 13
- 2e2912e: fix project/chat icon could appear without provided link

## 2.0.0-beta.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "nextra-theme-docs",
"version": "2.0.0-beta.42",
"version": "2.0.0-beta.43",
"description": "A Nextra theme for documentation sites.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextra/CHANGELOG.md
@@ -1,5 +1,11 @@
# nextra

## 2.0.0-beta.43

### Patch Changes

- 59e18b0: make `nextra`/`nextra-theme-docs`/`nextra-theme-blog` be compatible with next 13

## 2.0.0-beta.42

## 2.0.0-beta.41
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra/package.json
@@ -1,6 +1,6 @@
{
"name": "nextra",
"version": "2.0.0-beta.42",
"version": "2.0.0-beta.43",
"description": "Next.js and MDX based site generator.",
"files": [
"dist/*",
Expand Down

0 comments on commit 530b6fe

Please sign in to comment.