Skip to content

Commit

Permalink
chore(release): v1.2024.31
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
  • Loading branch information
davidsneighbour committed Nov 10, 2024
1 parent ca1e0b8 commit 1cc1804
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
Changelog
## [1.2024.31](https://github.com/davidsneighbour/hugo-darkskies/compare/v1.2024.30...v1.2024.31) (2024-11-10)


### Theme

* **fix:** add postcss setup ([7451c00](https://github.com/davidsneighbour/hugo-darkskies/commit/7451c00668032e0d8684993b3f14525f0017df68))
* **fix:** remove unused theme parts ([ca1e0b8](https://github.com/davidsneighbour/hugo-darkskies/commit/ca1e0b866b02e537fb95a4af7f4eb22383b9e374))


### Chore

* **config:** rename data file ([cab3eb4](https://github.com/davidsneighbour/hugo-darkskies/commit/cab3eb4bf3b7e41af922a561f1eb8db938397dcf))

## [1.2024.30](https://github.com/davidsneighbour/hugo-darkskies/compare/v1.2024.29...v1.2024.30) (2024-11-09)


Expand Down
2 changes: 1 addition & 1 deletion assets/data/darkskies.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "Dynamically created. Do not edit.",
"version": "1.2024.30"
"version": "1.2024.31"
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "@davidsneighbour/hugo-darkskies",
"description": "A blog theme for GoHugo.",
"version": "1.2024.30",
"version": "1.2024.31",
"license": "MIT",
"author": "Patrick Kollitsch <patrick@davids-neighbour.com>",
"keywords": [],
"dependencies": {
"@davidsneighbour/bootstrap-config": "^2024.4.8",
"@davidsneighbour/bootstrap-config": "2024.4.8",
"@davidsneighbour/markdownlint-config": "2024.4.8",
"@davidsneighbour/postcss-config": "^2024.4.8",
"@davidsneighbour/postcss-config": "2024.4.8",
"@davidsneighbour/release-config": "2024.4.8",
"@davidsneighbour/remark-config": "2024.4.8",
"@davidsneighbour/tools": "2024.4.8",
"@fullhuman/postcss-purgecss": "^6.0.0",
"cssnano-preset-advanced": "^7.0.6",
"@fullhuman/postcss-purgecss": "6.0.0",
"cssnano-preset-advanced": "7.0.6",
"pagefind": "1.2.0",
"postcss": "^8.4.47",
"postcss-preset-env": "^10.0.9",
"sassdoc": "^2.7.4",
"sassdoc-extras": "^3.0.0",
"sassdoc-theme-herman": "^6.0.1"
"postcss": "8.4.47",
"postcss-preset-env": "10.0.9",
"sassdoc": "2.7.4",
"sassdoc-extras": "3.0.0",
"sassdoc-theme-herman": "6.0.1"
},
"devDependencies": {
"@types/node": "^22.8.6",
Expand Down

0 comments on commit 1cc1804

Please sign in to comment.