Skip to content

Commit 0ce3f28

Browse files
github-actions[bot]maxprilutskiy
authored andcommitted
fix(compiler): bump package version (lingodotdev#1963)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 27a6419 commit 0ce3f28

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/wild-points-stop.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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @lingo.dev/compiler@0.3.6
9+
310
## 0.1.19
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.19",
3+
"version": "0.1.20",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

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

3+
## 0.131.0
4+
5+
### Minor Changes
6+
7+
- [#1962](https://github.com/lingodotdev/lingo.dev/pull/1962) [`27a6419`](https://github.com/lingodotdev/lingo.dev/commit/27a6419911ffbecdc8052d053a42269d00b7ea75) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Add preservedKeys support to all CLI commands (purge, cleanup, status, lockfile, i18n) and create `show preserved-keys` command
8+
39
## 0.130.2
410

511
### 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.130.2",
3+
"version": "0.131.0",
44
"description": "Lingo.dev CLI",
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.3.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`27a6419`](https://github.com/lingodotdev/lingo.dev/commit/27a6419911ffbecdc8052d053a42269d00b7ea75)]:
8+
- lingo.dev@0.131.0
9+
310
## 0.3.5
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.3.5",
3+
"version": "0.3.6",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)