From a0f0fcf6bcbea6fc5be5be0120bc56cb7694db15 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 4 Nov 2024 15:56:18 +0000 Subject: [PATCH] starters: update modules --- starters/academic-cv/.github/workflows/publish.yaml | 2 +- starters/academic-cv/go.mod | 2 +- starters/academic-cv/hugoblox.yaml | 2 +- starters/academic-cv/netlify.toml | 2 +- starters/blog/.github/workflows/publish.yaml | 2 +- starters/blog/go.mod | 2 +- starters/blog/hugoblox.yaml | 2 +- starters/blog/netlify.toml | 2 +- starters/documentation/.github/workflows/publish.yaml | 2 +- starters/documentation/go.mod | 2 +- starters/documentation/hugoblox.yaml | 2 +- starters/documentation/netlify.toml | 2 +- starters/landing-page/.github/workflows/publish.yaml | 2 +- starters/landing-page/go.mod | 2 +- starters/landing-page/hugoblox.yaml | 2 +- starters/landing-page/netlify.toml | 2 +- starters/link-in-bio/.github/workflows/publish.yaml | 2 +- starters/link-in-bio/go.mod | 2 +- starters/link-in-bio/hugoblox.yaml | 2 +- starters/link-in-bio/netlify.toml | 2 +- starters/resume/.github/workflows/publish.yaml | 2 +- starters/resume/go.mod | 2 +- starters/resume/hugoblox.yaml | 2 +- starters/resume/netlify.toml | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/starters/academic-cv/.github/workflows/publish.yaml b/starters/academic-cv/.github/workflows/publish.yaml index c1d520ab..bb2a7f3e 100644 --- a/starters/academic-cv/.github/workflows/publish.yaml +++ b/starters/academic-cv/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.135.0' + WC_HUGO_VERSION: '0.136.5' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/academic-cv/go.mod b/starters/academic-cv/go.mod index 959d27d9..31c88c97 100644 --- a/starters/academic-cv/go.mod +++ b/starters/academic-cv/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1 ) diff --git a/starters/academic-cv/hugoblox.yaml b/starters/academic-cv/hugoblox.yaml index 10c576e8..4e7a36da 100644 --- a/starters/academic-cv/hugoblox.yaml +++ b/starters/academic-cv/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.135.0' + hugo_version: '0.136.5' diff --git a/starters/academic-cv/netlify.toml b/starters/academic-cv/netlify.toml index 18ba241d..53c813bd 100644 --- a/starters/academic-cv/netlify.toml +++ b/starters/academic-cv/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.135.0" + HUGO_VERSION = "0.136.5" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/blog/.github/workflows/publish.yaml b/starters/blog/.github/workflows/publish.yaml index b376aa15..092d6603 100644 --- a/starters/blog/.github/workflows/publish.yaml +++ b/starters/blog/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.135.0' + WC_HUGO_VERSION: '0.136.5' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/blog/go.mod b/starters/blog/go.mod index 1e1597c7..a60627fb 100644 --- a/starters/blog/go.mod +++ b/starters/blog/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1 ) diff --git a/starters/blog/hugoblox.yaml b/starters/blog/hugoblox.yaml index 10c576e8..4e7a36da 100644 --- a/starters/blog/hugoblox.yaml +++ b/starters/blog/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.135.0' + hugo_version: '0.136.5' diff --git a/starters/blog/netlify.toml b/starters/blog/netlify.toml index bde98a26..d212215e 100644 --- a/starters/blog/netlify.toml +++ b/starters/blog/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.135.0" + HUGO_VERSION = "0.136.5" GO_VERSION = "1.21.5" NODE_VERSION = "21.1.0" HUGO_ENABLEGITINFO = "true" diff --git a/starters/documentation/.github/workflows/publish.yaml b/starters/documentation/.github/workflows/publish.yaml index b376aa15..092d6603 100644 --- a/starters/documentation/.github/workflows/publish.yaml +++ b/starters/documentation/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.135.0' + WC_HUGO_VERSION: '0.136.5' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/documentation/go.mod b/starters/documentation/go.mod index ef809ac8..71664009 100644 --- a/starters/documentation/go.mod +++ b/starters/documentation/go.mod @@ -4,5 +4,5 @@ go 1.15 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1 ) diff --git a/starters/documentation/hugoblox.yaml b/starters/documentation/hugoblox.yaml index 10c576e8..4e7a36da 100644 --- a/starters/documentation/hugoblox.yaml +++ b/starters/documentation/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.135.0' + hugo_version: '0.136.5' diff --git a/starters/documentation/netlify.toml b/starters/documentation/netlify.toml index c7d92b77..36ba060e 100644 --- a/starters/documentation/netlify.toml +++ b/starters/documentation/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.135.0" + HUGO_VERSION = "0.136.5" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/landing-page/.github/workflows/publish.yaml b/starters/landing-page/.github/workflows/publish.yaml index b376aa15..092d6603 100644 --- a/starters/landing-page/.github/workflows/publish.yaml +++ b/starters/landing-page/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.135.0' + WC_HUGO_VERSION: '0.136.5' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/landing-page/go.mod b/starters/landing-page/go.mod index aaf3abce..4736da83 100644 --- a/starters/landing-page/go.mod +++ b/starters/landing-page/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1 ) diff --git a/starters/landing-page/hugoblox.yaml b/starters/landing-page/hugoblox.yaml index 10c576e8..4e7a36da 100644 --- a/starters/landing-page/hugoblox.yaml +++ b/starters/landing-page/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.135.0' + hugo_version: '0.136.5' diff --git a/starters/landing-page/netlify.toml b/starters/landing-page/netlify.toml index e9a206f3..cf7dae96 100644 --- a/starters/landing-page/netlify.toml +++ b/starters/landing-page/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.135.0" + HUGO_VERSION = "0.136.5" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/link-in-bio/.github/workflows/publish.yaml b/starters/link-in-bio/.github/workflows/publish.yaml index 94a305ee..82b3540e 100644 --- a/starters/link-in-bio/.github/workflows/publish.yaml +++ b/starters/link-in-bio/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.135.0' + WC_HUGO_VERSION: '0.136.5' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/link-in-bio/go.mod b/starters/link-in-bio/go.mod index 27326df1..5037eb10 100644 --- a/starters/link-in-bio/go.mod +++ b/starters/link-in-bio/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1 ) diff --git a/starters/link-in-bio/hugoblox.yaml b/starters/link-in-bio/hugoblox.yaml index 10c576e8..4e7a36da 100644 --- a/starters/link-in-bio/hugoblox.yaml +++ b/starters/link-in-bio/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.135.0' + hugo_version: '0.136.5' diff --git a/starters/link-in-bio/netlify.toml b/starters/link-in-bio/netlify.toml index e9a206f3..cf7dae96 100644 --- a/starters/link-in-bio/netlify.toml +++ b/starters/link-in-bio/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.135.0" + HUGO_VERSION = "0.136.5" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/resume/.github/workflows/publish.yaml b/starters/resume/.github/workflows/publish.yaml index 94a305ee..82b3540e 100644 --- a/starters/resume/.github/workflows/publish.yaml +++ b/starters/resume/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.135.0' + WC_HUGO_VERSION: '0.136.5' on: # Trigger the workflow every time you push to the `main` branch diff --git a/starters/resume/go.mod b/starters/resume/go.mod index 593d78a8..68d49c3b 100644 --- a/starters/resume/go.mod +++ b/starters/resume/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125200520-804c70f7efb8 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1 ) diff --git a/starters/resume/hugoblox.yaml b/starters/resume/hugoblox.yaml index 10c576e8..4e7a36da 100644 --- a/starters/resume/hugoblox.yaml +++ b/starters/resume/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.135.0' + hugo_version: '0.136.5' diff --git a/starters/resume/netlify.toml b/starters/resume/netlify.toml index e9a206f3..cf7dae96 100644 --- a/starters/resume/netlify.toml +++ b/starters/resume/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.135.0" + HUGO_VERSION = "0.136.5" HUGO_ENABLEGITINFO = "true" [context.production.environment]