mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore(v2): prepare v2.0.0.alpha-66 release (#3608)
* release alpha 66 * v2.0.0-alpha.66
This commit is contained in:
parent
e5448d9a96
commit
14447707c2
67 changed files with 8343 additions and 141 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docusaurus/plugin-sitemap",
|
||||
"version": "2.0.0-alpha.65",
|
||||
"version": "2.0.0-alpha.66",
|
||||
"description": "Simple sitemap generation plugin for Docusaurus",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
@ -15,8 +15,8 @@
|
|||
"@types/hapi__joi": "^17.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-alpha.65",
|
||||
"@docusaurus/types": "2.0.0-alpha.65",
|
||||
"@docusaurus/core": "2.0.0-alpha.66",
|
||||
"@docusaurus/types": "2.0.0-alpha.66",
|
||||
"@hapi/joi": "17.1.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"sitemap": "^3.2.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue