Skip to content

Commit e490347

Browse files
chore: bump package version (#2063)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 10e6364 commit e490347

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed

.changeset/lazy-beds-lay.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.133.8
4+
5+
### Patch Changes
6+
7+
- [#2062](https://github.com/lingodotdev/lingo.dev/pull/2062) [`10e6364`](https://github.com/lingodotdev/lingo.dev/commit/10e636479046da5d53d059e539497195191a99fc) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Migrate PostHog tracking identity from email to database user ID
8+
9+
- Updated dependencies [[`10e6364`](https://github.com/lingodotdev/lingo.dev/commit/10e636479046da5d53d059e539497195191a99fc)]:
10+
- @lingo.dev/_sdk@0.16.2
11+
- @lingo.dev/_compiler@0.12.2
12+
313
## 0.133.7
414

515
### 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.7",
3+
"version": "0.133.8",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`10e6364`](https://github.com/lingodotdev/lingo.dev/commit/10e636479046da5d53d059e539497195191a99fc)]:
8+
- @lingo.dev/_sdk@0.16.2
9+
310
## 0.12.1
411

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

packages/sdk/CHANGELOG.md

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

3+
## 0.16.2
4+
5+
### Patch Changes
6+
7+
- [#2062](https://github.com/lingodotdev/lingo.dev/pull/2062) [`10e6364`](https://github.com/lingodotdev/lingo.dev/commit/10e636479046da5d53d059e539497195191a99fc) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Migrate PostHog tracking identity from email to database user ID
8+
39
## 0.16.1
410

511
### Patch 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.1",
3+
"version": "0.16.2",
44
"description": "Lingo.dev JS SDK",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)