Skip to content

Commit b40d525

Browse files
[ci] release (#1100)
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.9.0 ### Minor Changes - [#1099](#1099) [`e364093`](e364093) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - feat: add twilio json support for cli ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 - @generaltranslation/python-extractor@0.1.2 ## @generaltranslation/compiler@1.1.27 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 ## generaltranslation@8.1.16 ### Patch Changes - [#1099](#1099) [`e364093`](e364093) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - feat: add twilio json support for cli ## gtx-cli@2.9.0 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - gt@2.9.0 ## gt-i18n@0.5.2 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 - @generaltranslation/supported-locales@2.0.49 ## locadex@1.0.115 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - gt@2.9.0 ## gt-next@6.13.8 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 - @generaltranslation/compiler@1.1.27 - gt-i18n@0.5.2 - gt-react@10.11.7 - @generaltranslation/supported-locales@2.0.49 ## @generaltranslation/gt-next-lint@11.0.8 ### Patch Changes - Updated dependencies \[]: - gt-next@6.13.8 ## gt-node@0.3.2 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 - gt-i18n@0.5.2 ## @generaltranslation/python-extractor@0.1.2 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 ## gt-react@10.11.7 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 - @generaltranslation/react-core@1.5.7 - @generaltranslation/supported-locales@2.0.49 ## @generaltranslation/react-core@1.5.7 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 - gt-i18n@0.5.2 - @generaltranslation/supported-locales@2.0.49 ## gt-sanity@1.1.23 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 ## @generaltranslation/supported-locales@2.0.49 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 ## gt-tanstack-start@0.1.14 ### Patch Changes - Updated dependencies \[[`e364093`](e364093)]: - generaltranslation@8.1.16 - gt-i18n@0.5.2 - gt-react@10.11.7 - @generaltranslation/react-core@1.5.7 ## gt-next-middleware-e2e@0.1.8 ### Patch Changes - Updated dependencies \[]: - gt-next@6.13.8 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e364093 commit b40d525

File tree

33 files changed

+145
-22
lines changed

33 files changed

+145
-22
lines changed

.changeset/every-cougars-send.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.9.0
4+
5+
### Minor Changes
6+
7+
- [#1099](https://github.com/generaltranslation/gt/pull/1099) [`e364093`](https://github.com/generaltranslation/gt/commit/e3640931cf0ca2df08dcadbae30b1668e14a3ed8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - feat: add twilio json support for cli
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e364093`](https://github.com/generaltranslation/gt/commit/e3640931cf0ca2df08dcadbae30b1668e14a3ed8)]:
12+
- generaltranslation@8.1.16
13+
- @generaltranslation/python-extractor@0.1.2
14+
315
## 2.8.2
416

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

packages/compiler/CHANGELOG.md

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

3+
## 1.1.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e364093`](https://github.com/generaltranslation/gt/commit/e3640931cf0ca2df08dcadbae30b1668e14a3ed8)]:
8+
- generaltranslation@8.1.16
9+
310
## 1.1.26
411

512
### 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.1.26",
3+
"version": "1.1.27",
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.1.16
4+
5+
### Patch Changes
6+
7+
- [#1099](https://github.com/generaltranslation/gt/pull/1099) [`e364093`](https://github.com/generaltranslation/gt/commit/e3640931cf0ca2df08dcadbae30b1668e14a3ed8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - feat: add twilio json support for cli
8+
39
## 8.1.15
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.1.15",
3+
"version": "8.1.16",
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.9.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e364093`](https://github.com/generaltranslation/gt/commit/e3640931cf0ca2df08dcadbae30b1668e14a3ed8)]:
8+
- gt@2.9.0
9+
310
## 2.8.2
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.8.2",
3+
"version": "2.9.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# gt-i18n
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e364093`](https://github.com/generaltranslation/gt/commit/e3640931cf0ca2df08dcadbae30b1668e14a3ed8)]:
8+
- generaltranslation@8.1.16
9+
- @generaltranslation/supported-locales@2.0.49
10+
311
## 0.5.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)