File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stx" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.12 " ,
4
+ "version" : " 0.0.11 " ,
5
5
"private" : true ,
6
6
"description" : " A fast & powerful UI / templating engine. Laravel Blade-inspired. Powered by Bun." ,
7
7
"author" :
" Chris Breuer <[email protected] >" ,
72
72
"changelog:json" : " bun node_modules/@stacksjs/logsmith/dist/bin/cli.js --format json --output changelog.json --exclude-types \" chore\" --max-commits 50" ,
73
73
"changelog:html" : " bun node_modules/@stacksjs/logsmith/dist/bin/cli.js --format html --output changelog.html --exclude-types \" chore\" --max-commits 50" ,
74
74
"prepublishOnly" : " bun run build" ,
75
- "bumpx" : " bun node_modules/@stacksjs/bumpx/dist/bin/cli.js" ,
76
- "release" : " bun run scripts/auto-version.ts, bun run changelog && bunx bumpp package.json --all " ,
75
+ "bumpx" : " bun node_modules/@stacksjs/bumpx/dist/bin/cli.js " ,
76
+ "release" : " bun run bumpx prompt --no-push --yes && bun run changelog:generate && git add CHANGELOG.md && git commit --amend --no-edit " ,
77
77
"release:major" : " bumpx major --commit --tag --commit-message \" chore(release): bump version to v%s\" --no-push --yes && bun run changelog:generate && git add CHANGELOG.md && git commit --amend --no-edit" ,
78
78
"release:minor" : " bumpx minor --commit --tag --commit-message \" chore(release): bump version to v%s\" --no-push --yes && bun run changelog:generate && git add CHANGELOG.md && git commit --amend --no-edit" ,
79
79
"release:patch" : " bumpx patch --commit --tag --commit-message \" chore(release): bump version to v%s\" --no-push --yes && bun run changelog:generate && git add CHANGELOG.md && git commit --amend --no-edit" ,
80
- "release:auto" : " bun run scripts/auto-version.ts" ,
81
80
"setup" : " bun run scripts/setup.ts" ,
82
81
"test" : " bun test" ,
83
82
"dev:docs" : " bun --bun vitepress dev docs" ,
You can’t perform that action at this time.
0 commit comments