From 1986c2ab691f52633b96551bf011d47a218fd264 Mon Sep 17 00:00:00 2001
From: Ben McCann <322311+benmccann@users.noreply.github.com>
Date: Thu, 13 Jan 2022 14:32:11 -0800
Subject: [PATCH] stop merging PRs people! :-)
---
.../content/blog/2022-01-13-accelerating-sveltes-development.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/content/blog/2022-01-13-accelerating-sveltes-development.md b/site/content/blog/2022-01-13-accelerating-sveltes-development.md
index 6cd6b04bec..9c1096cc89 100644
--- a/site/content/blog/2022-01-13-accelerating-sveltes-development.md
+++ b/site/content/blog/2022-01-13-accelerating-sveltes-development.md
@@ -62,7 +62,7 @@ We’re also testing out [GitHub discussions on SvelteKit](https://github.com/sv
## Things to watch
-SvelteKit is continuing to progress towards 1.0 and, in just the past week, we have added major features like [improved client-only rendering](https://github.com/sveltejs/kit/pull/2804) and [the ability to pass data from child components to layouts](https://github.com/sveltejs/kit/pull/3252) (e.g. to support easier management of `` tags). We're currently working on a number of high priority items such as adding [routing hooks](https://github.com/sveltejs/kit/pull/3293) and discussing API designs for features like streaming and file uploads.
+SvelteKit is continuing to progress towards 1.0 and, in just the past week, we have added major features like [improved client-only rendering](https://github.com/sveltejs/kit/pull/2804), [routing hooks](https://github.com/sveltejs/kit/pull/3293), and [the ability to pass data from child components to layouts](https://github.com/sveltejs/kit/pull/3252) (e.g. to support easier management of `` tags). We're currently working on a number of other high priority items such as discussing API designs for features like streaming and file uploads and contributing to the upcoming Vite 2.8 release.
While a lot of effort has been going into SvelteKit recently, we continue to progress the entire ecosystem. [Svelte 3.46.0](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md#3460) was one of our biggest releases in awhile with two major new features added: [constants in markup](https://github.com/sveltejs/rfcs/blob/master/text/0007-markup-constants.md) and [style directives](https://github.com/sveltejs/rfcs/blob/master/text/0008-style-directives.md).