Skip to content

Commit d2e582b

Browse files
chore: bump package version (#1615)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 433e2fe commit d2e582b

File tree

15 files changed

+73
-32
lines changed

15 files changed

+73
-32
lines changed

.changeset/add-iso-639-3-validation.md

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

demo/adonisjs/CHANGELOG.md

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

3+
## 0.0.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- lingo.dev@0.116.1
9+
- @lingo.dev/_compiler@0.7.18
10+
311
## 0.0.34
412

513
### Patch Changes

demo/adonisjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adonis",
3-
"version": "0.0.34",
3+
"version": "0.0.35",
44
"private": true,
55
"type": "module",
66
"license": "UNLICENSED",

demo/next-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# next-app
22

3+
## 0.2.87
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- lingo.dev@0.116.1
9+
310
## 0.2.86
411

512
### Patch Changes

demo/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app",
3-
"version": "0.2.86",
3+
"version": "0.2.87",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# lingo.dev
22

3+
## 0.116.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f6ffbf`](https://github.com/lingodotdev/lingo.dev/commit/0f6ffbf7dafafbead768eb9e52787cb6013aa1c3)]:
8+
- @lingo.dev/_locales@0.2.0
9+
- @lingo.dev/_spec@0.43.1
10+
- @lingo.dev/_compiler@0.7.18
11+
- @lingo.dev/_sdk@0.12.9
12+
313
## 0.116.0
414

515
### Minor 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": "lingo.dev",
3-
"version": "0.116.0",
3+
"version": "0.116.1",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"publishConfig": {

packages/compiler/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @lingo.dev/\_compiler
22

3+
## 0.7.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @lingo.dev/_spec@0.43.1
9+
- @lingo.dev/_sdk@0.12.9
10+
311
## 0.7.17
412

513
### Patch Changes
@@ -128,7 +136,6 @@
128136
### Minor Changes
129137

130138
- [#997](https://github.com/lingodotdev/lingo.dev/pull/997) [`bd9538a`](https://github.com/lingodotdev/lingo.dev/commit/bd9538ac6eba0ffc91ffc1fef5db6366c13e9e06) Thanks [@VAIBHAVSING](https://github.com/VAIBHAVSING)! - ### Whitespace Normalization Fix
131-
132139
- Improved `normalizeJsxWhitespace` logic to preserve leading spaces inside JSX elements while removing unnecessary formatting whitespace and extra lines.
133140
- Ensured explicit whitespace (e.g., `{" "}`) is handled correctly without introducing double spaces.
134141
- Added targeted tests (`jsx-content-whitespace.spec.ts`) to verify whitespace handling.
@@ -206,7 +213,6 @@
206213
### Minor Changes
207214

208215
- [#958](https://github.com/lingodotdev/lingo.dev/pull/958) [`84fd214`](https://github.com/lingodotdev/lingo.dev/commit/84fd214a21766e7683c5d645fcb8c4c0162eb0b6) Thanks [@chrissiwaffler](https://github.com/chrissiwaffler)! - feat: add Mistral AI as a supported LLM provider
209-
210216
- Added Mistral AI provider support across the entire lingo.dev ecosystem
211217
- Users can now use Mistral models for localization by setting MISTRAL_API_KEY
212218
- Supports all Mistral models available through the @ai-sdk/mistral package

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": "@lingo.dev/_compiler",
3-
"version": "0.7.17",
3+
"version": "0.7.18",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"publishConfig": {

packages/locales/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
# @lingo.dev/\_locales
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#1614](https://github.com/lingodotdev/lingo.dev/pull/1614) [`0f6ffbf`](https://github.com/lingodotdev/lingo.dev/commit/0f6ffbf7dafafbead768eb9e52787cb6013aa1c3) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - feat: use ISO 639-3 package for comprehensive language code validation
8+
9+
Replaces hardcoded list of ISO 639-1 (2-letter) language codes with the comprehensive iso-639-3 package, which includes:
10+
- All ISO 639-1 codes (2-letter, ~184 languages)
11+
- All ISO 639-2 codes (3-letter bibliographic and terminologic)
12+
- All ISO 639-3 codes (3-letter, ~8,000 languages)
13+
14+
This fixes validation issues with 3-letter language codes like:
15+
- `fil` (Filipino)
16+
- `bar` (Bavarian)
17+
- `nap` (Neapolitan)
18+
- `zgh` (Standard Moroccan Tamazight)
19+
20+
And many other languages that don't have 2-letter ISO 639-1 codes.
21+
322
## 0.1.0
423

524
### Minor Changes
625

726
- [#1124](https://github.com/lingodotdev/lingo.dev/pull/1124) [`40fa69d`](https://github.com/lingodotdev/lingo.dev/commit/40fa69d9525a18c5861b6cce33262968c511ce5a) Thanks [@leen-neel](https://github.com/leen-neel)! - Implemented locales package from #1080
8-
927
- Added new `@lingo.dev/_locales` package for locale management
1028
- Includes locale name parsing and validation utilities
1129
- Provides integration helpers for various frameworks

0 commit comments

Comments
 (0)