Skip to content

Commit d30e59f

Browse files
chore: bump package version (#1727)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 68b8496 commit d30e59f

13 files changed

Lines changed: 52 additions & 14 deletions

File tree

.changeset/heavy-ants-boil.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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`68b8496`](https://github.com/lingodotdev/lingo.dev/commit/68b849602a88b9f9aa3097f37ce2f0ccf97c1ad5)]:
8+
- @lingo.dev/compiler@0.1.4
9+
310
## 0.1.2
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.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

demo/next-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# next-app
22

3+
## 0.2.117
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`68b8496`](https://github.com/lingodotdev/lingo.dev/commit/68b849602a88b9f9aa3097f37ce2f0ccf97c1ad5)]:
8+
- lingo.dev@0.117.25
9+
310
## 0.2.116
411

512
### Patch Changes

demo/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app",
3-
"version": "0.2.116",
3+
"version": "0.2.117",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

demo/react-router-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-router-app
22

3+
## 1.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`68b8496`](https://github.com/lingodotdev/lingo.dev/commit/68b849602a88b9f9aa3097f37ce2f0ccf97c1ad5)]:
8+
- lingo.dev@0.117.25
9+
310
## 1.0.25
411

512
### Patch Changes

demo/react-router-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-app",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.117.25
4+
5+
### Patch Changes
6+
7+
- [#1726](https://github.com/lingodotdev/lingo.dev/pull/1726) [`68b8496`](https://github.com/lingodotdev/lingo.dev/commit/68b849602a88b9f9aa3097f37ce2f0ccf97c1ad5) Thanks [@vrcprl](https://github.com/vrcprl)! - Observability improvement
8+
9+
- Updated dependencies [[`68b8496`](https://github.com/lingodotdev/lingo.dev/commit/68b849602a88b9f9aa3097f37ce2f0ccf97c1ad5)]:
10+
- @lingo.dev/_compiler@0.8.10
11+
312
## 0.117.24
413

514
### 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.117.24",
3+
"version": "0.117.25",
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.8.10
4+
5+
### Patch Changes
6+
7+
- [#1726](https://github.com/lingodotdev/lingo.dev/pull/1726) [`68b8496`](https://github.com/lingodotdev/lingo.dev/commit/68b849602a88b9f9aa3097f37ce2f0ccf97c1ad5) Thanks [@vrcprl](https://github.com/vrcprl)! - Observability improvement
8+
39
## 0.8.9
410

511
### Patch Changes

0 commit comments

Comments
 (0)