Skip to content

Commit 846b0ab

Browse files
chore: bump package version (#707)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5b3f37 commit 846b0ab

File tree

9 files changed

+52
-29
lines changed

9 files changed

+52
-29
lines changed

.changeset/angry-chairs-shave.md

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

.changeset/blue-pens-swim.md

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

.changeset/fix-posthog-import.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.88.0
4+
5+
### Minor Changes
6+
7+
- [#700](https://github.com/lingodotdev/lingo.dev/pull/700) [`c5ccf81`](https://github.com/lingodotdev/lingo.dev/commit/c5ccf81e9c2bd27bae332306da2a41e41bbeb87d) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Add support for locked patterns in MDX loader
8+
9+
This change adds support for preserving specific patterns in MDX files during translation, including:
10+
11+
- !params syntax for parameter documentation
12+
- !! parameter_name headings
13+
- !type declarations
14+
- !required flags
15+
- !values lists
16+
17+
The implementation adds a new config version 1.7 with a "lockedPatterns" field that accepts an array of regex patterns to be preserved during translation.
18+
19+
### Patch Changes
20+
21+
- [#704](https://github.com/lingodotdev/lingo.dev/pull/704) [`f78bd68`](https://github.com/lingodotdev/lingo.dev/commit/f78bd6862b85d10c3f26542f55614dbc301ac90a) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Fix image regex in MDX2 loader to handle URLs with parentheses
22+
23+
- [#696](https://github.com/lingodotdev/lingo.dev/pull/696) [`b8c73cb`](https://github.com/lingodotdev/lingo.dev/commit/b8c73cb947f8c445e3515f8c23b3b607e5ea38c2) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Fix PostHog import in CLI to support both ESM and CommonJS environments
24+
25+
- Updated dependencies [[`c5ccf81`](https://github.com/lingodotdev/lingo.dev/commit/c5ccf81e9c2bd27bae332306da2a41e41bbeb87d)]:
26+
- @lingo.dev/_spec@0.31.0
27+
- @lingo.dev/_sdk@0.7.38
28+
329
## 0.87.15
430

531
### 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.87.15",
3+
"version": "0.88.0",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"publishConfig": {

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.7.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c5ccf81`](https://github.com/lingodotdev/lingo.dev/commit/c5ccf81e9c2bd27bae332306da2a41e41bbeb87d)]:
8+
- @lingo.dev/_spec@0.31.0
9+
310
## 0.7.37
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.7.37",
3+
"version": "0.7.38",
44
"description": "Lingo.dev JS SDK",
55
"private": false,
66
"publishConfig": {

packages/spec/CHANGELOG.md

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

3+
## 0.31.0
4+
5+
### Minor Changes
6+
7+
- [#700](https://github.com/lingodotdev/lingo.dev/pull/700) [`c5ccf81`](https://github.com/lingodotdev/lingo.dev/commit/c5ccf81e9c2bd27bae332306da2a41e41bbeb87d) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Add support for locked patterns in MDX loader
8+
9+
This change adds support for preserving specific patterns in MDX files during translation, including:
10+
11+
- !params syntax for parameter documentation
12+
- !! parameter_name headings
13+
- !type declarations
14+
- !required flags
15+
- !values lists
16+
17+
The implementation adds a new config version 1.7 with a "lockedPatterns" field that accepts an array of regex patterns to be preserved during translation.
18+
319
## 0.30.3
420

521
### Patch 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.30.3",
3+
"version": "0.31.0",
44
"description": "Lingo.dev open specification",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)