Skip to content

Commit 7a96c2b

Browse files
🔖 Bump to v4.3.0
1 parent 918180e commit 7a96c2b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

gleam.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "lustre"
2-
version = "4.2.6"
2+
version = "4.3.0"
33
gleam = ">= 1.0.0"
44

55
description = "An Elm-inspired framework for building HTML templates, single page applications, and server-rendered components in Gleam!"
@@ -24,13 +24,16 @@ pages = [
2424
# { title = "Components", path = "#", source = "" },
2525
# { title = "Server components", path = "#", source = "" },
2626
# { title = " ", path = "#", source = "" },
27+
# { title = "SPA deployments", path = "#", source = "" },
28+
# { title = "Full-stack deployments", path = "#", source = "" },
29+
# { title = " ", path = "#", source = "" },
2730
# { title = "Using with Wisp", path = "#", source = "" },
2831
# { title = "Using with Glen", path = "#", source = "" },
2932
# { title = "Using with Mist", path = "#", source = "" },
3033
# { title = " ", path = "#", source = "" },
31-
# { title = "For Elm developers", path = "#", source = "" },
32-
# { title = "For React developers", path = "#", source = "" },
33-
# { title = "For LiveView developers", path = "#", source = "" },
34+
{ title = "For Elm developers", path = "cheatsheets/elm", source = "./pages/reference/for-elm-devs.md" },
35+
{ title = "For React developers", path = "cheatsheets/react", source = "./pages/reference/for-react-devs.md" },
36+
{ title = "For LiveView developers", path = "cheatsheets/liveview", source = "./pages/reference/for-liveview-devs.md" },
3437
]
3538

3639
[dependencies]

0 commit comments

Comments
 (0)