Skip to content

Commit

Permalink
Version Packages (beta) (#942)
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 Oct 27, 2022
1 parent f569d90 commit cce84e8
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Expand Up @@ -42,6 +42,7 @@
"eighty-icons-fry",
"eighty-otters-build",
"eleven-drinks-deny",
"fair-feet-flash",
"famous-tables-knock",
"few-emus-pull",
"few-tables-relate",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
@@ -1,5 +1,12 @@
# nextra-theme-blog

## 2.0.0-beta.40

### Patch Changes

- f569d90: missing `nx-` class prefixes in blog
fix callout padding in docs

## 2.0.0-beta.39

## 2.0.0-beta.38
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.39",
"version": "2.0.0-beta.40",
"description": "A Nextra theme for blogs.",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
@@ -1,5 +1,12 @@
# nextra-theme-docs

## 2.0.0-beta.40

### Patch Changes

- f569d90: missing `nx-` class prefixes in blog
fix callout padding in docs

## 2.0.0-beta.39

### Minor 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.39",
"version": "2.0.0-beta.40",
"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
@@ -1,5 +1,12 @@
# nextra

## 2.0.0-beta.40

### Patch Changes

- f569d90: missing `nx-` class prefixes in blog
fix callout padding in docs

## 2.0.0-beta.39

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

0 comments on commit cce84e8

Please sign in to comment.