Merge branch 'main' into ozaki/showcase

This commit is contained in:
sebastien 2024-05-03 18:59:12 +02:00
commit 01657b0744
249 changed files with 24910 additions and 3445 deletions

View file

@ -1,6 +1,6 @@
{
"name": "new.docusaurus.io",
"version": "3.2.1",
"version": "3.3.2",
"private": true,
"scripts": {
"start": "npx --package netlify-cli netlify dev"

View file

@ -68,7 +68,7 @@ yarn serve
This local test step is optional because it will be run by the CI on your release PR ([see](https://github.com/facebook/docusaurus/pull/2954/checks?check_run_id=780871959))
### 3. Update the v2 changelog
### 3. Update the changelog
The changelog uses GitHub labels to classify each pull request. Use the GitHub interface to assign each newly merged pull request to a GitHub label starting with `pr:`, otherwise the PR won't appear in the changelog.
@ -187,7 +187,7 @@ If all accesses are available, build all the necessary packages, and then run th
```sh
yarn build:packages
yarn lerna publish --exact 2.0.0-beta.0
yarn lerna publish --force-publish --exact 2.0.0-beta.0
```
This command does a few things: