Skip to content

Commit 80cb380

Browse files
chore: bump package version (#1736)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 65a1d83 commit 80cb380

File tree

14 files changed

+56
-17
lines changed

14 files changed

+56
-17
lines changed

.changeset/sixty-meteors-appear.md

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

.changeset/violet-rats-hug.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.118.0
4+
5+
### Minor Changes
6+
7+
- [`18ef68f`](https://github.com/lingodotdev/lingo.dev/commit/18ef68f8d51f0d3208cfe1f1d2167e2e1580fdcc) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - vNext localizer
8+
9+
### Patch Changes
10+
11+
- [#1629](https://github.com/lingodotdev/lingo.dev/pull/1629) [`d76b729`](https://github.com/lingodotdev/lingo.dev/commit/d76b729ba692f1ec258355ebed5b47d7137b001d) Thanks [@ashutoshdebug](https://github.com/ashutoshdebug)! - Add a pseudo-localization mode (--pseudo) to the CLI, including character mapping, recursive object handling, localizer implementation and tests
12+
13+
- Updated dependencies [[`18ef68f`](https://github.com/lingodotdev/lingo.dev/commit/18ef68f8d51f0d3208cfe1f1d2167e2e1580fdcc)]:
14+
- @lingo.dev/_spec@0.45.0
15+
- @lingo.dev/_compiler@0.8.11
16+
- @lingo.dev/_sdk@0.13.6
17+
318
## 0.117.26
419

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

packages/compiler/CHANGELOG.md

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

3+
## 0.8.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`18ef68f`](https://github.com/lingodotdev/lingo.dev/commit/18ef68f8d51f0d3208cfe1f1d2167e2e1580fdcc)]:
8+
- @lingo.dev/_spec@0.45.0
9+
- @lingo.dev/_sdk@0.13.6
10+
311
## 0.8.10
412

513
### 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.10",
3+
"version": "0.8.11",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`18ef68f`](https://github.com/lingodotdev/lingo.dev/commit/18ef68f8d51f0d3208cfe1f1d2167e2e1580fdcc), [`d76b729`](https://github.com/lingodotdev/lingo.dev/commit/d76b729ba692f1ec258355ebed5b47d7137b001d)]:
8+
- lingo.dev@0.118.0
9+
310
## 0.1.4
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.4",
3+
"version": "0.1.5",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)