From 392aeaf71fff58257c00eba9ffae3eb46f3caa38 Mon Sep 17 00:00:00 2001 From: Filipp Riabchun Date: Tue, 8 Oct 2019 00:55:27 +0200 Subject: [PATCH] Remove `next` tag from docs Docs addon is now stable --- addons/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/docs/README.md b/addons/docs/README.md index 3cd64bc3b9f..87dd8e2c13f 100644 --- a/addons/docs/README.md +++ b/addons/docs/README.md @@ -94,7 +94,7 @@ features as well. This chart captures the current state of support First add the package. Make sure that the versions for your `@storybook/*` packages match: ```sh -yarn add -D @storybook/addon-docs@next +yarn add -D @storybook/addon-docs ``` Docs has peer dependencies on `react` and `babel-loader`. If you want to write stories in MDX, you may need to add these dependencies as well: