6 Commits

Author SHA1 Message Date
argoyle 460c810a94 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.1.8

See merge request unboundsoftware/shiny/presenter!74
2025-09-26 11:58:28 +02:00
Unbound Release 971b423945 chore(release): prepare for v0.1.8 2025-09-26 11:58:28 +02:00
argoyle 95be62a9d8 Merge branch 'renovate/github.com-99designs-gqlgen-0.x' into 'main'
fix(deps): update module github.com/99designs/gqlgen to v0.17.81

See merge request unboundsoftware/shiny/presenter!73
2025-09-26 11:24:18 +02:00
Renovate 303d6febe0 fix(deps): update module github.com/99designs/gqlgen to v0.17.81 2025-09-25 22:55:23 +00:00
argoyle ba980fb5f6 Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.5.0

See merge request unboundsoftware/shiny/presenter!72
2025-09-22 11:22:03 +02:00
Renovate 1eba0a8cde chore(deps): update pre-commit hook golangci/golangci-lint to v2.5.0 2025-09-21 19:54:55 +00:00
5 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ repos:
- id: go-test
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.4.0
rev: v2.5.0
hooks:
- id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks
+1 -1
View File
@@ -1 +1 @@
{"version":"v0.1.7"}
{"version":"v0.1.8"}
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.1.8] - 2025-09-26
### 🐛 Bug Fixes
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.81
## [0.1.7] - 2025-09-17
### 🐛 Bug Fixes
+1 -1
View File
@@ -3,7 +3,7 @@ module gitlab.com/unboundsoftware/shiny/presenter
go 1.24.1
require (
github.com/99designs/gqlgen v0.17.80
github.com/99designs/gqlgen v0.17.81
github.com/stretchr/testify v1.11.1
github.com/vektah/gqlparser/v2 v2.5.30
)
+2 -2
View File
@@ -1,5 +1,5 @@
github.com/99designs/gqlgen v0.17.80 h1:S64VF9SK+q3JjQbilgdrM0o4iFQgB54mVQ3QvXEO4Ek=
github.com/99designs/gqlgen v0.17.80/go.mod h1:vgNcZlLwemsUhYim4dC1pvFP5FX0pr2Y+uYUoHFb1ig=
github.com/99designs/gqlgen v0.17.81 h1:kCkN/xVyRb5rEQpuwOHRTYq83i0IuTQg9vdIiwEerTs=
github.com/99designs/gqlgen v0.17.81/go.mod h1:vgNcZlLwemsUhYim4dC1pvFP5FX0pr2Y+uYUoHFb1ig=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=