Skip to content

Commit

Permalink
chore: add @brillout/release-me
Browse files Browse the repository at this point in the history
  • Loading branch information
phonzammi committed Nov 13, 2024
1 parent 0850332 commit d955a5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
6 changes: 5 additions & 1 deletion packages/vike-react-chakra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
},
"scripts": {
"dev": "tsc --watch",
"build": "rimraf dist/ && tsc"
"build": "rimraf dist/ && tsc",
"release": "release-me patch",
"release:minor": "release-me minor",
"release:commit": "release-me commit"
},
"peerDependencies": {
"@chakra-ui/react": ">=3",
Expand All @@ -17,6 +20,7 @@
"vike-react": ">=0.4.13"
},
"devDependencies": {
"@brillout/release-me": "0.3.8",
"@chakra-ui/react": "^3.0.2",
"@emotion/react": "^11.13.3",
"@types/node": "^20.11.17",
Expand Down
31 changes: 6 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d955a5c

Please sign in to comment.