Skip to content

Commit

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

#### ✨ Features

- **misc**: Add dirty-json support for i18n.

#### 🐛 Bug Fixes

- **misc**: Add tty check on stdout.clearLine, Fix deps, Remove auto git add all in lobe-commit.

#### 💄 Styles

- **misc**: Update i18n log.

<br/>

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

#### What's improved

* **misc**: Add dirty-json support for i18n ([0c603d3](0c603d3))

#### What's fixed

* **misc**: Add tty check on stdout.clearLine, closes [#158](#158) ([e0e1fde](e0e1fde))
* **misc**: Fix deps ([1f98174](1f98174))
* **misc**: Remove auto git add all in lobe-commit ([5527084](5527084))

#### Styles

* **misc**: Update i18n log ([163a444](163a444))

</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 Jan 1, 2025
1 parent 8e1eacb commit 190cf97
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions packages/lobe-label/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

# Changelog

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

<sup>Released on **2025-01-01**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix deps.

<br/>

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

#### What's fixed

- **misc**: Fix deps ([1f98174](https://github.com/lobehub/lobe-cli-toolbox/commit/1f98174))

</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.10.1

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

<sup>Released on **2024-08-06**</sup>
Expand Down
4 changes: 2 additions & 2 deletions packages/lobe-label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/label-cli",
"version": "1.3.1",
"version": "1.3.2",
"description": "Automatically copy issues labels from template repo",
"keywords": [
"create",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@inkjs/ui": "^1.0.0",
"@lobehub/cli-ui": "1.10.0",
"@lobehub/cli-ui": "1.10.1",
"@octokit/rest": "^20.1.1",
"commander": "^12.1.0",
"conf": "^12.0.0",
Expand Down

0 comments on commit 190cf97

Please sign in to comment.