Release v1 (#226) v1.0.0-beta1 gave no problems with my other gomponents libraries, that of others, and some of my large projects, so releasing v1! No more breaking changes! 😁
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/examples/app/html/home.go → internal/examples/app/html/home.go
@@ -11,7 +11,7 @@ H1(Text("Home")), P(Text("This is a gomponents example app!")), - P(Raw(`Have a look at the <a href="https://maragu.dev/gomponents/tree/main/internal/examples/app">source code</a> to see how it’s structured.`)), + P(Raw(`Have a look at the <a href="https:/github.com/maragudk/gomponents/tree/main/internal/examples/app">source code</a> to see how it’s structured.`)), Ul(Map(items, func(s string) Node { return Li(Text(s))