Skip to content

Commit e2f793c

Browse files
🔖 chore(release): @lobehub/i18n-cli@1.23.0 [skip ci]
## [Version&nbsp;1.23.0](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/i18n-cli@1.22.1...@lobehub/i18n-cli@1.23.0) <sup>Released on **2025-06-11**</sup> #### ✨ Features - **misc**: Update React 19. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Update React 19 ([9776ea0](9776ea0)) </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.13.0
1 parent 075541b commit e2f793c

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

packages/lobe-i18n/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
# Changelog
44

5+
## [Version 1.23.0](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/i18n-cli@1.22.1...@lobehub/i18n-cli@1.23.0)
6+
7+
<sup>Released on **2025-06-11**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Update React 19.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### What's improved
19+
20+
- **misc**: Update React 19 ([9776ea0](https://github.com/lobehub/lobe-cli-toolbox/commit/9776ea0))
21+
22+
</details>
23+
24+
<div align="right">
25+
26+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27+
28+
</div>
29+
30+
### Dependencies
31+
32+
- **@lobehub/cli-ui:** upgraded to 1.13.0
33+
534
### [Version 1.22.1](https://github.com/lobehub/lobe-cli-toolbox/compare/@lobehub/i18n-cli@1.22.0...@lobehub/i18n-cli@1.22.1)
635

736
<sup>Released on **2025-06-04**</sup>

packages/lobe-i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/i18n-cli",
3-
"version": "1.22.1",
3+
"version": "1.23.0",
44
"description": "Lobe i18n is a CLI tool that automate translate your i18n localization with AI",
55
"keywords": [
66
"ai",
@@ -55,7 +55,7 @@
5555
"type-check": "tsc --noEmit"
5656
},
5757
"dependencies": {
58-
"@lobehub/cli-ui": "1.12.0",
58+
"@lobehub/cli-ui": "1.13.0",
5959
"chalk": "^5.4.1",
6060
"commander": "^13.0.0",
6161
"conf": "^13.1.0",

0 commit comments

Comments
 (0)