Skip to content

Commit

Permalink
chore(projects): release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Sep 7, 2024
1 parent d22e89a commit 653d651
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## [v1.1.1](https://github.com/soybeanjs/cli/compare/v1.1.0...v1.1.1) (2024-09-07)

###    🚀 Features

- **projects**: git-commit support Chinese mode &nbsp;-&nbsp; by **Azir** [<samp>(9e097)</samp>](https://github.com/soybeanjs/cli/commit/9e097e3)

### &nbsp;&nbsp;&nbsp;🏡 Chore

- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(d22e8)</samp>](https://github.com/soybeanjs/cli/commit/d22e89a)

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

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

## [v1.1.0](https://github.com/soybeanjs/cli/compare/v1.0.19...v1.1.0) (2024-08-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.1.0",
"version": "1.1.1",
"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.1.0",
"version": "1.1.1",
"description": "SoybeanJS's command line to create different project templates",
"author": {
"name": "Soybean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {},
"devDependencies": {
"@soybeanjs/cli": "1.1.0",
"@soybeanjs/cli": "1.1.1",
"@soybeanjs/eslint-config": "1.4.1",
"eslint": "9.10.0",
"lint-staged": "15.2.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-pkg",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-soybean/template-ts-lib-tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.1.0",
"@soybeanjs/cli": "1.1.1",
"@soybeanjs/eslint-config": "1.4.1",
"@types/cli-progress": "3.11.6",
"@types/node": "22.5.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.1.0",
"@soybeanjs/cli": "1.1.1",
"@soybeanjs/eslint-config": "1.4.1",
"@types/cli-progress": "3.11.6",
"@types/node": "22.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-soybean/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vue-router": "4.4.3"
},
"devDependencies": {
"@soybeanjs/cli": "1.1.0",
"@soybeanjs/cli": "1.1.1",
"@soybeanjs/eslint-config": "1.4.1",
"@types/node": "22.5.4",
"@vitejs/plugin-vue": "5.1.3",
Expand Down

0 comments on commit 653d651

Please sign in to comment.