Skip to content

Commit 612e47f

Browse files
[ci] release (#1106)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## gt@2.10.1 ### Patch Changes - [#1105](#1105) [`952a515`](952a515) Thanks [@brian-lou](https://github.com/brian-lou)! - Fix --force behavior ## gtx-cli@2.10.1 ### Patch Changes - Updated dependencies \[[`952a515`](952a515)]: - gt@2.10.1 ## locadex@1.0.117 ### Patch Changes - Updated dependencies \[[`952a515`](952a515)]: - gt@2.10.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 952a515 commit 612e47f

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/fine-shoes-care.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gtx-cli
22

3+
## 2.10.1
4+
5+
### Patch Changes
6+
7+
- [#1105](https://github.com/generaltranslation/gt/pull/1105) [`952a515`](https://github.com/generaltranslation/gt/commit/952a51528c298ad2466ca6cb73302eae06f56c45) Thanks [@brian-lou](https://github.com/brian-lou)! - Fix --force behavior
8+
39
## 2.10.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gt",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"main": "dist/index.js",
55
"bin": "dist/main.js",
66
"files": [

packages/gtx-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# gtx-cli
22

3+
## 2.10.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`952a515`](https://github.com/generaltranslation/gt/commit/952a51528c298ad2466ca6cb73302eae06f56c45)]:
8+
- gt@2.10.1
9+
310
## 2.10.0
411

512
### Patch Changes

packages/gtx-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gtx-cli",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "CLI tool for AI-powered i18n (wrapper for gt)",
55
"main": "dist/index.js",
66
"bin": "dist/main.js",

packages/locadex/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# locadex
22

3+
## 1.0.117
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`952a515`](https://github.com/generaltranslation/gt/commit/952a51528c298ad2466ca6cb73302eae06f56c45)]:
8+
- gt@2.10.1
9+
310
## 1.0.116
411

512
### Patch Changes

packages/locadex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "locadex",
3-
"version": "1.0.116",
3+
"version": "1.0.117",
44
"description": "An AI agent for internationalization",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)