Skip to content

Commit

Permalink
chore(projects): release v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Oct 30, 2023
1 parent 9ba3829 commit 3cc2a5c
Showing 8 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## [v0.7.5](https://github.com/soybeanjs/cli/compare/v0.7.4...v0.7.5) (23-10-31)

###    🏡 Chore

- **deps**: update deps &nbsp;-&nbsp; by @honghuangdc [<samp>(c586e)</samp>](https://github.com/soybeanjs/cli/commit/c586e97)
- **projects**: vscode settings &nbsp;-&nbsp; by @honghuangdc [<samp>(9ba38)</samp>](https://github.com/soybeanjs/cli/commit/9ba3829)

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

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

## [v0.7.4](https://github.com/soybeanjs/cli/compare/v0.7.3...v0.7.4) (23-10-12)

### &nbsp;&nbsp;&nbsp;🏡 Chore
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soybeanjs/cli",
"version": "0.7.4",
"version": "0.7.5",
"description": "SoybeanJS's command line tools",
"author": {
"name": "Soybean",
2 changes: 1 addition & 1 deletion packages/create-soybean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-soybean",
"version": "0.7.4",
"version": "0.7.5",
"description": "SoybeanJS's command line to create different project templates",
"author": {
"name": "Soybean",
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,5 +1,5 @@
{
"name": "template-react-native",
"version": "0.7.4",
"version": "0.7.5",
"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,5 +1,5 @@
{
"name": "template-react",
"version": "0.7.4",
"version": "0.7.5",
"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,5 +1,5 @@
{
"name": "template-solid",
"version": "0.7.4",
"version": "0.7.5",
"scripts": {}
}
2 changes: 1 addition & 1 deletion packages/create-soybean/template-ts-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-lib-starter",
"version": "0.7.4",
"version": "0.7.5",
"exports": {
".": {
"import": "./dist/index.mjs",
2 changes: 1 addition & 1 deletion packages/create-soybean/template-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template-vue",
"version": "0.7.4",
"version": "0.7.5",
"private": true,
"scripts": {
"dev": "vite",

0 comments on commit 3cc2a5c

Please sign in to comment.