Skip to content

Commit

Permalink
chore(projects): release v1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 13, 2024
1 parent 3168ba1 commit ce33269
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## [v1.0.18](https://github.com/soybeanjs/cli/compare/v1.0.17...v1.0.18) (2024-06-14)

###    🏡 Chore

- **projects**: update pnpm version &nbsp;-&nbsp; by @soybeanjs [<samp>(3168b)</samp>](https://github.com/soybeanjs/cli/commit/3168ba1)

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

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

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

### &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.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {},
"devDependencies": {
"@soybeanjs/cli": "1.0.17",
"@soybeanjs/cli": "1.0.18",
"@soybeanjs/eslint-config": "1.3.6",
"eslint": "9.4.0",
"lint-staged": "15.2.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-pkg",
"type": "module",
"version": "1.0.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"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.17",
"version": "1.0.18",
"private": true,
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.17",
"@soybeanjs/cli": "1.0.18",
"@soybeanjs/eslint-config": "1.3.6",
"@types/cli-progress": "3.11.5",
"@types/node": "20.14.2",
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.17",
"version": "1.0.18",
"private": true,
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.17",
"@soybeanjs/cli": "1.0.18",
"@soybeanjs/eslint-config": "1.3.6",
"@types/cli-progress": "3.11.5",
"@types/node": "20.14.2",
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.17",
"version": "1.0.18",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"vue-router": "4.3.3"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.17",
"@soybeanjs/cli": "1.0.18",
"@soybeanjs/eslint-config": "1.3.6",
"@types/node": "20.14.2",
"@vitejs/plugin-vue": "5.0.5",
Expand Down

0 comments on commit ce33269

Please sign in to comment.