diff --git a/.changeset/gentle-gifts-tell.md b/.changeset/gentle-gifts-tell.md deleted file mode 100644 index c37116499..000000000 --- a/.changeset/gentle-gifts-tell.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"lingo.dev": patch -"@lingo.dev/_sdk": patch ---- - -SDK: Improved API error messages by parsing server JSON responses instead of using HTTP status text. Removed try/catch from whoami so network errors propagate instead of being silently treated as "not authenticated". Deduplicated error handling into shared helpers. Removed unused workflowId parameter. - -CLI: Auth failures now show specific error messages (e.g., "Invalid API key" vs generic "Authentication failed"). diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 06d4070c8..1dfbdb9d9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # lingo.dev +## 0.133.4 + +### Patch Changes + +- [#2051](https://github.com/lingodotdev/lingo.dev/pull/2051) [`9991515`](https://github.com/lingodotdev/lingo.dev/commit/9991515adad3773d40791b18f2e6105235145609) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - SDK: Improved API error messages by parsing server JSON responses instead of using HTTP status text. Removed try/catch from whoami so network errors propagate instead of being silently treated as "not authenticated". Deduplicated error handling into shared helpers. Removed unused workflowId parameter. + + CLI: Auth failures now show specific error messages (e.g., "Invalid API key" vs generic "Authentication failed"). + +- Updated dependencies [[`9991515`](https://github.com/lingodotdev/lingo.dev/commit/9991515adad3773d40791b18f2e6105235145609)]: + - @lingo.dev/_sdk@0.16.1 + - @lingo.dev/_compiler@0.12.1 + ## 0.133.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f421b0974..88a867ef7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "lingo.dev", - "version": "0.133.3", + "version": "0.133.4", "description": "Lingo.dev CLI", "private": false, "repository": { diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index e9f5ff868..5c0f6492c 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,12 @@ # @lingo.dev/\_compiler +## 0.12.1 + +### Patch Changes + +- Updated dependencies [[`9991515`](https://github.com/lingodotdev/lingo.dev/commit/9991515adad3773d40791b18f2e6105235145609)]: + - @lingo.dev/_sdk@0.16.1 + ## 0.12.0 ### Minor Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 4e84a070a..b480ef3a0 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@lingo.dev/_compiler", - "version": "0.12.0", + "version": "0.12.1", "description": "Lingo.dev Compiler", "private": false, "repository": { diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index bec2a5ab1..c96197ff2 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @lingo.dev/\_sdk +## 0.16.1 + +### Patch Changes + +- [#2051](https://github.com/lingodotdev/lingo.dev/pull/2051) [`9991515`](https://github.com/lingodotdev/lingo.dev/commit/9991515adad3773d40791b18f2e6105235145609) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - SDK: Improved API error messages by parsing server JSON responses instead of using HTTP status text. Removed try/catch from whoami so network errors propagate instead of being silently treated as "not authenticated". Deduplicated error handling into shared helpers. Removed unused workflowId parameter. + + CLI: Auth failures now show specific error messages (e.g., "Invalid API key" vs generic "Authentication failed"). + ## 0.16.0 ### Minor Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 07c751293..42c67b42b 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@lingo.dev/_sdk", - "version": "0.16.0", + "version": "0.16.1", "description": "Lingo.dev JS SDK", "private": false, "repository": {