Skip to content

Commit dc7b0c7

Browse files
[ci] release (#1197)
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.14.10 ### Patch Changes - [#1195](#1195) [`2090de3`](2090de3) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - refactor: standardize naming convention for "autoderive" ## @generaltranslation/compiler@1.3.4 ### Patch Changes - [#1195](#1195) [`2090de3`](2090de3) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - refactor: standardize naming convention for "autoderive" ## gtx-cli@2.14.10 ### Patch Changes - Updated dependencies \[[`2090de3`](2090de3)]: - gt@2.14.10 ## locadex@1.0.145 ### Patch Changes - Updated dependencies \[[`2090de3`](2090de3)]: - gt@2.14.10 ## gt-next@6.16.3 ### Patch Changes - [#1195](#1195) [`2090de3`](2090de3) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - refactor: standardize naming convention for "autoderive" - Updated dependencies \[[`2090de3`](2090de3)]: - @generaltranslation/compiler@1.3.4 ## @generaltranslation/gt-next-lint@14.0.3 ### Patch Changes - Updated dependencies \[[`2090de3`](2090de3)]: - gt-next@6.16.3 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2090de3 commit dc7b0c7

File tree

13 files changed

+48
-13
lines changed

13 files changed

+48
-13
lines changed

.changeset/cool-laws-invent.md

Lines changed: 0 additions & 7 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.14.10
4+
5+
### Patch Changes
6+
7+
- [#1195](https://github.com/generaltranslation/gt/pull/1195) [`2090de3`](https://github.com/generaltranslation/gt/commit/2090de3613b9684fd43adc3b83f677bc33c1d9a6) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - refactor: standardize naming convention for "autoderive"
8+
39
## 2.14.9
410

511
### Patch 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.14.9",
3+
"version": "2.14.10",
44
"main": "dist/index.js",
55
"bin": "dist/main.js",
66
"files": [

packages/compiler/CHANGELOG.md

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

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- [#1195](https://github.com/generaltranslation/gt/pull/1195) [`2090de3`](https://github.com/generaltranslation/gt/commit/2090de3613b9684fd43adc3b83f677bc33c1d9a6) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - refactor: standardize naming convention for "autoderive"
8+
39
## 1.3.3
410

511
### Patch Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@generaltranslation/compiler",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Universal plugin for compile-time optimization of GT translation components",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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.14.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2090de3`](https://github.com/generaltranslation/gt/commit/2090de3613b9684fd43adc3b83f677bc33c1d9a6)]:
8+
- gt@2.14.10
9+
310
## 2.14.9
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.14.9",
3+
"version": "2.14.10",
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.145
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2090de3`](https://github.com/generaltranslation/gt/commit/2090de3613b9684fd43adc3b83f677bc33c1d9a6)]:
8+
- gt@2.14.10
9+
310
## 1.0.144
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.144",
3+
"version": "1.0.145",
44
"description": "An AI agent for internationalization",
55
"main": "dist/index.js",
66
"type": "module",

packages/next-lint/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @generaltranslation/gt-next-lint
22

3+
## 14.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2090de3`](https://github.com/generaltranslation/gt/commit/2090de3613b9684fd43adc3b83f677bc33c1d9a6)]:
8+
- gt-next@6.16.3
9+
310
## 14.0.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)