mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
chore(v2): prepare v2.0.0.alpha-73 release (#4628)
* add changelog * add alpha 73 * run prettier on versions file (+ ignore it as we don't care much and it's annoying when releasing) * v2.0.0-alpha.73
This commit is contained in:
parent
93bd8fec7b
commit
4d49945775
104 changed files with 11834 additions and 143 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docusaurus/theme-live-codeblock",
|
||||
"version": "2.0.0-alpha.72",
|
||||
"version": "2.0.0-alpha.73",
|
||||
"description": "Docusaurus live code block component.",
|
||||
"main": "src/index.js",
|
||||
"publishConfig": {
|
||||
|
@ -13,8 +13,8 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-alpha.72",
|
||||
"@docusaurus/utils-validation": "2.0.0-alpha.72",
|
||||
"@docusaurus/core": "2.0.0-alpha.73",
|
||||
"@docusaurus/utils-validation": "2.0.0-alpha.73",
|
||||
"@philpl/buble": "^0.19.7",
|
||||
"clsx": "^1.1.1",
|
||||
"parse-numeric-range": "^1.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue