Skip to content

Commit 27b0a00

Browse files
chore: bump package version (#1755)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent e8407e6 commit 27b0a00

9 files changed

Lines changed: 35 additions & 10 deletions

File tree

.changeset/pink-lemons-buy.md

Lines changed: 0 additions & 6 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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @lingo.dev/compiler@0.1.9
9+
310
## 0.1.7
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.7",
3+
"version": "0.1.8",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

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

3+
## 0.122.0
4+
5+
### Minor Changes
6+
7+
- [#1559](https://github.com/lingodotdev/lingo.dev/pull/1559) [`e8407e6`](https://github.com/lingodotdev/lingo.dev/commit/e8407e6bb3c951f0fe3d9c2a3b109cb21090e08c) Thanks [@The-Best-Codes](https://github.com/The-Best-Codes)! - Upgrade Compiler and CLI to AI SDK v5.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e8407e6`](https://github.com/lingodotdev/lingo.dev/commit/e8407e6bb3c951f0fe3d9c2a3b109cb21090e08c)]:
12+
- @lingo.dev/_compiler@0.9.0
13+
314
## 0.121.1
415

516
### 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.121.1",
3+
"version": "0.122.0",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"repository": {

packages/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.9.0
4+
5+
### Minor Changes
6+
7+
- [#1559](https://github.com/lingodotdev/lingo.dev/pull/1559) [`e8407e6`](https://github.com/lingodotdev/lingo.dev/commit/e8407e6bb3c951f0fe3d9c2a3b109cb21090e08c) Thanks [@The-Best-Codes](https://github.com/The-Best-Codes)! - Upgrade Compiler and CLI to AI SDK v5.
8+
39
## 0.8.12
410

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

packages/new-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.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e8407e6`](https://github.com/lingodotdev/lingo.dev/commit/e8407e6bb3c951f0fe3d9c2a3b109cb21090e08c)]:
8+
- lingo.dev@0.122.0
9+
310
## 0.1.8
411

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

0 commit comments

Comments
 (0)