From e53dba6a6cdbf05d0577e0fa0d61d3c141a641db Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Fri, 11 Oct 2024 10:47:37 +0200 Subject: 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! 😁--- internal/examples/app/go.sum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/examples/app/go.sum') diff --git a/internal/examples/app/go.sum b/internal/examples/app/go.sum index 6a8ac6d..d3b1274 100644 --- a/internal/examples/app/go.sum +++ b/internal/examples/app/go.sum @@ -1,2 +1,2 @@ -maragu.dev/gomponents v0.22.1-0.20241003092644-fe24f0575214 h1:bNGcux5RpG5WWQby69VsE0GexUxryln8ltlfdaf06oI= -maragu.dev/gomponents v0.22.1-0.20241003092644-fe24f0575214/go.mod h1:oEDahza2gZoXDoDHhw8jBNgH+3UR5ni7Ur648HORydM= +maragu.dev/gomponents v1.0.0-beta1 h1:I51NqKfrtQC4GxuWShqW5CT5BrfToMEueLD76IhdSXs= +maragu.dev/gomponents v1.0.0-beta1/go.mod h1:oEDahza2gZoXDoDHhw8jBNgH+3UR5ni7Ur648HORydM= -- cgit 1.4.1