Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-no-auto-create-config.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fruity-buttons-fall.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fruity-years-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slick-ideas-sell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-sites-learn.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gtx-cli

## 2.14.11

### Patch Changes

- [#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.

- [#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

- [#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

## 2.14.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gt",
"version": "2.14.10",
"version": "2.14.11",
"main": "dist/index.js",
"bin": "dist/main.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @generaltranslation/compiler

## 1.3.5

### Patch Changes

- [#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

- [#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

## 1.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@generaltranslation/compiler",
"version": "1.3.4",
"version": "1.3.5",
"description": "Universal plugin for compile-time optimization of GT translation components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/gtx-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gtx-cli

## 2.14.11

### Patch Changes

- 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)]:
- gt@2.14.11

## 2.14.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gtx-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtx-cli",
"version": "2.14.10",
"version": "2.14.11",
"description": "CLI tool for AI-powered i18n (wrapper for gt)",
"main": "dist/index.js",
"bin": "dist/main.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/locadex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# locadex

## 1.0.146

### Patch Changes

- 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)]:
- gt@2.14.11

## 1.0.145

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/locadex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "locadex",
"version": "1.0.145",
"version": "1.0.146",
"description": "An AI agent for internationalization",
"main": "dist/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/next-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @generaltranslation/gt-next-lint

## 14.0.4

### Patch Changes

- Updated dependencies [[`1828cd4`](https://github.com/generaltranslation/gt/commit/1828cd4eafb1f3ea868b437b914c844670d2c50f), [`223fc66`](https://github.com/generaltranslation/gt/commit/223fc66506e7ec1dc4d6261d9003e6c377d4f5e5), [`fbb9d26`](https://github.com/generaltranslation/gt/commit/fbb9d268dbee58142e305b9076e44000205d5437)]:
- gt-next@6.16.4

## 14.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@generaltranslation/gt-next-lint",
"version": "14.0.3",
"version": "14.0.4",
"description": "ESLint plugin for General Translation Next.js integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# gt-next

## 6.16.4

### Patch Changes

- [#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

- [#1200](https://github.com/generaltranslation/gt/pull/1200) [`223fc66`](https://github.com/generaltranslation/gt/commit/223fc66506e7ec1dc4d6261d9003e6c377d4f5e5) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: spread derivation

- [#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

- Updated dependencies [[`1828cd4`](https://github.com/generaltranslation/gt/commit/1828cd4eafb1f3ea868b437b914c844670d2c50f), [`0a1aef8`](https://github.com/generaltranslation/gt/commit/0a1aef8da966c4c02557dc834f1bc7c6822e55be), [`fbb9d26`](https://github.com/generaltranslation/gt/commit/fbb9d268dbee58142e305b9076e44000205d5437)]:
- @generaltranslation/compiler@1.3.5
- gt-react@10.18.1

## 6.16.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gt-next",
"version": "6.16.3",
"version": "6.16.4",
"description": "A Next.js library for automatic internationalization.",
"main": "dist/index.server.js",
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @generaltranslation/react-core

## 1.8.1

### Patch Changes

- [#1202](https://github.com/generaltranslation/gt/pull/1202) [`0a1aef8`](https://github.com/generaltranslation/gt/commit/0a1aef8da966c4c02557dc834f1bc7c6822e55be) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: update html langtag for i18n-context

## 1.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@generaltranslation/react-core",
"version": "1.8.0",
"version": "1.8.1",
"description": "A pure React library for internationalization",
"main": "./dist/index.cjs.min.cjs",
"module": "./dist/index.esm.min.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# gt-react

## 10.18.1

### Patch Changes

- [#1202](https://github.com/generaltranslation/gt/pull/1202) [`0a1aef8`](https://github.com/generaltranslation/gt/commit/0a1aef8da966c4c02557dc834f1bc7c6822e55be) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: update html langtag for i18n-context

- Updated dependencies [[`0a1aef8`](https://github.com/generaltranslation/gt/commit/0a1aef8da966c4c02557dc834f1bc7c6822e55be)]:
- @generaltranslation/react-core@1.8.1

## 10.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gt-react",
"version": "10.18.0",
"version": "10.18.1",
"description": "A React library for automatic internationalization.",
"main": "./dist/index.cjs.min.cjs",
"module": "./dist/index.esm.min.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/tanstack-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# gt-tanstack-start

## 0.4.1

### Patch Changes

- Updated dependencies [[`0a1aef8`](https://github.com/generaltranslation/gt/commit/0a1aef8da966c4c02557dc834f1bc7c6822e55be)]:
- @generaltranslation/react-core@1.8.1
- gt-react@10.18.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gt-tanstack-start",
"version": "0.4.0",
"version": "0.4.1",
"description": "TanStack Start integration for General Translation",
"main": "dist/index.cjs.min.cjs",
"module": "dist/index.esm.min.mjs",
Expand Down
Loading