Skip to content

Commit

Permalink
Version Packages (beta) (#557)
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 Jul 21, 2022
1 parent 8f55c80 commit c3df5ba
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Expand Up @@ -6,5 +6,8 @@
"nextra-theme-blog": "2.0.0-beta.6",
"nextra-theme-docs": "2.0.0-beta.6"
},
"changesets": []
"changesets": [
"bright-donuts-shave",
"selfish-avocados-report"
]
}
7 changes: 7 additions & 0 deletions packages/nextra-theme-blog/CHANGELOG.md
@@ -0,0 +1,7 @@
# nextra-theme-blog

## 2.0.0-beta.7

### Patch Changes

- 8f55c80: fix(nextra-theme-blog): unneeded spread for `<a/>`
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.6",
"version": "2.0.0-beta.7",
"description": "A Nextra theme for blogs.",
"main": "index.js",
"repository": "https://github.com/shuding/nextra",
Expand Down
3 changes: 3 additions & 0 deletions packages/nextra-theme-docs/CHANGELOG.md
@@ -0,0 +1,3 @@
# nextra-theme-docs

## 2.0.0-beta.7
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.6",
"version": "2.0.0-beta.7",
"description": "A Nextra theme for documentation sites.",
"main": "index.js",
"module": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextra/CHANGELOG.md
@@ -0,0 +1,7 @@
# nextra

## 2.0.0-beta.7

### Patch Changes

- 383b869: Add Changesets and setup pre-release and release CI.
2 changes: 1 addition & 1 deletion packages/nextra/package.json
@@ -1,6 +1,6 @@
{
"name": "nextra",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "Next.js and MDX based site generator.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit c3df5ba

Please sign in to comment.