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:
Sébastien Lorber 2021-04-16 12:48:10 +02:00 committed by GitHub
parent 93bd8fec7b
commit 4d49945775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
104 changed files with 11834 additions and 143 deletions

View file

@ -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",