Skip to content

Commit

Permalink
chore(release): v1.2024.17
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Oct 1, 2024
1 parent f0a8bba commit e214474
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 5 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
Changelog
## [1.2024.17](https://github.com/davidsneighbour/hugo-darksky/compare/v1.2024.16...v1.2024.17) (2024-10-01)


### Content

* **fix:** move themetest to theme ([610e258](https://github.com/davidsneighbour/hugo-darksky/commit/610e258ffbe928530951d9b31fb00a19801950c6))


### Theme

* **fix:** center max widthed prose ([f8a2ace](https://github.com/davidsneighbour/hugo-darksky/commit/f8a2aceade344a1f4a28cd8c992400b6cf146fc5))
* **fix:** fix typocaster shortcode setup ([460f0a6](https://github.com/davidsneighbour/hugo-darksky/commit/460f0a635c82cae1a6ece6caa27a4b8d1c72bddb))
* **fix:** headline font does not need bold weight set ([5c6f0ae](https://github.com/davidsneighbour/hugo-darksky/commit/5c6f0ae04171b1ee1c2606ebb83007d6dae55dba)), closes [davidsneighbour/kollitsch.dev#1239](https://github.com/davidsneighbour/kollitsch.dev/issues/1239)
* **fix:** mark padding breaks line heights ([5dc4cb7](https://github.com/davidsneighbour/hugo-darksky/commit/5dc4cb796672e064624539c4853042ca86077cc0)), closes [davidsneighbour/kollitsch.dev#1238](https://github.com/davidsneighbour/kollitsch.dev/issues/1238)
* **fix:** move documentation layouts out of the theme ([5a2fb01](https://github.com/davidsneighbour/hugo-darksky/commit/5a2fb01ce5acd0b4cd039e973270464473d3ade3))
* **fix:** remove alert shortcode in favour of new blockquote renderhook ([0dc39d2](https://github.com/davidsneighbour/hugo-darksky/commit/0dc39d29a487ae95be9cb20bb084eb5749f30fdd))
* **fix:** rework typography in prose section ([f01a4a3](https://github.com/davidsneighbour/hugo-darksky/commit/f01a4a33de2396d3a715e41e6c88180d0c8dc61d))
* **fix:** smaller fixes to shortcodes ([c1dffdc](https://github.com/davidsneighbour/hugo-darksky/commit/c1dffdc2de8a9485bb0387fdde9f9e2d7105e774))
* **fix:** update font setup for code, add ligatures properly ([07d5430](https://github.com/davidsneighbour/hugo-darksky/commit/07d5430c629345854e8009d23bb34d39bac98a2c))


### Chore

* **deps:** update dependencies ([f0a8bba](https://github.com/davidsneighbour/hugo-darksky/commit/f0a8bba8346123402e87a4142430c4e456986fcd))


### Configuration

* **fix:** imaging configuration ([a9219c5](https://github.com/davidsneighbour/hugo-darksky/commit/a9219c52f5cc476fc9ca55e21f6c925ede930d7c))
* **fix:** more cachebuster setup changes (js) ([3ccb7cf](https://github.com/davidsneighbour/hugo-darksky/commit/3ccb7cf74b7a9ebeaa256f3bba214f9bc2c7d1e9))
* **fix:** update build match for stylesheets ([9d47f1b](https://github.com/davidsneighbour/hugo-darksky/commit/9d47f1b481e57aec3a9aa45bb3d3a88db5aa2225))

## [1.2024.16](https://github.com/davidsneighbour/hugo-darksky/compare/v1.2024.15...v1.2024.16) (2024-09-29)


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.16"
"version": "1.2024.17"
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/davidsneighbour/hugo-modules/modules/modder v1.2024.4 // indirect
github.com/davidsneighbour/hugo-modules/modules/netlification v1.2024.8 // indirect
github.com/davidsneighbour/hugo-modules/modules/opensearch v1.2024.3 // indirect
github.com/davidsneighbour/hugo-modules/modules/pictures v1.2024.8 // indirect
github.com/davidsneighbour/hugo-modules/modules/pictures v1.2024.10 // indirect
github.com/davidsneighbour/hugo-modules/modules/publisher v1.2024.1 // indirect
github.com/davidsneighbour/hugo-modules/modules/pwa v1.2024.10 // indirect
github.com/davidsneighbour/hugo-modules/modules/renderhooks v1.2024.18 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ github.com/davidsneighbour/hugo-modules/modules/netlification v1.2024.8 h1:dhznD
github.com/davidsneighbour/hugo-modules/modules/netlification v1.2024.8/go.mod h1:5ewL7ZhqJAioSM8nSHWWMKfm3MnNz9klX/JdOzZAxvY=
github.com/davidsneighbour/hugo-modules/modules/opensearch v1.2024.3 h1:1IFtXWWR7dRctmBn2sHtxdKw5fh3b1phyEnAj8I6kB4=
github.com/davidsneighbour/hugo-modules/modules/opensearch v1.2024.3/go.mod h1:XmxFP1dqNoiLxL0hUFs8udbtG3qgSzZDFRQSDg5pGDs=
github.com/davidsneighbour/hugo-modules/modules/pictures v1.2024.8 h1:/D7p08B/1xmtjWLRmqCj96Sds/BadegAfdPM0cbqqy0=
github.com/davidsneighbour/hugo-modules/modules/pictures v1.2024.8/go.mod h1:wHveSSBmVY6BKY2fsBC+0S1rjDIa66CJh9tWkngvBhw=
github.com/davidsneighbour/hugo-modules/modules/pictures v1.2024.10 h1:ehHUQY8aqJIh8P9ND3bfuUc69OkbBYQoL3InTbvjjxE=
github.com/davidsneighbour/hugo-modules/modules/pictures v1.2024.10/go.mod h1:wHveSSBmVY6BKY2fsBC+0S1rjDIa66CJh9tWkngvBhw=
github.com/davidsneighbour/hugo-modules/modules/publisher v1.2024.1 h1:beBYnli8uabFzvTEopU9lx6Nnk8Nd+hgwzXi2hUrbL4=
github.com/davidsneighbour/hugo-modules/modules/publisher v1.2024.1/go.mod h1:CE+KzNh9eIMZYoZPXeTP/CtvLYIbAsCq+UWTZWsGBk4=
github.com/davidsneighbour/hugo-modules/modules/pwa v1.2024.10 h1:41s4JXA17Lw/KA5gboBWt137gQQTUSQ9xiLVGAxaEhM=
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-darksky",
"description": "A blog theme for GoHugo.",
"version": "1.2024.16",
"version": "1.2024.17",
"license": "MIT",
"author": "Patrick Kollitsch <[email protected]>",
"keywords": [],
Expand Down

0 comments on commit e214474

Please sign in to comment.