Skip to content

Commit 8c87fc0

Browse files
committed
2.0.0-beta.6
1 parent 47329ea commit 8c87fc0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/nextra-theme-blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "nextra-theme-blog",
3-
"version": "2.0.0-alpha.55",
3+
"version": "2.0.0-beta.6",
44
"description": "A Nextra theme for blogs.",
55
"main": "index.js",
6-
"repository": "https://github.com/shuding/nextra-theme-blog.git",
6+
"repository": "https://github.com/shuding/nextra",
77
"author": "Shu Ding <[email protected]>",
88
"license": "MIT",
99
"files": [

packages/nextra-theme-docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "nextra-theme-docs",
3-
"version": "2.0.0-alpha.59",
3+
"version": "2.0.0-beta.6",
44
"description": "A Nextra theme for documentation sites.",
55
"main": "index.js",
66
"module": "index.js",
7-
"repository": "https://github.com/shuding/nextra-theme-docs.git",
7+
"repository": "https://github.com/shuding/nextra",
88
"author": "Shu Ding <[email protected]>",
99
"license": "MIT",
1010
"files": [

packages/nextra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextra",
3-
"version": "2.0.0-alpha.56",
3+
"version": "2.0.0-beta.6",
44
"description": "Next.js and MDX based site generator.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)