Skip to content

Commit

Permalink
chore(release): v1.2024.29
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Oct 13, 2024
1 parent 3cb790c commit 1b1e601
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
Changelog
## [1.2024.29](https://github.com/davidsneighbour/hugo-darkskies/compare/v1.2024.28...v1.2024.29) (2024-10-13)


### Theme

* **feat:** add mathjax integration ([8b49e4e](https://github.com/davidsneighbour/hugo-darkskies/commit/8b49e4e2b80ec0d578ae93df168aef41e8f14400))
* **fix:** add file tags for sassdoc ([3cb790c](https://github.com/davidsneighbour/hugo-darkskies/commit/3cb790cac4ac1e4dc109e6d6ad2c60e4fff633e5))
* **fix:** fix display of tag badges ([737d815](https://github.com/davidsneighbour/hugo-darkskies/commit/737d8159c61b41e6129d831b25be6989f05410d3))
* **fix:** optmimize link display setup and badge hover effects ([4c36e70](https://github.com/davidsneighbour/hugo-darkskies/commit/4c36e70caf8473cc09b9a11e0e0e8376d904c0a7))


### Chore

* **config:** move sitemap configuration to kollitsch.dev ([46b583b](https://github.com/davidsneighbour/hugo-darkskies/commit/46b583bb5aced4f1eee3a9ddf44f22579f192809))
* **deps:** update dependencies ([667e33c](https://github.com/davidsneighbour/hugo-darkskies/commit/667e33c51c99add2a65afab7d34e222724feca47))

## [1.2024.28](https://github.com/davidsneighbour/hugo-darksky/compare/v1.2024.27...v1.2024.28) (2024-10-11)


Expand Down
2 changes: 1 addition & 1 deletion assets/data/darksky.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "Dynamically created. Do not edit.",
"version": "1.2024.28"
"version": "1.2024.29"
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/davidsneighbour/hugo-modules/modules/schema v1.2024.2 // indirect
github.com/davidsneighbour/hugo-modules/modules/security v1.2024.3 // indirect
github.com/davidsneighbour/hugo-modules/modules/shortcodes v1.2024.6 // indirect
github.com/davidsneighbour/hugo-modules/modules/sitemap v1.2024.12 // indirect
github.com/davidsneighbour/hugo-modules/modules/sitemap v1.2024.13 // indirect
github.com/davidsneighbour/hugo-modules/modules/social v1.2024.4 // indirect
github.com/davidsneighbour/hugo-modules/modules/youtube v1.2024.12 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/davidsneighbour/hugo-modules/modules/security v1.2024.3 h1:mxvSVxvTdR
github.com/davidsneighbour/hugo-modules/modules/security v1.2024.3/go.mod h1:F0q9Gy4c+4MmZDmNaqPSpL79bLjWrJFUnNam4QHMMmg=
github.com/davidsneighbour/hugo-modules/modules/shortcodes v1.2024.6 h1:D+hRqOeQt17FSIkRgKQcZqjX8rr5EPfY4xDg8LxwkKE=
github.com/davidsneighbour/hugo-modules/modules/shortcodes v1.2024.6/go.mod h1:DwYSv5Lnx6UsCN47gLsWUIwhcSm63S65TBDEF2hrp3A=
github.com/davidsneighbour/hugo-modules/modules/sitemap v1.2024.12 h1:SGj9JqOQSy175XkvsDIL1AoZ8lRftnuAncoNvTizl5s=
github.com/davidsneighbour/hugo-modules/modules/sitemap v1.2024.12/go.mod h1:qpCcVaaPTn1zv4k+eW0iFsiozxlBxcZgaoMRf2yVOWg=
github.com/davidsneighbour/hugo-modules/modules/sitemap v1.2024.13 h1:CL1KmCVm/aFLRKS/0DUNT2C+/dZxGS1P7/n26PcCR50=
github.com/davidsneighbour/hugo-modules/modules/sitemap v1.2024.13/go.mod h1:qpCcVaaPTn1zv4k+eW0iFsiozxlBxcZgaoMRf2yVOWg=
github.com/davidsneighbour/hugo-modules/modules/social v1.2024.4 h1:wkSMDHKb5uIJHIHR+MM00kyGKhs8zh4SNa8P//2PGwg=
github.com/davidsneighbour/hugo-modules/modules/social v1.2024.4/go.mod h1:b85Wf3S/Qya/5omIZ84y7s/q72uQ1J9gGU7BESfJCpM=
github.com/davidsneighbour/hugo-modules/modules/youtube v1.2024.12 h1:h1al/cS3MK6+MO1GMR3emma7hlwOAgh+ruP7gpfa5V4=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/hugo-darkskies",
"description": "A blog theme for GoHugo.",
"version": "1.2024.28",
"version": "1.2024.29",
"license": "MIT",
"author": "Patrick Kollitsch <[email protected]>",
"keywords": [],
Expand Down

0 comments on commit 1b1e601

Please sign in to comment.