Skip to content

Commit c7110ca

Browse files
chore: bump package version (#2033)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 1cfcf73 commit c7110ca

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

.changeset/purple-items-post.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.132.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1cfcf73`](https://github.com/lingodotdev/lingo.dev/commit/1cfcf736b0c6494bf66aa2478b2e7c194bdd5b92)]:
8+
- @lingo.dev/_sdk@0.15.3
9+
- @lingo.dev/_compiler@0.11.7
10+
311
## 0.132.9
412

513
### 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.132.9",
3+
"version": "0.132.10",
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.11.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1cfcf73`](https://github.com/lingodotdev/lingo.dev/commit/1cfcf736b0c6494bf66aa2478b2e7c194bdd5b92)]:
8+
- @lingo.dev/_sdk@0.15.3
9+
310
## 0.11.6
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.11.6",
3+
"version": "0.11.7",
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.15.3
4+
5+
### Patch Changes
6+
7+
- [#2031](https://github.com/lingodotdev/lingo.dev/pull/2031) [`1cfcf73`](https://github.com/lingodotdev/lingo.dev/commit/1cfcf736b0c6494bf66aa2478b2e7c194bdd5b92) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Add whoami support for vNext API
8+
39
## 0.15.2
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.15.2",
3+
"version": "0.15.3",
44
"description": "Lingo.dev JS SDK",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)