Skip to content

Commit a8bd7ff

Browse files
authored
release: 0.8.0 (#78)
feat: hugo-v0.147.5+extended
1 parent 8976849 commit a8bd7ff

File tree

4 files changed

+93
-92
lines changed

4 files changed

+93
-92
lines changed

.tool-versions

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
go 1.24
2-
node 22
3-
python 3.12
1+
go 1.24.4
2+
node 22.15.1
3+
python 3.12.10
4+
pnpm 10.11.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/esacteksab/simpl
22

3-
go 1.24.3
3+
go 1.24.4

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
22
"name": "simpl",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"description": "A simpl(e) Hugo Theme",
55
"author": "@esacteksab",
6-
"packageManager": "[email protected].0",
6+
"packageManager": "[email protected].1",
77
"scripts": {
88
"postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r"
99
},
1010
"devDependencies": {
1111
"@tailwindcss/cli": "^4.1.8",
1212
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
13-
"@tailwindcss/postcss": "^4.1.7",
13+
"@tailwindcss/postcss": "^4.1.8",
1414
"@tailwindcss/typography": "^0.5.16",
1515
"autoprefixer": "^10.4.21",
1616
"install": "^0.13.0",
17-
"npm": "^11.4.0",
18-
"postcss": "^8.5.3",
17+
"npm": "^11.4.1",
18+
"postcss": "^8.5.4",
1919
"postcss-cli": "^11.0.1",
2020
"postcss-color-converter": "^1.1.2",
2121
"postcss-flexbugs-fixes": "^5.0.2",
2222
"prettier": "^3.5.3",
2323
"prettier-plugin-css-order": "^2.1.2",
2424
"prettier-plugin-go-template": "^0.0.15",
2525
"prettier-plugin-organize-attributes": "^1.0.0",
26-
"prettier-plugin-pkg": "^0.19.1",
26+
"prettier-plugin-pkg": "^0.20.0",
2727
"prettier-plugin-sh": "^0.17.4",
28-
"prettier-plugin-tailwindcss": "^0.6.11",
28+
"prettier-plugin-tailwindcss": "^0.6.12",
2929
"prettier-plugin-toml": "^2.0.5",
30-
"stylelint": "^16.19.1",
30+
"stylelint": "^16.20.0",
3131
"stylelint-config-recommended": "^16.0.0",
32-
"tailwindcss": "^4.1.7"
32+
"tailwindcss": "^4.1.8"
3333
},
3434
"postcss": {
3535
"map": false,

0 commit comments

Comments
 (0)