From 5f9ac6e9bfba6cb9e04b260d757ed53c322569fc Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Fri, 12 Mar 2021 04:29:03 +0000 Subject: [PATCH] fix: update the supporting libraries section of the migration guide --- src/guide/migration/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index 83c02b1ed6..d7fa741507 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -120,7 +120,7 @@ The following consists a list of breaking changes from 2.x: ## Supporting Libraries -All of our official libraries and tools now support Vue 3, but most of them are still in beta status and distributed under the `next` dist tag on npm. **We are planning to stabilize and switch all projects to use the `latest` dist tag by end of 2020.** +All of our official libraries and tools now support Vue 3, but some of them are still in beta or release candidate status. You'll find details for the individual libraries below. Most are currently distributed using the `next` dist tag on npm. We intend to switch to `latest` once all the official libraries have compatible, stable versions. ### Vue CLI