We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2df1eb9 + 8d28f17 commit d72db32Copy full SHA for d72db32
website/docusaurus.config.js
@@ -115,7 +115,7 @@ const websiteConfig = {
115
"path": "v1",
116
},
117
"current": {
118
- "label": "2.0.0-beta20",
+ "label": "2.0.0-beta21",
119
120
}
121
website/src/pages/versions.js
@@ -23,6 +23,10 @@ function Version() {
23
const pastVersions = versions.filter(
24
(version) => version !== latestVersion && version.name !== 'current',
25
).concat([
26
+ {
27
+ "name": "2.0.0-beta20",
28
+ "label": "2.0.0-beta20",
29
+ },
30
{
31
"name": "2.0.0-beta19",
32
"label": "2.0.0-beta19",
0 commit comments