Skip to content

Commit

Permalink
chore(projects): release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 28, 2023
1 parent 78eb50b commit 559753d
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 10 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](https://github.com/soybeanjs/cli/compare/v1.0.0-beta.7...v1.0.0) (23-12-29)

###    🚀 Features

- **projects**: update tsup template &nbsp;-&nbsp; by @honghuangdc [<samp>(527ea)</samp>](https://github.com/soybeanjs/cli/commit/527ea25)

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

- **projects**: fix bumpp &nbsp;-&nbsp; by @honghuangdc [<samp>(f9fa5)</samp>](https://github.com/soybeanjs/cli/commit/f9fa527)

### &nbsp;&nbsp;&nbsp;💅 Refactors

- **projects**: use tsup replace unbuild &nbsp;-&nbsp; by @honghuangdc [<samp>(419d6)</samp>](https://github.com/soybeanjs/cli/commit/419d6ed)

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

- **deps**:
- update deps &nbsp;-&nbsp; by @honghuangdc [<samp>(32ea7)</samp>](https://github.com/soybeanjs/cli/commit/32ea7e9)
- update deps &nbsp;-&nbsp; by @honghuangdc [<samp>(14ce6)</samp>](https://github.com/soybeanjs/cli/commit/14ce69b)
- **projects**:
- update pnpm version &nbsp;-&nbsp; by @honghuangdc [<samp>(beb09)</samp>](https://github.com/soybeanjs/cli/commit/beb096e)
- update templates package.json &nbsp;-&nbsp; by @honghuangdc [<samp>(30d06)</samp>](https://github.com/soybeanjs/cli/commit/30d0638)
- update pnpm version &nbsp;-&nbsp; by @honghuangdc [<samp>(78eb5)</samp>](https://github.com/soybeanjs/cli/commit/78eb50b)

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

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

## [v1.0.0-beta.7](https://github.com/soybeanjs/cli/compare/v1.0.0-beta.6...v1.0.0-beta.7) (23-12-11)

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
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.7",
"version": "1.0.0",
"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,7 +1,7 @@
{
"name": "create-soybean",
"type": "module",
"version": "1.0.0-beta.7",
"version": "1.0.0",
"description": "SoybeanJS's command line to create different project templates",
"author": {
"name": "Soybean",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pnpm-monorepo",
"type": "module",
"version": "1.0.0-beta.7",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-pkg",
"type": "module",
"version": "1.0.0-beta.7",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
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.7",
"version": "1.0.0",
"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.7",
"version": "1.0.0",
"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.7",
"version": "1.0.0",
"scripts": {}
}
2 changes: 1 addition & 1 deletion packages/create-soybean/template-ts-lib-tsup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-lib-tsup",
"type": "module",
"version": "1.0.0-beta.7",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-lib-unbuild",
"type": "module",
"version": "1.0.0-beta.7",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"sideEffects": false,
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.7",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 559753d

Please sign in to comment.