Skip to content

Commit

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


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

###    🚀 Features

- **projects**:
- sync-npmmirror support multi packages &nbsp;-&nbsp; by @honghuangdc [<samp>(c4899)</samp>](https://github.com/soybeanjs/cli/commit/c489965)
- add release command wqoptions &nbsp;-&nbsp; by @honghuangdc [<samp>(759c9)</samp>](https://github.com/soybeanjs/cli/commit/759c9d7)

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

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

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

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

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

### &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": "0.8.4",
"version": "0.8.5",
"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": "0.8.4",
"version": "0.8.5",
"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": "0.8.4",
"version": "0.8.5",
"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.4",
"version": "0.8.5",
"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.4",
"version": "0.8.5",
"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": "0.8.4",
"version": "0.8.5",
"private": true,
"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": "0.8.4",
"version": "0.8.5",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0cb992e

Please sign in to comment.