From c3426fc23980684fae2830cfa45cf518c21d2991 Mon Sep 17 00:00:00 2001 From: Ryota Murakami Date: Thu, 12 Aug 2021 23:01:49 +0900 Subject: [PATCH 1/2] [Docs] add "3" number in the "berry" term explain. I added 3" number in the "berry" term explain at `getting-startted/install.md`. Because v3 development and shipping still running on "berry". Thank you for making excellent tool! --- packages/gatsby/content/getting-started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/content/getting-started/install.md b/packages/gatsby/content/getting-started/install.md index 271e8a427dd1..8548f5d57ce1 100644 --- a/packages/gatsby/content/getting-started/install.md +++ b/packages/gatsby/content/getting-started/install.md @@ -47,7 +47,7 @@ cd ~/path/to/project yarn set version berry ``` -> "Berry" is the codename for the Yarn 2 release line. It's also the name of our [repository](https://github.com/yarnpkg/berry)! +> "Berry" is the codename for the Yarn 2 and 3 release line. It's also the name of our [repository](https://github.com/yarnpkg/berry)! 4. Commit new & updated files. See: [Which files should be gitignored?](/getting-started/qa#which-files-should-be-gitignored) From 9687973e8c630fa93683a41eff5109a2ce02d25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Thu, 12 Aug 2021 16:10:31 +0200 Subject: [PATCH 2/2] Update install.md --- packages/gatsby/content/getting-started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/content/getting-started/install.md b/packages/gatsby/content/getting-started/install.md index 8548f5d57ce1..c70866df7667 100644 --- a/packages/gatsby/content/getting-started/install.md +++ b/packages/gatsby/content/getting-started/install.md @@ -47,7 +47,7 @@ cd ~/path/to/project yarn set version berry ``` -> "Berry" is the codename for the Yarn 2 and 3 release line. It's also the name of our [repository](https://github.com/yarnpkg/berry)! +> "Berry" is the codename for all versions of Yarn from 2 onwards: 2.x, 3.x, etc. It's also the name of our [repository](https://github.com/yarnpkg/berry)! 4. Commit new & updated files. See: [Which files should be gitignored?](/getting-started/qa#which-files-should-be-gitignored)