Skip to content

Commit

Permalink
chore(release): v2024.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Sep 9, 2024
1 parent a2cb801 commit 918123d
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 11 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion assets/data/build.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 0 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 918123d

Please sign in to comment.