mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 18:32:52 +02:00
chore(v2): prepare v2.0.0.alpha-68 release (#3779)
* changelog * add alpha 68 docs * add missing publishConfig * update publish doc + v1 private package system * add version files * v2.0.0-alpha.68
This commit is contained in:
parent
643a1ffd7e
commit
d1e51f7e3b
69 changed files with 8538 additions and 141 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docusaurus/plugin-debug",
|
||||
"version": "2.0.0-alpha.66",
|
||||
"version": "2.0.0-alpha.68",
|
||||
"description": "Debug plugin for Docusaurus",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
@ -17,9 +17,9 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-alpha.66",
|
||||
"@docusaurus/types": "2.0.0-alpha.66",
|
||||
"@docusaurus/utils": "2.0.0-alpha.66",
|
||||
"@docusaurus/core": "2.0.0-alpha.68",
|
||||
"@docusaurus/types": "2.0.0-alpha.68",
|
||||
"@docusaurus/utils": "2.0.0-alpha.68",
|
||||
"react-json-view": "^1.19.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue