From 7a96c2bd6a0ca20ca9ccb072ef3f3a16684c5193 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Wed, 19 Jun 2024 08:57:28 +0100 Subject: :bookmark: Bump to v4.3.0 --- gleam.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gleam.toml b/gleam.toml index 87215ca..8996318 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "lustre" -version = "4.2.6" +version = "4.3.0" gleam = ">= 1.0.0" description = "An Elm-inspired framework for building HTML templates, single page applications, and server-rendered components in Gleam!" @@ -24,13 +24,16 @@ pages = [ # { title = "Components", path = "#", source = "" }, # { title = "Server components", path = "#", source = "" }, # { title = " ", path = "#", source = "" }, + # { title = "SPA deployments", path = "#", source = "" }, + # { title = "Full-stack deployments", path = "#", source = "" }, + # { title = " ", path = "#", source = "" }, # { title = "Using with Wisp", path = "#", source = "" }, # { title = "Using with Glen", path = "#", source = "" }, # { title = "Using with Mist", path = "#", source = "" }, # { title = " ", path = "#", source = "" }, - # { title = "For Elm developers", path = "#", source = "" }, - # { title = "For React developers", path = "#", source = "" }, - # { title = "For LiveView developers", path = "#", source = "" }, + { title = "For Elm developers", path = "cheatsheets/elm", source = "./pages/reference/for-elm-devs.md" }, + { title = "For React developers", path = "cheatsheets/react", source = "./pages/reference/for-react-devs.md" }, + { title = "For LiveView developers", path = "cheatsheets/liveview", source = "./pages/reference/for-liveview-devs.md" }, ] [dependencies] -- cgit v1.2.3