Skip to content

Commit e3e36ec

Browse files
chore: bump package version (#1933)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 2c1246e commit e3e36ec

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/major-weeks-sing.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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2c1246e`](https://github.com/lingodotdev/lingo.dev/commit/2c1246e0d640c8dd88ef6c81683d4c6556ec5110)]:
8+
- @lingo.dev/compiler@0.3.1
9+
310
## 0.1.14
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.14",
3+
"version": "0.1.15",
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.1
4+
5+
### Patch Changes
6+
7+
- [#1932](https://github.com/lingodotdev/lingo.dev/pull/1932) [`2c1246e`](https://github.com/lingodotdev/lingo.dev/commit/2c1246e0d640c8dd88ef6c81683d4c6556ec5110) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Fixed metadata file lock contention errors (ELOCKED) during parallel builds by increasing lock retry count and timeouts
8+
39
## 0.3.0
410

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

0 commit comments

Comments
 (0)