Skip to content

Commit be5896a

Browse files
chore: bump package version (#1876)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 5ca8439 commit be5896a

File tree

9 files changed

+35
-11
lines changed

9 files changed

+35
-11
lines changed

‎.changeset/nine-apes-spend.md‎

Lines changed: 0 additions & 7 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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5ca8439`](https://github.com/lingodotdev/lingo.dev/commit/5ca8439aedd2909e359652f8f3a1b33d4ccd9f6a)]:
8+
- @lingo.dev/compiler@0.1.13
9+
310
## 0.1.11
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.11",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

‎packages/cli/CHANGELOG.md‎

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

3+
## 0.125.1
4+
5+
### Patch Changes
6+
7+
- [#1874](https://github.com/lingodotdev/lingo.dev/pull/1874) [`5ca8439`](https://github.com/lingodotdev/lingo.dev/commit/5ca8439aedd2909e359652f8f3a1b33d4ccd9f6a) Thanks [@vrcprl](https://github.com/vrcprl)! - simplify observability
8+
9+
- Updated dependencies [[`5ca8439`](https://github.com/lingodotdev/lingo.dev/commit/5ca8439aedd2909e359652f8f3a1b33d4ccd9f6a)]:
10+
- @lingo.dev/_compiler@0.9.1
11+
312
## 0.125.0
413

514
### Minor 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.125.0",
3+
"version": "0.125.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [#1874](https://github.com/lingodotdev/lingo.dev/pull/1874) [`5ca8439`](https://github.com/lingodotdev/lingo.dev/commit/5ca8439aedd2909e359652f8f3a1b33d4ccd9f6a) Thanks [@vrcprl](https://github.com/vrcprl)! - simplify observability
8+
39
## 0.9.0
410

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

‎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.1.13
4+
5+
### Patch Changes
6+
7+
- [#1874](https://github.com/lingodotdev/lingo.dev/pull/1874) [`5ca8439`](https://github.com/lingodotdev/lingo.dev/commit/5ca8439aedd2909e359652f8f3a1b33d4ccd9f6a) Thanks [@vrcprl](https://github.com/vrcprl)! - simplify observability
8+
9+
- Updated dependencies [[`5ca8439`](https://github.com/lingodotdev/lingo.dev/commit/5ca8439aedd2909e359652f8f3a1b33d4ccd9f6a)]:
10+
- lingo.dev@0.125.1
11+
312
## 0.1.12
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.1.12",
3+
"version": "0.1.13",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)