Skip to content

Commit 1a29b2d

Browse files
chore: bump package version (#1952)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 330ee4e commit 1a29b2d

File tree

16 files changed

+72
-28
lines changed

16 files changed

+72
-28
lines changed

.changeset/empty-release.md

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

.changeset/lazy-feet-ask.md

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

.changeset/major-pumas-hammer.md

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

.changeset/rich-friends-retire.md

Lines changed: 0 additions & 2 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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @lingo.dev/compiler@0.3.4
9+
310
## 0.1.17
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.17",
3+
"version": "0.1.18",
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.129.0
4+
5+
### Minor Changes
6+
7+
- [#1950](https://github.com/lingodotdev/lingo.dev/pull/1950) [`ce47cf3`](https://github.com/lingodotdev/lingo.dev/commit/ce47cf34760b9377517b1204e4e84b6f1d908d6c) Thanks [@cherkanovart](https://github.com/cherkanovart)! - add zod to external depth
8+
9+
### Patch Changes
10+
11+
- [#1951](https://github.com/lingodotdev/lingo.dev/pull/1951) [`330ee4e`](https://github.com/lingodotdev/lingo.dev/commit/330ee4e77d3f698b6f038e58e2ac8e5509cc14fe) Thanks [@cherkanovart](https://github.com/cherkanovart)! - chore: add zod to external dependencies
12+
13+
- Updated dependencies [[`330ee4e`](https://github.com/lingodotdev/lingo.dev/commit/330ee4e77d3f698b6f038e58e2ac8e5509cc14fe), [`ce47cf3`](https://github.com/lingodotdev/lingo.dev/commit/ce47cf34760b9377517b1204e4e84b6f1d908d6c)]:
14+
- @lingo.dev/_compiler@0.11.0
15+
- @lingo.dev/_sdk@0.14.0
16+
- @lingo.dev/_spec@0.47.0
17+
318
## 0.128.0
419

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

packages/compiler/CHANGELOG.md

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

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [#1950](https://github.com/lingodotdev/lingo.dev/pull/1950) [`ce47cf3`](https://github.com/lingodotdev/lingo.dev/commit/ce47cf34760b9377517b1204e4e84b6f1d908d6c) Thanks [@cherkanovart](https://github.com/cherkanovart)! - add zod to external depth
8+
9+
### Patch Changes
10+
11+
- [#1951](https://github.com/lingodotdev/lingo.dev/pull/1951) [`330ee4e`](https://github.com/lingodotdev/lingo.dev/commit/330ee4e77d3f698b6f038e58e2ac8e5509cc14fe) Thanks [@cherkanovart](https://github.com/cherkanovart)! - chore: add zod to external dependencies
12+
13+
- Updated dependencies [[`330ee4e`](https://github.com/lingodotdev/lingo.dev/commit/330ee4e77d3f698b6f038e58e2ac8e5509cc14fe), [`ce47cf3`](https://github.com/lingodotdev/lingo.dev/commit/ce47cf34760b9377517b1204e4e84b6f1d908d6c)]:
14+
- @lingo.dev/_sdk@0.14.0
15+
- @lingo.dev/_spec@0.47.0
16+
317
## 0.10.1
418

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

0 commit comments

Comments
 (0)