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
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2026-06-03

### Added

- Export shared `TranslationFn` and `TranslationVariables` types from `tyndale-react` root and server entry points.
- Extract server-side `getTranslation()` string calls imported from `tyndale-react/server`.

### Fixed

- Restore the published `tyndale-next/config` subpath export.
- Document pure shared helper strings with `msgString()` markers so the CLI extracts composed labels before runtime translation.


## [0.1.0] - 2026-04-12

### Added
Expand All @@ -20,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Locale aliases for variant locale codes
- RTL direction support via `useDirection` hook

[Unreleased]: https://github.com/ogrodev/tyndale/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/ogrodev/tyndale/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/ogrodev/tyndale/compare/v1.1.1...v1.2.0
[0.1.0]: https://github.com/ogrodev/tyndale/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion packages/tyndale-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tyndale-next",
"version": "1.1.1",
"version": "1.2.0",
"description": "Next.js adapter for Tyndale i18n",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tyndale-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tyndale-react",
"version": "1.1.1",
"version": "1.2.0",
"description": "React components and hooks for Tyndale i18n",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tyndale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tyndale",
"version": "1.1.1",
"version": "1.2.0",
"description": "CLI for AI-powered i18n — extract, translate, and validate",
"license": "MIT",
"repository": {
Expand Down
Loading