Skip to content

Commit

Permalink
chore(projects): release v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 4, 2024
1 parent 58ce17b commit ef04212
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## [v1.0.16](https://github.com/soybeanjs/cli/compare/v1.0.15...v1.0.16) (2024-06-05)

###    🏡 Chore

- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(58ce1)</samp>](https://github.com/soybeanjs/cli/commit/58ce17b)
- **projects**: update template pnpm version &nbsp;-&nbsp; by @soybeanjs [<samp>(bf4d7)</samp>](https://github.com/soybeanjs/cli/commit/bf4d783)

### &nbsp;&nbsp;&nbsp;❤️ Contributors

[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;

## [v1.0.15](https://github.com/soybeanjs/cli/compare/v1.0.14...v1.0.15) (2024-06-01)

### &nbsp;&nbsp;&nbsp;🏡 Chore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soybeanjs/cli",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"packageManager": "[email protected]",
"description": "SoybeanJS's command line tools",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-soybean/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-soybean",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"description": "SoybeanJS's command line to create different project templates",
"author": {
"name": "Soybean",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-soybean/template-pnpm-monorepo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pnpm-monorepo",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {},
"devDependencies": {
"@soybeanjs/cli": "1.0.15",
"@soybeanjs/cli": "1.0.16",
"@soybeanjs/eslint-config": "1.3.5",
"eslint": "9.4.0",
"lint-staged": "15.2.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-pkg",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-soybean/template-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template-react-native",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"scripts": {}
}
2 changes: 1 addition & 1 deletion packages/create-soybean/template-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template-react",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"scripts": {}
}
2 changes: 1 addition & 1 deletion packages/create-soybean/template-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template-solid",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"scripts": {}
}
4 changes: 2 additions & 2 deletions packages/create-soybean/template-ts-lib-tsup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-lib-tsup",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"private": true,
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.15",
"@soybeanjs/cli": "1.0.16",
"@soybeanjs/eslint-config": "1.3.5",
"@types/cli-progress": "3.11.5",
"@types/node": "20.14.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-soybean/template-ts-lib-unbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-lib-unbuild",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"private": true,
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.15",
"@soybeanjs/cli": "1.0.16",
"@soybeanjs/eslint-config": "1.3.5",
"@types/cli-progress": "3.11.5",
"@types/node": "20.14.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-soybean/template-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "template-vue",
"type": "module",
"version": "1.0.15",
"version": "1.0.16",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"vue-router": "4.3.2"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.15",
"@soybeanjs/cli": "1.0.16",
"@soybeanjs/eslint-config": "1.3.5",
"@types/node": "20.14.1",
"@vitejs/plugin-vue": "5.0.5",
Expand Down

0 comments on commit ef04212

Please sign in to comment.