Skip to content

Commit adc1f42

Browse files
github-actions[bot]maxprilutskiyvrcprl
authored
chore: bump package version (#2077)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com> Co-authored-by: Veronica Prilutskaya <veronica@lingo.dev>
1 parent 3360c6e commit adc1f42

9 files changed

Lines changed: 36 additions & 10 deletions

File tree

.changeset/csv-key-column.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.133.10
4+
5+
### Patch Changes
6+
7+
- [#2076](https://github.com/lingodotdev/lingo.dev/pull/2076) [`bb295f7`](https://github.com/lingodotdev/lingo.dev/commit/bb295f77c0c7b17f780b0080308bce9b7827a1ba) Thanks [@cherkanovart](https://github.com/cherkanovart)! - feat(cli): add `keyColumn` option for CSV buckets to specify which column is the unique row identifier, and validate key uniqueness to prevent silent data loss from duplicate keys
8+
9+
- Updated dependencies [[`bb295f7`](https://github.com/lingodotdev/lingo.dev/commit/bb295f77c0c7b17f780b0080308bce9b7827a1ba)]:
10+
- @lingo.dev/_spec@0.49.1
11+
- @lingo.dev/_compiler@0.12.3
12+
- @lingo.dev/_sdk@0.16.3
13+
314
## 0.133.9
415

516
### 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.133.9",
3+
"version": "0.133.10",
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.12.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb295f7`](https://github.com/lingodotdev/lingo.dev/commit/bb295f77c0c7b17f780b0080308bce9b7827a1ba)]:
8+
- @lingo.dev/_spec@0.49.1
9+
- @lingo.dev/_sdk@0.16.3
10+
311
## 0.12.2
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.12.2",
3+
"version": "0.12.3",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

packages/sdk/CHANGELOG.md

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

3+
## 0.16.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb295f7`](https://github.com/lingodotdev/lingo.dev/commit/bb295f77c0c7b17f780b0080308bce9b7827a1ba)]:
8+
- @lingo.dev/_spec@0.49.1
9+
310
## 0.16.2
411

512
### Patch Changes

packages/sdk/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/_sdk",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"description": "Lingo.dev JS SDK",
55
"private": false,
66
"repository": {

packages/spec/CHANGELOG.md

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

3+
## 0.49.1
4+
5+
### Patch Changes
6+
7+
- [#2076](https://github.com/lingodotdev/lingo.dev/pull/2076) [`bb295f7`](https://github.com/lingodotdev/lingo.dev/commit/bb295f77c0c7b17f780b0080308bce9b7827a1ba) Thanks [@cherkanovart](https://github.com/cherkanovart)! - feat(cli): add `keyColumn` option for CSV buckets to specify which column is the unique row identifier, and validate key uniqueness to prevent silent data loss from duplicate keys
8+
39
## 0.49.0
410

511
### Minor Changes

packages/spec/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/_spec",
3-
"version": "0.49.0",
3+
"version": "0.49.1",
44
"description": "Lingo.dev open specification",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)