Skip to content

Commit

Permalink
2.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Jul 21, 2022
1 parent 47329ea commit 8c87fc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/nextra-theme-blog/package.json
@@ -1,9 +1,9 @@
{
"name": "nextra-theme-blog",
"version": "2.0.0-alpha.55",
"version": "2.0.0-beta.6",
"description": "A Nextra theme for blogs.",
"main": "index.js",
"repository": "https://github.com/shuding/nextra-theme-blog.git",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/nextra-theme-docs/package.json
@@ -1,10 +1,10 @@
{
"name": "nextra-theme-docs",
"version": "2.0.0-alpha.59",
"version": "2.0.0-beta.6",
"description": "A Nextra theme for documentation sites.",
"main": "index.js",
"module": "index.js",
"repository": "https://github.com/shuding/nextra-theme-docs.git",
"repository": "https://github.com/shuding/nextra",
"author": "Shu Ding <g@shud.in>",
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra/package.json
@@ -1,6 +1,6 @@
{
"name": "nextra",
"version": "2.0.0-alpha.56",
"version": "2.0.0-beta.6",
"description": "Next.js and MDX based site generator.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 8c87fc0

Please sign in to comment.