From 918123d69e302b503d47d6c573ad1785ee7b0933 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Mon, 9 Sep 2024 21:55:14 +0700 Subject: [PATCH] chore(release): v2024.5.0 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++ CITATION.cff | 4 ++-- assets/data/build.json | 2 +- go.mod | 7 ------- package.json | 2 +- 5 files changed, 50 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbb2bfea..d6e70262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,50 @@ Changelog +## [2024.5.0](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.26...v2024.5.0) (2024-09-09) + + +### Content + +* add post of 2024-09-09 ([a2cb801](https://github.com/davidsneighbour/kollitsch.dev/commit/a2cb801282c441ec798e61e19cb5dc0f1a3a1e6b)) +* **fix:** remove categories ([2d2c250](https://github.com/davidsneighbour/kollitsch.dev/commit/2d2c2505f6d8b875acf84229ffdf50d3f9dfdfc4)) +* **fix:** remove erroneous categories path ([0f36970](https://github.com/davidsneighbour/kollitsch.dev/commit/0f36970971bdd0c9e692ecd2cd3bf85d1d576f3b)) + + +### Features + +* export config before running server for auditor ([333667f](https://github.com/davidsneighbour/kollitsch.dev/commit/333667f6a0f98d62631aa395e86d49d2da90018b)) + + +### Theme + +* **fix:** move font setup around ([b48e156](https://github.com/davidsneighbour/kollitsch.dev/commit/b48e1568d6e5f2cd44e1dbd21a153dd94a1c9eb2)) +* **fix:** remove categories from archetypes ([3143eba](https://github.com/davidsneighbour/kollitsch.dev/commit/3143eba95d1d9aa7ed6c1188e1b8b942d2b4c2ff)) + + +### Bug Fixes + +* **config:** remove config.json from repo files ([dddfe97](https://github.com/davidsneighbour/kollitsch.dev/commit/dddfe976a50bc4c2952f3a69404f239347400847)) + + +### Refactors + +* move sassdoc generation to theme module ([6620531](https://github.com/davidsneighbour/kollitsch.dev/commit/662053169fc89eb18a3e648151ff684fd6492b01)) + + +### Chore + +* **config:** add require for theme ([b1c70ec](https://github.com/davidsneighbour/kollitsch.dev/commit/b1c70ec2206c25e051f1f855452b3d378b621a42)) +* **config:** move kollitsch.dev relevant config to this repo ([3b5a09a](https://github.com/davidsneighbour/kollitsch.dev/commit/3b5a09a08f8091fadb8543016508f686dd15b386)) +* **config:** trying to fix the issue with non-compiled scss changes ([4a483d2](https://github.com/davidsneighbour/kollitsch.dev/commit/4a483d2a4be426a5645521fdd72dfdf17d532266)) +* **deps:** update dependenceis ([bdefbb7](https://github.com/davidsneighbour/kollitsch.dev/commit/bdefbb7ad95cf5a37f9fe7fc51b3ce8bc7131447)) + + +### Configuration + +* cleanup ([6ac1b5b](https://github.com/davidsneighbour/kollitsch.dev/commit/6ac1b5b09a82a0cf7a0e7b1a08a3d26e72d1cbce)) +* **fix:** build configuration merge setup ([1e475cc](https://github.com/davidsneighbour/kollitsch.dev/commit/1e475ccd2fdb74c35b944ae36257aed9c4669ed0)) +* **fix:** move deprecated paginate config to [pagination] ([d1b5cdc](https://github.com/davidsneighbour/kollitsch.dev/commit/d1b5cdc4c21b976ea15ebd87363be6fb520ecf7f)) +* update workspace configuration ([4e1d47d](https://github.com/davidsneighbour/kollitsch.dev/commit/4e1d47d0b3e487733fc25fba82e460668e0b0249)) + ## [2024.4.26](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.4.25...v2024.4.26) (2024-09-08) diff --git a/CITATION.cff b/CITATION.cff index 478561b2..65a50aba 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,6 +5,6 @@ authors: given-names: "Patrick" orcid: "https://orcid.org/0000-0001-6250-2135" title: "kollitsch.dev" -version: 2024.4.26 -date-released: 2024-09-08 +version: 2024.4.27 +date-released: 2024-09-09 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index f4c0a510..1548db8c 100644 --- a/assets/data/build.json +++ b/assets/data/build.json @@ -1,4 +1,4 @@ { "_comment": "This file is used to determine the current build version of the website. Do not modify this file, it is updated automatically.", - "version": "2024.4.26" + "version": "2024.5.0" } diff --git a/go.mod b/go.mod index 5e405be7..45d1985d 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,4 @@ module github.com/davidsneighbour/kollitsch.dev go 1.21 require ( - github.com/Heydon/REVENGE.CSS v0.0.0-20200622155810-b5f5f04ac1b5 // indirect - github.com/aFarkas/lazysizes v0.0.0-20210517092641-1523a4ff4579 // indirect - github.com/csswizardry/ct v0.0.0-20230131155739-4e0d88c1a9ff // indirect - github.com/davidsneighbour/hugo-darksky v0.2024.3 // indirect - github.com/paulirish/lite-youtube-embed v0.3.3 // indirect - github.com/twbs/icons v1.11.3 // indirect - github.com/zenorocha/clipboard.js v2.0.11+incompatible // indirect ) diff --git a/package.json b/package.json index 31d76b38..59774ccb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@davidsneighbour/kollitsch-dev", "description": "Website and content for kollitsch.dev", - "version": "2024.4.26", + "version": "2024.5.0", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",