From 1fa788caa39c2e62d656134a71936c31357200a1 Mon Sep 17 00:00:00 2001 From: gaac510 <74474003+gaac510@users.noreply.github.com> Date: Mon, 19 Dec 2022 11:38:01 +1100 Subject: [PATCH] [docs] update outdated SvelteKit release info --- site/content/tutorial/01-introduction/07-making-an-app/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/07-making-an-app/text.md b/site/content/tutorial/01-introduction/07-making-an-app/text.md index 4ba5908137..4631719358 100644 --- a/site/content/tutorial/01-introduction/07-making-an-app/text.md +++ b/site/content/tutorial/01-introduction/07-making-an-app/text.md @@ -12,7 +12,7 @@ npm create vite@latest my-app -- --template svelte ...or one of the [community-maintained integrations](https://sveltesociety.dev/tools). -> [SvelteKit](https://kit.svelte.dev) is the official application framework from the Svelte team. It's currently in development, but if you don't mind using pre-1.0 software then it's the recommended way to build Svelte apps. +> [SvelteKit](https://kit.svelte.dev) is the official application framework from the Svelte team. It [reached version 1.0](https://svelte.dev/blog/announcing-sveltekit-1.0) on December 14, 2022 and is now the recommended way to built Svelte apps of all shapes and sizes. Don't worry if you're relatively new to web development and haven't used these tools before. We've prepared a simple step-by-step guide, [Svelte for new developers](/blog/svelte-for-new-developers), which walks you through the process.