Skip to content

Commit 24e4cdd

Browse files
[ci] release (#1170)
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 ## @generaltranslation/compiler@1.3.0 ### Minor Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation ### Patch Changes - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - generaltranslation@8.2.2 ## gt-react@10.17.0 ### Minor Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation ### Patch Changes - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - @generaltranslation/supported-locales@2.0.60 - @generaltranslation/react-core@1.7.2 - generaltranslation@8.2.2 - gt-i18n@0.7.10 ## gt@2.14.4 ### Patch Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - generaltranslation@8.2.2 - @generaltranslation/python-extractor@0.2.6 ## generaltranslation@8.2.2 ### Patch Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation ## gtx-cli@2.14.4 ### Patch Changes - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - gt@2.14.4 ## gt-i18n@0.7.10 ### Patch Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - @generaltranslation/supported-locales@2.0.60 - generaltranslation@8.2.2 ## locadex@1.0.139 ### Patch Changes - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - gt@2.14.4 ## gt-next@6.15.2 ### Patch Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - gt-react@10.17.0 - @generaltranslation/supported-locales@2.0.60 - @generaltranslation/compiler@1.3.0 - generaltranslation@8.2.2 - gt-i18n@0.7.10 ## @generaltranslation/gt-next-lint@13.0.2 ### Patch Changes - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - gt-next@6.15.2 ## gt-node@0.4.10 ### Patch Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - generaltranslation@8.2.2 - gt-i18n@0.7.10 ## @generaltranslation/python-extractor@0.2.6 ### Patch Changes - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - generaltranslation@8.2.2 ## @generaltranslation/react-core@1.7.2 ### Patch Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - @generaltranslation/supported-locales@2.0.60 - generaltranslation@8.2.2 - gt-i18n@0.7.10 ## gt-sanity@2.0.2 ### Patch Changes - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - generaltranslation@8.2.2 ## @generaltranslation/supported-locales@2.0.60 ### Patch Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - generaltranslation@8.2.2 ## gt-tanstack-start@0.3.2 ### Patch Changes - [#1158](#1158) [`5b85ccd`](5b85ccd) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation - Updated dependencies \[[`5b85ccd`](5b85ccd)]: - gt-react@10.17.0 - @generaltranslation/react-core@1.7.2 - generaltranslation@8.2.2 - gt-i18n@0.7.10 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37528c0 commit 24e4cdd

31 files changed

+156
-29
lines changed

.changeset/tough-news-smoke.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.14.4
4+
5+
### Patch Changes
6+
7+
- [#1158](https://github.com/generaltranslation/gt/pull/1158) [`5b85ccd`](https://github.com/generaltranslation/gt/commit/5b85ccd80b93b91eae9c873b258a13b6a57443c8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation
8+
9+
- Updated dependencies [[`5b85ccd`](https://github.com/generaltranslation/gt/commit/5b85ccd80b93b91eae9c873b258a13b6a57443c8)]:
10+
- generaltranslation@8.2.2
11+
- @generaltranslation/python-extractor@0.2.6
12+
313
## 2.14.3
414

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

packages/compiler/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#1158](https://github.com/generaltranslation/gt/pull/1158) [`5b85ccd`](https://github.com/generaltranslation/gt/commit/5b85ccd80b93b91eae9c873b258a13b6a57443c8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5b85ccd`](https://github.com/generaltranslation/gt/commit/5b85ccd80b93b91eae9c873b258a13b6a57443c8)]:
12+
- generaltranslation@8.2.2
13+
314
## 1.2.1
415

516
### 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.2.1",
3+
"version": "1.3.0",
44
"description": "Universal plugin for compile-time optimization of GT translation components",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/core/CHANGELOG.md

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

3+
## 8.2.2
4+
5+
### Patch Changes
6+
7+
- [#1158](https://github.com/generaltranslation/gt/pull/1158) [`5b85ccd`](https://github.com/generaltranslation/gt/commit/5b85ccd80b93b91eae9c873b258a13b6a57443c8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation
8+
39
## 8.2.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generaltranslation",
3-
"version": "8.2.1",
3+
"version": "8.2.2",
44
"description": "A language toolkit for AI developers",
55
"main": "dist/index.cjs.min.cjs",
66
"module": "dist/index.esm.min.mjs",

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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5b85ccd`](https://github.com/generaltranslation/gt/commit/5b85ccd80b93b91eae9c873b258a13b6a57443c8)]:
8+
- gt@2.14.4
9+
310
## 2.14.3
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.3",
3+
"version": "2.14.4",
44
"description": "CLI tool for AI-powered i18n (wrapper for gt)",
55
"main": "dist/index.js",
66
"bin": "dist/main.js",

packages/i18n/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gt-i18n
22

3+
## 0.7.10
4+
5+
### Patch Changes
6+
7+
- [#1158](https://github.com/generaltranslation/gt/pull/1158) [`5b85ccd`](https://github.com/generaltranslation/gt/commit/5b85ccd80b93b91eae9c873b258a13b6a57443c8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add auto injection for jsx translation
8+
9+
- Updated dependencies [[`5b85ccd`](https://github.com/generaltranslation/gt/commit/5b85ccd80b93b91eae9c873b258a13b6a57443c8)]:
10+
- @generaltranslation/supported-locales@2.0.60
11+
- generaltranslation@8.2.2
12+
313
## 0.7.9
414

515
### Patch Changes

0 commit comments

Comments
 (0)