Skip to content

Commit cd54900

Browse files
committed
chore(projects): release v1.6.1
1 parent 9f5260a commit cd54900

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v1.6.1](https://github.com/soybeanjs/cli/compare/v1.6.0...v1.6.1) (2026-03-06)
4+
5+
###    🐞 Bug Fixes
6+
7+
- **commands**: update default command to use 'pnpm' instead of 'pnpx' in ncu and release functions &nbsp;-&nbsp; by @soybeanjs [<samp>(9f526)</samp>](https://github.com/soybeanjs/cli/commit/9f5260a)
8+
9+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
10+
11+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
12+
313
## [v1.6.0](https://github.com/soybeanjs/cli/compare/v1.5.0...v1.6.0) (2026-03-05)
414

515
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soybeanjs/cli",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "SoybeanJS's command line tools",
55
"homepage": "https://github.com/soybeanjs/cli",
66
"bugs": {

packages/create-soybean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-soybean",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "SoybeanJS's command line to create different project templates",
55
"homepage": "https://github.com/soybeanjs/cli/tree/main/packages/create-soybean",
66
"bugs": {

packages/create-soybean/template-tsdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {},
3535
"devDependencies": {
36-
"@soybeanjs/cli": "1.6.0",
36+
"@soybeanjs/cli": "1.6.1",
3737
"@types/node": "25.3.3",
3838
"lint-staged": "16.3.2",
3939
"oxfmt": "^0.36.0",

packages/create-soybean/template-vue-tsdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {},
3838
"devDependencies": {
39-
"@soybeanjs/cli": "1.6.0",
39+
"@soybeanjs/cli": "1.6.1",
4040
"@types/node": "25.3.3",
4141
"@vue/test-utils": "2.4.6",
4242
"happy-dom": "20.8.3",

packages/create-soybean/template-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vue-router": "5.0.3"
2525
},
2626
"devDependencies": {
27-
"@soybeanjs/cli": "1.6.0",
27+
"@soybeanjs/cli": "1.6.1",
2828
"@soybeanjs/unocss-preset": "0.2.0",
2929
"@types/node": "25.3.3",
3030
"@vitejs/plugin-vue": "6.0.4",

0 commit comments

Comments
 (0)