From 8bb5d90ceacad61c89ed6149bdc1dc90228fdc23 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 3 Oct 2022 20:23:52 -0700 Subject: [PATCH] docs: remove note on minimum Svelte version It's been almost half a year since 3.48 was released. --- README.md | 2 -- docs/src/pages/index.svelte | 8 -------- 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index d601dbd5..b40fead3 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,6 @@ Other forms of documentation are auto-generated: Install `carbon-components-svelte` as a development dependency. -A minimum Svelte version of 3.48.0 is required to use this library. - ```sh # Yarn yarn add -D carbon-components-svelte diff --git a/docs/src/pages/index.svelte b/docs/src/pages/index.svelte index 70e71dbd..258f4aaa 100644 --- a/docs/src/pages/index.svelte +++ b/docs/src/pages/index.svelte @@ -12,7 +12,6 @@ OutboundLink, RadioButtonGroup, RadioButton, - InlineNotification, } from "carbon-components-svelte"; import TileCard from "../components/TileCard.svelte"; import { theme } from "../store"; @@ -92,13 +91,6 @@

Installation

-