From 8496ea89121ce8812f702de22e715ca151c14201 Mon Sep 17 00:00:00 2001 From: Costa Alexoglou Date: Fri, 28 Oct 2022 16:22:12 +0200 Subject: [PATCH] future tag to next The `next` tag is currently used for the latest `alpha` as pointed by @IanVS --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 75baa360fcd..07ee92b1ffb 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -381,7 +381,7 @@ To convert this project to 7.0: "build-storybook": "storybook build " }, "devDependencies": { - "storybook": "future" + "storybook": "next" } } ```