Skip to content

Commit 4c7ab31

Browse files
[ci] release (#1176)
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-i18n@0.8.0 ### Minor Changes - [#1173](#1173) [`6b0b56b`](6b0b56b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation ## gt-next@6.16.0 ### Minor Changes - [#1173](#1173) [`6b0b56b`](6b0b56b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation ### Patch Changes - Updated dependencies \[[`6b0b56b`](6b0b56b)]: - gt-i18n@0.8.0 - gt-react@10.18.0 - @generaltranslation/compiler@1.3.1 ## gt-node@0.5.0 ### Minor Changes - [#1173](#1173) [`6b0b56b`](6b0b56b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation ### Patch Changes - Updated dependencies \[[`6b0b56b`](6b0b56b)]: - gt-i18n@0.8.0 ## gt-react@10.18.0 ### Minor Changes - [#1173](#1173) [`6b0b56b`](6b0b56b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation ### Patch Changes - Updated dependencies \[[`6b0b56b`](6b0b56b)]: - gt-i18n@0.8.0 - @generaltranslation/react-core@1.8.0 ## @generaltranslation/react-core@1.8.0 ### Minor Changes - [#1173](#1173) [`6b0b56b`](6b0b56b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation ### Patch Changes - Updated dependencies \[[`6b0b56b`](6b0b56b)]: - gt-i18n@0.8.0 ## gt-tanstack-start@0.4.0 ### Minor Changes - [#1173](#1173) [`6b0b56b`](6b0b56b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation ### Patch Changes - Updated dependencies \[[`6b0b56b`](6b0b56b)]: - gt-i18n@0.8.0 - gt-react@10.18.0 - @generaltranslation/react-core@1.8.0 ## gt@2.14.6 ### Patch Changes - [#1173](#1173) [`6b0b56b`](6b0b56b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation - Updated dependencies \[[`6b0b56b`](6b0b56b)]: - @generaltranslation/python-extractor@0.2.7 ## @generaltranslation/compiler@1.3.1 ### Patch Changes - [#1173](#1173) [`6b0b56b`](6b0b56b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation ## gtx-cli@2.14.6 ### Patch Changes - Updated dependencies \[[`6b0b56b`](6b0b56b)]: - gt@2.14.6 ## locadex@1.0.141 ### Patch Changes - Updated dependencies \[[`6b0b56b`](6b0b56b)]: - gt@2.14.6 ## @generaltranslation/gt-next-lint@14.0.0 ### Patch Changes - Updated dependencies \[[`6b0b56b`](6b0b56b)]: - gt-next@6.16.0 ## @generaltranslation/python-extractor@0.2.7 ### Patch Changes - [#1173](#1173) [`6b0b56b`](6b0b56b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b0b56b commit 4c7ab31

File tree

25 files changed

+120
-25
lines changed

25 files changed

+120
-25
lines changed

.changeset/hot-seas-lick.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.14.6
4+
5+
### Patch Changes
6+
7+
- [#1173](https://github.com/generaltranslation/gt/pull/1173) [`6b0b56b`](https://github.com/generaltranslation/gt/commit/6b0b56b2253e389913fe67eb19f0ba6ebf2c7a53) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation
8+
9+
- Updated dependencies [[`6b0b56b`](https://github.com/generaltranslation/gt/commit/6b0b56b2253e389913fe67eb19f0ba6ebf2c7a53)]:
10+
- @generaltranslation/python-extractor@0.2.7
11+
312
## 2.14.5
413

514
### 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.5",
3+
"version": "2.14.6",
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.1
4+
5+
### Patch Changes
6+
7+
- [#1173](https://github.com/generaltranslation/gt/pull/1173) [`6b0b56b`](https://github.com/generaltranslation/gt/commit/6b0b56b2253e389913fe67eb19f0ba6ebf2c7a53) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation
8+
39
## 1.3.0
410

511
### Minor 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.0",
3+
"version": "1.3.1",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6b0b56b`](https://github.com/generaltranslation/gt/commit/6b0b56b2253e389913fe67eb19f0ba6ebf2c7a53)]:
8+
- gt@2.14.6
9+
310
## 2.14.5
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.5",
3+
"version": "2.14.6",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gt-i18n
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#1173](https://github.com/generaltranslation/gt/pull/1173) [`6b0b56b`](https://github.com/generaltranslation/gt/commit/6b0b56b2253e389913fe67eb19f0ba6ebf2c7a53) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - add context derivation
8+
39
## 0.7.10
410

511
### Patch Changes

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gt-i18n",
3-
"version": "0.7.10",
3+
"version": "0.8.0",
44
"description": "Pure JS i18n library for General Translation",
55
"main": "dist/index.cjs.min.cjs",
66
"module": "dist/index.esm.min.mjs",

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.141
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6b0b56b`](https://github.com/generaltranslation/gt/commit/6b0b56b2253e389913fe67eb19f0ba6ebf2c7a53)]:
8+
- gt@2.14.6
9+
310
## 1.0.140
411

512
### Patch Changes

0 commit comments

Comments
 (0)