Skip to content

Commit 95e2e28

Browse files
chore: bump package version (#2052)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 9991515 commit 95e2e28

File tree

7 files changed

+30
-11
lines changed

7 files changed

+30
-11
lines changed

.changeset/gentle-gifts-tell.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.133.4
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
CLI: Auth failures now show specific error messages (e.g., "Invalid API key" vs generic "Authentication failed").
10+
11+
- Updated dependencies [[`9991515`](https://github.com/lingodotdev/lingo.dev/commit/9991515adad3773d40791b18f2e6105235145609)]:
12+
- @lingo.dev/_sdk@0.16.1
13+
- @lingo.dev/_compiler@0.12.1
14+
315
## 0.133.3
416

517
### 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.133.3",
3+
"version": "0.133.4",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"repository": {

packages/compiler/CHANGELOG.md

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

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9991515`](https://github.com/lingodotdev/lingo.dev/commit/9991515adad3773d40791b18f2e6105235145609)]:
8+
- @lingo.dev/_sdk@0.16.1
9+
310
## 0.12.0
411

512
### Minor 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.12.0",
3+
"version": "0.12.1",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

packages/sdk/CHANGELOG.md

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

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
CLI: Auth failures now show specific error messages (e.g., "Invalid API key" vs generic "Authentication failed").
10+
311
## 0.16.0
412

513
### Minor Changes

packages/sdk/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/_sdk",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Lingo.dev JS SDK",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)