Skip to content

Commit cf9e706

Browse files
chore: bump package version (#964)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 84fd214 commit cf9e706

13 files changed

Lines changed: 68 additions & 27 deletions

File tree

.changeset/add-mistral-provider.md

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

.changeset/metal-drinks-behave.md

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

.changeset/slow-mirrors-exist.md

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

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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`84fd214`](https://github.com/lingodotdev/lingo.dev/commit/84fd214a21766e7683c5d645fcb8c4c0162eb0b6), [`0fc6385`](https://github.com/lingodotdev/lingo.dev/commit/0fc63856c6f49ac68a220b6e2f1c4f060e7ce78e), [`cac5429`](https://github.com/lingodotdev/lingo.dev/commit/cac54296d512d436dc3861441d5d1a3f1076792b)]:
8+
- lingo.dev@0.101.0
9+
310
## 0.2.17
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.17",
3+
"version": "0.2.18",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

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

3+
## 0.101.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- Added Mistral AI provider support across the entire lingo.dev ecosystem
10+
- Users can now use Mistral models for localization by setting MISTRAL_API_KEY
11+
- Supports all Mistral models available through the @ai-sdk/mistral package
12+
- Configuration via environment variable or user-wide config: `npx lingo.dev@latest config set llm.mistralApiKey <key>`
13+
14+
### Patch Changes
15+
16+
- [#962](https://github.com/lingodotdev/lingo.dev/pull/962) [`0fc6385`](https://github.com/lingodotdev/lingo.dev/commit/0fc63856c6f49ac68a220b6e2f1c4f060e7ce78e) Thanks [@mathio](https://github.com/mathio)! - format with prettier, add prettier check for PRs
17+
18+
- [#955](https://github.com/lingodotdev/lingo.dev/pull/955) [`cac5429`](https://github.com/lingodotdev/lingo.dev/commit/cac54296d512d436dc3861441d5d1a3f1076792b) Thanks [@mathio](https://github.com/mathio)! - progressive push as chunks are processed
19+
20+
- Updated dependencies [[`84fd214`](https://github.com/lingodotdev/lingo.dev/commit/84fd214a21766e7683c5d645fcb8c4c0162eb0b6)]:
21+
- @lingo.dev/_compiler@0.5.0
22+
- @lingo.dev/_spec@0.38.0
23+
- @lingo.dev/_sdk@0.9.4
24+
325
## 0.100.1
426

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

packages/compiler/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- Added Mistral AI provider support across the entire lingo.dev ecosystem
10+
- Users can now use Mistral models for localization by setting MISTRAL_API_KEY
11+
- Supports all Mistral models available through the @ai-sdk/mistral package
12+
- Configuration via environment variable or user-wide config: `npx lingo.dev@latest config set llm.mistralApiKey <key>`
13+
14+
### Patch Changes
15+
16+
- Updated dependencies []:
17+
- @lingo.dev/_sdk@0.9.4
18+
319
## 0.4.1
420

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

packages/sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lingo.dev/\_sdk
22

3+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`84fd214`](https://github.com/lingodotdev/lingo.dev/commit/84fd214a21766e7683c5d645fcb8c4c0162eb0b6)]:
8+
- @lingo.dev/_spec@0.38.0
9+
310
## 0.9.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)