Skip to content

Commit

Permalink
🔖 chore(release): @lobehub/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
### [Version 2.10.1](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected])
<sup>Released on **2023-11-21**</sup>

#### ✨ Features

- **misc**: Lobe I18N support subfolder.

#### 🐛 Bug Fixes

- **misc**: Fix package, Fix workflow, Fix workflow, Fix workflow, Fix workflow, Fix workflow.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Lobe I18N support subfolder, closes [#26](#26) ([80952a3](80952a3))

#### What's fixed

* **misc**: Fix package ([699d657](699d657))
* **misc**: Fix workflow ([9fc0cc7](9fc0cc7))
* **misc**: Fix workflow ([b35cb27](b35cb27))
* **misc**: Fix workflow ([f8e5ffe](f8e5ffe))
* **misc**: Fix workflow ([8f15503](8f15503))
* **misc**: Fix workflow ([a174453](a174453))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Nov 21, 2023
1 parent fe540bd commit f59a027
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 18 deletions.
16 changes: 0 additions & 16 deletions packages/lobe-cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,6 @@
"files": [
"dist"
],
"scripts": {
"build": "npm run type-check && pkgroll --minify -p tsconfig.prod.json --env.NODE_ENV=production",
"dev": "pkgroll -p tsconfig.prod.json --env.NODE_ENV=development --watch",
"example": "NODE_NO_WARNINGS=1 node --loader=ts-node/esm",
"prepack": "clean-pkg-json",
"prepare": "npm run build",
"start": "node ./dist/cli.js",
"test": "npm run type-check",
"test:coverage": "vitest run --coverage --passWithNoTests",
"test:ui": "vitest --passWithNoTests",
"test:update": "vitest -u",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@inkjs/ui": "^1",
"arr-rotate": "^1",
Expand All @@ -46,9 +33,6 @@
"ink": "^4.2",
"react": "^18"
},
"devDependencies": {
"clean-pkg-json": "^1"
},
"peerDependencies": {
"@inkjs/ui": ">=1",
"consola": ">=3",
Expand Down
31 changes: 31 additions & 0 deletions packages/lobe-commit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

# Changelog

### [Version 2.10.1](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected])

<sup>Released on **2023-11-21**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix package, Fix workflow, Fix workflow.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

- **misc**: Fix package ([699d657](https://github.com/lobehub/lobe-cli-toolbox/commit/699d657))
- **misc**: Fix workflow ([b35cb27](https://github.com/lobehub/lobe-cli-toolbox/commit/b35cb27))
- **misc**: Fix workflow ([f8e5ffe](https://github.com/lobehub/lobe-cli-toolbox/commit/f8e5ffe))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### Dependencies

- **@lobehub/cli-ui:** upgraded to 1.9.1

## [Version 2.10.0](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/[email protected]...@lobehub/[email protected])

<sup>Released on **2023-10-24**</sup>
Expand Down
4 changes: 2 additions & 2 deletions packages/lobe-commit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/commit-cli",
"version": "2.10.0",
"version": "2.10.1",
"description": "Lobe Commit is a CLI tool that uses ChatGPT to generate Gitmoji-based commit messages",
"keywords": [
"ai",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@inkjs/ui": "^1",
"@lobehub/cli-ui": "latest",
"@lobehub/cli-ui": "1.9.1",
"chalk": "^5",
"commander": "^11",
"conf": "^12",
Expand Down

0 comments on commit f59a027

Please sign in to comment.