Skip to content

Commit c7d4d84

Browse files
chore: bump package version (#429)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cd836e4 commit c7d4d84

6 files changed

Lines changed: 21 additions & 13 deletions

File tree

.changeset/clean-swans-whisper.md

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

.changeset/dirty-phones-exist.md

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

legacy/cli/CHANGELOG.md

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

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- [#428](https://github.com/lingodotdev/lingo.dev/pull/428) [`5dd7b65`](https://github.com/lingodotdev/lingo.dev/commit/5dd7b6529ce174d8759e80644c3233927b1ecce4) Thanks [@mathio](https://github.com/mathio)! - map old env vars
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`cd836e4`](https://github.com/lingodotdev/lingo.dev/commit/cd836e45cf810f495e2c6e1449824dc84794d571), [`5dd7b65`](https://github.com/lingodotdev/lingo.dev/commit/5dd7b6529ce174d8759e80644c3233927b1ecce4)]:
12+
- lingo.dev@0.71.0
13+
314
## 0.70.1
415

516
### Patch Changes

legacy/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "replexica",
3-
"version": "0.70.1",
3+
"version": "0.71.0",
44
"description": "[DEPRECATED] Replexica CLI (now Lingo.dev) - Please use lingo.dev instead",
55
"private": false,
66
"type": "module",

packages/cli/CHANGELOG.md

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

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- [#432](https://github.com/lingodotdev/lingo.dev/pull/432) [`cd836e4`](https://github.com/lingodotdev/lingo.dev/commit/cd836e45cf810f495e2c6e1449824dc84794d571) Thanks [@mathio](https://github.com/mathio)! - cache processed data chunks, recover from cache
8+
9+
- [#428](https://github.com/lingodotdev/lingo.dev/pull/428) [`5dd7b65`](https://github.com/lingodotdev/lingo.dev/commit/5dd7b6529ce174d8759e80644c3233927b1ecce4) Thanks [@mathio](https://github.com/mathio)! - map old env vars
10+
311
## 0.70.4
412

513
### 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.70.4",
3+
"version": "0.71.0",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)