Skip to content

Commit

Permalink
chore(projects): release v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 9, 2023
1 parent 5043307 commit 0255572
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## [v0.8.6](https://github.com/soybeanjs/cli/compare/v0.8.5...v0.8.6) (23-12-09)

###    📖 Documentation

- **projects**: update README.md &nbsp;-&nbsp; by @honghuangdc [<samp>(e8dd5)</samp>](https://github.com/soybeanjs/cli/commit/e8dd574)

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

- **projects**:
- update packageManager &nbsp;-&nbsp; by @honghuangdc [<samp>(ee2de)</samp>](https://github.com/soybeanjs/cli/commit/ee2debd)
- update deps, config &nbsp;-&nbsp; by @honghuangdc [<samp>(09a7a)</samp>](https://github.com/soybeanjs/cli/commit/09a7a9e)
- perf template-vue &nbsp;-&nbsp; by @honghuangdc [<samp>(50433)</samp>](https://github.com/soybeanjs/cli/commit/5043307)

### &nbsp;&nbsp;&nbsp;🤖 CI

- **projects**: update release.yml &nbsp;-&nbsp; by @honghuangdc [<samp>(fec98)</samp>](https://github.com/soybeanjs/cli/commit/fec98a6)

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

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

## [v0.8.5](https://github.com/soybeanjs/cli/compare/v0.8.4...v0.8.5) (23-12-09)

### &nbsp;&nbsp;&nbsp;🚀 Features
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soybeanjs/cli",
"type": "module",
"version": "0.8.5",
"version": "0.8.6",
"packageManager": "[email protected]",
"description": "SoybeanJS's command line tools",
"author": {
Expand Down Expand Up @@ -34,7 +34,9 @@
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild && pnpm build-pkg",
"build-pkg": "pnpm -r --filter='./packages/*' run build",
Expand Down
8 changes: 6 additions & 2 deletions packages/create-soybean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-soybean",
"version": "0.8.5",
"version": "0.8.6",
"description": "SoybeanJS's command line to create different project templates",
"author": {
"name": "Soybean",
Expand All @@ -22,7 +22,11 @@
"create-soybean": "dist/index.mjs",
"create-soy": "dist/index.mjs"
},
"files": ["dist", "template-ts-lib", "template-vue"],
"files": [
"dist",
"template-ts-lib",
"template-vue"
],
"scripts": {
"build": "pnpm typecheck && pnpm build-only",
"build-only": "unbuild",
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": "0.8.5",
"version": "0.8.6",
"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": "0.8.5",
"version": "0.8.6",
"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": "0.8.5",
"version": "0.8.6",
"scripts": {}
}
6 changes: 4 additions & 2 deletions 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": "0.8.5",
"version": "0.8.6",
"private": true,
"packageManager": "[email protected]",
"exports": {
Expand All @@ -14,7 +14,9 @@
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"cleanup": "soy cleanup",
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": "0.8.5",
"version": "0.8.6",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 0255572

Please sign in to comment.