Skip to content

Commit c44d0a3

Browse files
[ci] release (#1204)
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.11 ### Patch Changes - [#1196](#1196) [`cf8bee6`](cf8bee6) Thanks [@moss-bryophyta](https://github.com/moss-bryophyta)! - Fix CLI silently creating `gt.config.json` when running commands like `gt stage` in directories without a config file. Commands that require a config now exit with a clear error message pointing users to `gt init`. Config creation is only handled by the init/setup wizard. - [#1199](#1199) [`1828cd4`](1828cd4) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: enable autoderive for jsx - [#1201](#1201) [`fbb9d26`](fbb9d26) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: customize autoderive ## @generaltranslation/compiler@1.3.5 ### Patch Changes - [#1199](#1199) [`1828cd4`](1828cd4) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: enable autoderive for jsx - [#1201](#1201) [`fbb9d26`](fbb9d26) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: customize autoderive ## gtx-cli@2.14.11 ### Patch Changes - Updated dependencies \[[`cf8bee6`](cf8bee6), [`1828cd4`](1828cd4), [`fbb9d26`](fbb9d26)]: - gt@2.14.11 ## locadex@1.0.146 ### Patch Changes - Updated dependencies \[[`cf8bee6`](cf8bee6), [`1828cd4`](1828cd4), [`fbb9d26`](fbb9d26)]: - gt@2.14.11 ## gt-next@6.16.4 ### Patch Changes - [#1199](#1199) [`1828cd4`](1828cd4) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: enable autoderive for jsx - [#1200](#1200) [`223fc66`](223fc66) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: spread derivation - [#1201](#1201) [`fbb9d26`](fbb9d26) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: customize autoderive - Updated dependencies \[[`1828cd4`](1828cd4), [`0a1aef8`](0a1aef8), [`fbb9d26`](fbb9d26)]: - @generaltranslation/compiler@1.3.5 - gt-react@10.18.1 ## @generaltranslation/gt-next-lint@14.0.4 ### Patch Changes - Updated dependencies \[[`1828cd4`](1828cd4), [`223fc66`](223fc66), [`fbb9d26`](fbb9d26)]: - gt-next@6.16.4 ## gt-react@10.18.1 ### Patch Changes - [#1202](#1202) [`0a1aef8`](0a1aef8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: update html langtag for i18n-context - Updated dependencies \[[`0a1aef8`](0a1aef8)]: - @generaltranslation/react-core@1.8.1 ## @generaltranslation/react-core@1.8.1 ### Patch Changes - [#1202](#1202) [`0a1aef8`](0a1aef8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: update html langtag for i18n-context ## gt-tanstack-start@0.4.1 ### Patch Changes - Updated dependencies \[[`0a1aef8`](0a1aef8)]: - @generaltranslation/react-core@1.8.1 - gt-react@10.18.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac91add commit c44d0a3

23 files changed

+85
-39
lines changed

.changeset/fix-no-auto-create-config.md

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

.changeset/fruity-buttons-fall.md

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

.changeset/fruity-years-dress.md

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

.changeset/slick-ideas-sell.md

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

.changeset/smart-sites-learn.md

Lines changed: 0 additions & 7 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.11
4+
5+
### Patch Changes
6+
7+
- [#1196](https://github.com/generaltranslation/gt/pull/1196) [`cf8bee6`](https://github.com/generaltranslation/gt/commit/cf8bee67159eeafccf22ac06861905b0a672f64a) Thanks [@moss-bryophyta](https://github.com/moss-bryophyta)! - Fix CLI silently creating `gt.config.json` when running commands like `gt stage` in directories without a config file. Commands that require a config now exit with a clear error message pointing users to `gt init`. Config creation is only handled by the init/setup wizard.
8+
9+
- [#1199](https://github.com/generaltranslation/gt/pull/1199) [`1828cd4`](https://github.com/generaltranslation/gt/commit/1828cd4eafb1f3ea868b437b914c844670d2c50f) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: enable autoderive for jsx
10+
11+
- [#1201](https://github.com/generaltranslation/gt/pull/1201) [`fbb9d26`](https://github.com/generaltranslation/gt/commit/fbb9d268dbee58142e305b9076e44000205d5437) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: customize autoderive
12+
313
## 2.14.10
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.10",
3+
"version": "2.14.11",
44
"main": "dist/index.js",
55
"bin": "dist/main.js",
66
"files": [

packages/compiler/CHANGELOG.md

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

3+
## 1.3.5
4+
5+
### Patch Changes
6+
7+
- [#1199](https://github.com/generaltranslation/gt/pull/1199) [`1828cd4`](https://github.com/generaltranslation/gt/commit/1828cd4eafb1f3ea868b437b914c844670d2c50f) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: enable autoderive for jsx
8+
9+
- [#1201](https://github.com/generaltranslation/gt/pull/1201) [`fbb9d26`](https://github.com/generaltranslation/gt/commit/fbb9d268dbee58142e305b9076e44000205d5437) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: customize autoderive
10+
311
## 1.3.4
412

513
### 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.4",
3+
"version": "1.3.5",
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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cf8bee6`](https://github.com/generaltranslation/gt/commit/cf8bee67159eeafccf22ac06861905b0a672f64a), [`1828cd4`](https://github.com/generaltranslation/gt/commit/1828cd4eafb1f3ea868b437b914c844670d2c50f), [`fbb9d26`](https://github.com/generaltranslation/gt/commit/fbb9d268dbee58142e305b9076e44000205d5437)]:
8+
- gt@2.14.11
9+
310
## 2.14.10
411

512
### Patch Changes

0 commit comments

Comments
 (0)