aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-06-19 08:57:28 +0100
committerHayleigh Thompson <me@hayleigh.dev>2024-06-19 08:57:28 +0100
commit7a96c2bd6a0ca20ca9ccb072ef3f3a16684c5193 (patch)
tree595de9ad8d92dba59fe12530176ce6e8ddf6bd1c
parent918180e34b4e42acac79abb9e54bb935d8a33c86 (diff)
downloadlustre-4.3.0.tar.gz
lustre-4.3.0.zip
:bookmark: Bump to v4.3.0v4.3.0
-rw-r--r--gleam.toml11
1 files 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]