Skip to content

Commit faea024

Browse files
committed
chore(projects): release v0.8.10
1 parent 0b17b90 commit faea024

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+
## [v0.8.10](https://github.com/soybeanjs/cli/compare/v0.8.9...v0.8.10) (23-12-10)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **projects**: remove options of sync-npmmirror &nbsp;-&nbsp; by @honghuangdc [<samp>(0b17b)</samp>](https://github.com/soybeanjs/cli/commit/0b17b90)
9+
10+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
11+
12+
[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)&nbsp;&nbsp;
13+
414
## [v0.8.9](https://github.com/soybeanjs/cli/compare/v0.8.8...v0.8.9) (23-12-10)
515

616
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

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": "0.8.9",
4+
"version": "0.8.10",
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": "0.8.9",
3+
"version": "0.8.10",
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": "0.8.9",
4+
"version": "0.8.10",
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": "0.8.9",
4+
"version": "0.8.10",
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": "0.8.9",
4+
"version": "0.8.10",
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": "0.8.9",
4+
"version": "0.8.10",
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": "0.8.9",
4+
"version": "0.8.10",
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {

0 commit comments

Comments
 (0)