Skip to content

Commit b875ca6

Browse files
chore: bump package version (#1978)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 3c40593 commit b875ca6

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

.changeset/common-teeth-reply.md

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

.changeset/docs-locale-api.md

Lines changed: 0 additions & 4 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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c40593`](https://github.com/lingodotdev/lingo.dev/commit/3c40593dfa4c4303795e7032936b31441a0b7e02)]:
8+
- @lingo.dev/compiler@0.3.7
9+
310
## 0.1.20
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.20",
3+
"version": "0.1.21",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/new-compiler/CHANGELOG.md

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

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- [#1955](https://github.com/lingodotdev/lingo.dev/pull/1955) [`3c40593`](https://github.com/lingodotdev/lingo.dev/commit/3c40593dfa4c4303795e7032936b31441a0b7e02) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - - Migrate metadata storage from JSON files to LMDB
8+
- New storage locations: .lingo/metadata-dev/ and .lingo/metadata-build/
9+
- Update new-compiler docs
10+
- Remove proper-lockfile dependency
11+
312
## 0.3.6
413

514
### 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.6",
3+
"version": "0.3.7",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)