Skip to content

Commit 92e75d8

Browse files
chore: bump package version (#1961)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 5a4e516 commit 92e75d8

File tree

9 files changed

+36
-10
lines changed

9 files changed

+36
-10
lines changed

.changeset/crisp-signs-itch.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.130.2
4+
5+
### Patch Changes
6+
7+
- [#1960](https://github.com/lingodotdev/lingo.dev/pull/1960) [`5a4e516`](https://github.com/lingodotdev/lingo.dev/commit/5a4e51618d9b3148358f140f6bcd0fe9aa1c213c) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Add `preservedKeys` configuration option to buckets. Preserved keys are added to targets using source values as placeholders, but once present in the target file, they are never overwritten by the CLI. This is useful for values like URLs or emails that should be copied initially but then customized per locale.
8+
9+
- Updated dependencies [[`5a4e516`](https://github.com/lingodotdev/lingo.dev/commit/5a4e51618d9b3148358f140f6bcd0fe9aa1c213c)]:
10+
- @lingo.dev/_spec@0.47.1
11+
- @lingo.dev/_compiler@0.11.1
12+
- @lingo.dev/_sdk@0.14.1
13+
314
## 0.130.1
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.130.1",
3+
"version": "0.130.2",
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.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5a4e516`](https://github.com/lingodotdev/lingo.dev/commit/5a4e51618d9b3148358f140f6bcd0fe9aa1c213c)]:
8+
- @lingo.dev/_spec@0.47.1
9+
- @lingo.dev/_sdk@0.14.1
10+
311
## 0.11.0
412

513
### Minor 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.11.0",
3+
"version": "0.11.1",
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.14.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5a4e516`](https://github.com/lingodotdev/lingo.dev/commit/5a4e51618d9b3148358f140f6bcd0fe9aa1c213c)]:
8+
- @lingo.dev/_spec@0.47.1
9+
310
## 0.14.0
411

512
### Minor 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.14.0",
3+
"version": "0.14.1",
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.47.1
4+
5+
### Patch Changes
6+
7+
- [#1960](https://github.com/lingodotdev/lingo.dev/pull/1960) [`5a4e516`](https://github.com/lingodotdev/lingo.dev/commit/5a4e51618d9b3148358f140f6bcd0fe9aa1c213c) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Add `preservedKeys` configuration option to buckets. Preserved keys are added to targets using source values as placeholders, but once present in the target file, they are never overwritten by the CLI. This is useful for values like URLs or emails that should be copied initially but then customized per locale.
8+
39
## 0.47.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.47.0",
3+
"version": "0.47.1",
44
"description": "Lingo.dev open specification",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)