Skip to content

Commit

Permalink
chore(projects): release v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 10, 2023
1 parent 3c9f5a0 commit 6064b79
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 7 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog


## [v1.0.0-beta.2](https://github.com/soybeanjs/cli/compare/v1.0.0-beta.1...v1.0.0-beta.2) (23-12-10)

###    📖 Documentation

- **projects**: fix CHANGELOG.md &nbsp;-&nbsp; by @honghuangdc [<samp>(7049b)</samp>](https://github.com/soybeanjs/cli/commit/7049b55)

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

- **deps**: update deps: changelog &nbsp;-&nbsp; by @honghuangdc [<samp>(3c9f5)</samp>](https://github.com/soybeanjs/cli/commit/3c9f5a0)

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

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

## [v1.0.0-beta.2](https://github.com/soybeanjs/cli/compare/v1.0.0-beta.1...v1.0.0-beta.2) (23-12-10)

### &nbsp;&nbsp;&nbsp;📖 Documentation

- **projects**: fix CHANGELOG.md &nbsp;-&nbsp; by @honghuangdc [<samp>(7049b)</samp>](https://github.com/soybeanjs/cli/commit/7049b55)

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

- **deps**: update deps: changelog &nbsp;-&nbsp; by @honghuangdc [<samp>(3c9f5)</samp>](https://github.com/soybeanjs/cli/commit/3c9f5a0)

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

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

## [v1.0.0-beta.1](https://github.com/soybeanjs/cli/compare/v1.0.0-beta.0...v1.0.0-beta.1) (23-12-10)

### &nbsp;&nbsp;&nbsp;🚀 Features
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.0-beta.1",
"version": "1.0.0-beta.2",
"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,6 +1,6 @@
{
"name": "create-soybean",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "SoybeanJS's command line to create different project templates",
"author": {
"name": "Soybean",
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.0-beta.1",
"version": "1.0.0-beta.2",
"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.0-beta.1",
"version": "1.0.0-beta.2",
"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.0-beta.1",
"version": "1.0.0-beta.2",
"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,7 +1,7 @@
{
"name": "ts-lib-starter",
"type": "module",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"private": true,
"packageManager": "[email protected]",
"exports": {
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
@@ -1,7 +1,7 @@
{
"name": "template-vue",
"type": "module",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 6064b79

Please sign in to comment.