Skip to content

Commit

Permalink
chore: release it
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskang committed Apr 22, 2024
1 parent c102c88 commit 955521a
Show file tree
Hide file tree
Showing 2 changed files with 2,551 additions and 55 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"devDependencies": {
"@heroicons/vue": "^2.1.3",
"@jaskang/config": "^2.0.0",
"@release-it/conventional-changelog": "^8.0.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"@types/jsdom": "^21.1.6",
Expand All @@ -59,6 +60,7 @@
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"release-it": "^17.2.0",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
Expand All @@ -84,5 +86,13 @@
},
"engines": {
"pnpm": ">=8.0.0"
},
"release-it": {
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
}
}
}
Loading

0 comments on commit 955521a

Please sign in to comment.