diff options
author | Markus Wüstenberg | 2024-10-11 10:47:37 +0200 |
---|---|---|
committer | GitHub | 2024-10-11 10:47:37 +0200 |
commit | e53dba6a6cdbf05d0577e0fa0d61d3c141a641db (patch) | |
tree | 21faf46a952cbf5a654905a8d9ce8a78af3be234 /internal/examples/app/go.sum | |
parent | 853044729768d3a52d1aba5c9e081737a5088b11 (diff) | |
download | gomponents-e53dba6a6cdbf05d0577e0fa0d61d3c141a641db.tar.lz gomponents-e53dba6a6cdbf05d0577e0fa0d61d3c141a641db.tar.zst gomponents-e53dba6a6cdbf05d0577e0fa0d61d3c141a641db.zip |
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! 😁
Diffstat (limited to 'internal/examples/app/go.sum')
-rw-r--r-- | internal/examples/app/go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
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= |