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
9 changes: 0 additions & 9 deletions .changeset/tangy-apples-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-rockets-rule.md

This file was deleted.

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

## 2.6.30

### Patch Changes

- [#1068](https://github.com/generaltranslation/gt/pull/1068) [`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: runtime calculation for the injection of 'data-' attribute in jsx

- [#1066](https://github.com/generaltranslation/gt/pull/1066) [`7b4837f`](https://github.com/generaltranslation/gt/commit/7b4837fe44e387c4de812d9b3f7fc394cb24e49e) Thanks [@fernando-aviles](https://github.com/fernando-aviles)! - Wrapping text node URLs for Mintlify MDX to align with their parser

## 2.6.29

### 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": "gtx-cli",
"version": "2.6.29",
"version": "2.6.30",
"main": "dist/index.js",
"bin": "dist/main.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @generaltranslation/compiler

## 1.1.23

### Patch Changes

- [#1068](https://github.com/generaltranslation/gt/pull/1068) [`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: runtime calculation for the injection of 'data-' attribute in jsx

## 1.1.22

### 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.1.22",
"version": "1.1.23",
"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/locadex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# locadex

## 1.0.108

### Patch Changes

- Updated dependencies [[`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b), [`7b4837f`](https://github.com/generaltranslation/gt/commit/7b4837fe44e387c4de812d9b3f7fc394cb24e49e)]:
- gtx-cli@2.6.30

## 1.0.107

### 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.107",
"version": "1.0.108",
"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

## 11.0.3

### Patch Changes

- Updated dependencies [[`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b)]:
- gt-next@6.13.3

## 11.0.2

### 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": "11.0.2",
"version": "11.0.3",
"description": "ESLint plugin for General Translation Next.js integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gt-next

## 6.13.3

### Patch Changes

- [#1068](https://github.com/generaltranslation/gt/pull/1068) [`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: runtime calculation for the injection of 'data-' attribute in jsx

- Updated dependencies [[`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b)]:
- @generaltranslation/compiler@1.1.23
- gt-react@10.11.2

## 6.13.2

### 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.13.2",
"version": "6.13.3",
"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-linter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @generaltranslation/react-core-linter

## 0.1.2

### Patch Changes

- [#1068](https://github.com/generaltranslation/gt/pull/1068) [`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: runtime calculation for the injection of 'data-' attribute in jsx

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core-linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@generaltranslation/react-core-linter",
"version": "0.1.1",
"version": "0.1.2",
"description": "ESLint plugin for General Translation React Core integration",
"type": "module",
"main": "dist/index.js",
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.5.2

### Patch Changes

- [#1068](https://github.com/generaltranslation/gt/pull/1068) [`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: runtime calculation for the injection of 'data-' attribute in jsx

## 1.5.1

### Patch 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.5.1",
"version": "1.5.2",
"description": "A pure React library for internationalization",
"main": "./dist/index.cjs.min.cjs",
"module": "./dist/index.esm.min.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gt-react

## 10.11.2

### Patch Changes

- Updated dependencies [[`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b)]:
- @generaltranslation/react-core@1.5.2

## 10.11.1

### Patch 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.11.1",
"version": "10.11.2",
"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.1.9

### Patch Changes

- Updated dependencies [[`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b)]:
- @generaltranslation/react-core@1.5.2
- gt-react@10.11.2

## 0.1.8

### Patch 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.1.8",
"version": "0.1.9",
"description": "TanStack Start integration for General Translation",
"main": "dist/index.cjs.min.cjs",
"module": "dist/index.esm.min.mjs",
Expand Down
7 changes: 7 additions & 0 deletions tests/apps/next/middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gt-next-middleware-e2e

## 0.1.3

### Patch Changes

- Updated dependencies [[`94b95ef`](https://github.com/generaltranslation/gt/commit/94b95ef662b81dac51416ecc64f3318339171f0b)]:
- gt-next@6.13.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/apps/next/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gt-next-middleware-e2e",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down