Skip to content

Commit 2d83bde

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

6 files changed

Lines changed: 19 additions & 13 deletions

File tree

.changeset/spicy-trees-rule.md

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

.changeset/wise-bugs-admire.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.74.10
4+
5+
### Patch Changes
6+
7+
- [#465](https://github.com/lingodotdev/lingo.dev/pull/465) [`e033656`](https://github.com/lingodotdev/lingo.dev/commit/e0336566758defbd6cf1f7ad3a210d9f94d0c8de) Thanks [@mathio](https://github.com/mathio)! - fix init cmd
8+
9+
- [#463](https://github.com/lingodotdev/lingo.dev/pull/463) [`f249d8f`](https://github.com/lingodotdev/lingo.dev/commit/f249d8f69d04f0ce40fd94e500e7b829b7ba1ed4) Thanks [@vrcprl](https://github.com/vrcprl)! - set utf-8 encoding explicitly
10+
11+
- Updated dependencies [[`f249d8f`](https://github.com/lingodotdev/lingo.dev/commit/f249d8f69d04f0ce40fd94e500e7b829b7ba1ed4)]:
12+
- @lingo.dev/_sdk@0.7.14
13+
314
## 0.74.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.74.9",
3+
"version": "0.74.10",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"publishConfig": {

packages/sdk/CHANGELOG.md

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

3+
## 0.7.14
4+
5+
### Patch Changes
6+
7+
- [#463](https://github.com/lingodotdev/lingo.dev/pull/463) [`f249d8f`](https://github.com/lingodotdev/lingo.dev/commit/f249d8f69d04f0ce40fd94e500e7b829b7ba1ed4) Thanks [@vrcprl](https://github.com/vrcprl)! - set utf-8 encoding explicitly
8+
39
## 0.7.13
410

511
### 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.13",
3+
"version": "0.7.14",
44
"description": "Lingo.dev JS SDK",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)