Skip to content

Commit

Permalink
🔖 Bump to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleigh-dot-dev committed Jun 19, 2024
1 parent 918180e commit 7a96c2b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -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!"
Expand All @@ -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]
Expand Down

0 comments on commit 7a96c2b

Please sign in to comment.