Skip to content

Commit 3275c21

Browse files
committed
chore(projects): release v1.0.0-beta.3
1 parent 19fb644 commit 3275c21

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33

4+
## [v1.0.0-beta.3](https://github.com/soybeanjs/cli/compare/v1.0.0-beta.2...v1.0.0-beta.3) (23-12-10)
5+
6+
###    📖 Documentation
7+
8+
- **projects**: fix CHANGELOG.md &nbsp;-&nbsp; by @honghuangdc [<samp>(19fb6)</samp>](https://github.com/soybeanjs/cli/commit/19fb644)
9+
10+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
11+
12+
[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)&nbsp;&nbsp;
13+
414
## [v1.0.0-beta.2](https://github.com/soybeanjs/cli/compare/v1.0.0-beta.1...v1.0.0-beta.2) (23-12-10)
515

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybeanjs/cli",
33
"type": "module",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"packageManager": "[email protected]",
66
"description": "SoybeanJS's command line tools",
77
"author": {

packages/create-soybean/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-soybean",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "SoybeanJS's command line to create different project templates",
55
"author": {
66
"name": "Soybean",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-react-native",
33
"type": "module",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"scripts": {}
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-react",
33
"type": "module",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"scripts": {}
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-solid",
33
"type": "module",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"scripts": {}
66
}

packages/create-soybean/template-ts-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-lib-starter",
33
"type": "module",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"private": true,
66
"packageManager": "[email protected]",
77
"exports": {

packages/create-soybean/template-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "template-vue",
33
"type": "module",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.0.0-beta.3",
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {

0 commit comments

Comments
 (0)