Skip to content

Commit eb99013

Browse files
[ci] release (#1184)
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.8 ### Patch Changes - [#1187](#1187) [`9281fe5`](9281fe5) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix(cli): extend autoderive gt msg - [#1185](#1185) [`121be24`](121be24) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: exploration of properties for Branch and Plural during multiplication step - [#1186](#1186) [`7a3c7de`](7a3c7de) Thanks [@moss-bryophyta](https://github.com/moss-bryophyta)! - Warn when Mintlify docs.json contains unsupported $ref fields ## @generaltranslation/compiler@1.3.3 ### Patch Changes - [#1188](#1188) [`a76a386`](a76a386) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix(compiler): extend autoderive gt msg ## gtx-cli@2.14.8 ### Patch Changes - [#1180](#1180) [`04c142e`](04c142e) Thanks [@moss-bryophyta](https://github.com/moss-bryophyta)! - Changed default translation output directory for Vite projects from `./public/_gt` to `./src/_gt` in the setup wizard. - Updated dependencies \[[`9281fe5`](9281fe5), [`121be24`](121be24), [`7a3c7de`](7a3c7de)]: - gt@2.14.8 ## locadex@1.0.143 ### Patch Changes - Updated dependencies \[[`9281fe5`](9281fe5), [`121be24`](121be24), [`7a3c7de`](7a3c7de)]: - gt@2.14.8 ## gt-next@6.16.2 ### Patch Changes - [#1189](#1189) [`7efceb8`](7efceb8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - feat(swc): support autoDerive flag in SWC plugin to allow bare variables and function calls in gt() template literals and concatenations - Updated dependencies \[[`a76a386`](a76a386)]: - @generaltranslation/compiler@1.3.3 ## @generaltranslation/gt-next-lint@14.0.2 ### Patch Changes - Updated dependencies \[[`7efceb8`](7efceb8)]: - gt-next@6.16.2 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7a3c7de commit eb99013

18 files changed

+54
-36
lines changed

.changeset/breezy-walls-hunt.md

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

.changeset/curly-loops-leave.md

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

.changeset/detect-mintlify-refs.md

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

.changeset/extend-autoderive-swc.md

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

.changeset/fix-vite-translations-dir.md

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

.changeset/ninety-wings-cough.md

Lines changed: 0 additions & 5 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.8
4+
5+
### Patch Changes
6+
7+
- [#1187](https://github.com/generaltranslation/gt/pull/1187) [`9281fe5`](https://github.com/generaltranslation/gt/commit/9281fe5d9c2f3e35b67ccedb9c444aebbb6a8bd1) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix(cli): extend autoderive gt msg
8+
9+
- [#1185](https://github.com/generaltranslation/gt/pull/1185) [`121be24`](https://github.com/generaltranslation/gt/commit/121be24def7f9dc464b8589bf0be14d04ac3e6e1) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: exploration of properties for Branch and Plural during multiplication step
10+
11+
- [#1186](https://github.com/generaltranslation/gt/pull/1186) [`7a3c7de`](https://github.com/generaltranslation/gt/commit/7a3c7de8e5d5103bd9fec893a677a13068f822e6) Thanks [@moss-bryophyta](https://github.com/moss-bryophyta)! - Warn when Mintlify docs.json contains unsupported $ref fields
12+
313
## 2.14.7
414

515
## 2.14.6

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.7",
3+
"version": "2.14.8",
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.3
4+
5+
### Patch Changes
6+
7+
- [#1188](https://github.com/generaltranslation/gt/pull/1188) [`a76a386`](https://github.com/generaltranslation/gt/commit/a76a38624a2defbfd8d0540ccb74bb264079f61a) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix(compiler): extend autoderive gt msg
8+
39
## 1.3.2
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.2",
3+
"version": "1.3.3",
44
"description": "Universal plugin for compile-time optimization of GT translation components",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)