Skip to content

Commit 466f910

Browse files
chore: bump package version (#1993)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent debcb6e commit 466f910

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/yellow-cows-hear.md

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

demo/new-compiler-next16/CHANGELOG.md

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

3+
## 0.1.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`debcb6e`](https://github.com/lingodotdev/lingo.dev/commit/debcb6e0396bec2088e54c35f74c97d4dcda84ff)]:
8+
- @lingo.dev/compiler@0.3.8
9+
310
## 0.1.21
411

512
### Patch Changes

demo/new-compiler-next16/package.json

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

packages/new-compiler/CHANGELOG.md

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

3+
## 0.3.8
4+
5+
### Patch Changes
6+
7+
- [#1991](https://github.com/lingodotdev/lingo.dev/pull/1991) [`debcb6e`](https://github.com/lingodotdev/lingo.dev/commit/debcb6e0396bec2088e54c35f74c97d4dcda84ff) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Improve translation error logging by writing detailed errors to .lingo/translation-server.log
8+
39
## 0.3.7
410

511
### Patch Changes

packages/new-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.3.7",
3+
"version": "0.3.8",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)