Skip to content

Commit a4617e0

Browse files
chore: bump package version (#597)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61b487e commit a4617e0

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

.changeset/calm-pumas-travel.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.78.17
4+
5+
### Patch Changes
6+
7+
- [#596](https://github.com/lingodotdev/lingo.dev/pull/596) [`61b487e`](https://github.com/lingodotdev/lingo.dev/commit/61b487e1e059328a32c3cdf673255d9d2cd480d9) Thanks [@vrcprl](https://github.com/vrcprl)! - add new locale
8+
9+
- Updated dependencies [[`61b487e`](https://github.com/lingodotdev/lingo.dev/commit/61b487e1e059328a32c3cdf673255d9d2cd480d9)]:
10+
- @lingo.dev/_spec@0.26.5
11+
- @lingo.dev/_sdk@0.7.29
12+
313
## 0.78.16
414

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

packages/sdk/CHANGELOG.md

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

3+
## 0.7.29
4+
5+
### Patch Changes
6+
7+
- [#596](https://github.com/lingodotdev/lingo.dev/pull/596) [`61b487e`](https://github.com/lingodotdev/lingo.dev/commit/61b487e1e059328a32c3cdf673255d9d2cd480d9) Thanks [@vrcprl](https://github.com/vrcprl)! - add new locale
8+
9+
- Updated dependencies [[`61b487e`](https://github.com/lingodotdev/lingo.dev/commit/61b487e1e059328a32c3cdf673255d9d2cd480d9)]:
10+
- @lingo.dev/_spec@0.26.5
11+
312
## 0.7.28
413

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

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.26.5
4+
5+
### Patch Changes
6+
7+
- [#596](https://github.com/lingodotdev/lingo.dev/pull/596) [`61b487e`](https://github.com/lingodotdev/lingo.dev/commit/61b487e1e059328a32c3cdf673255d9d2cd480d9) Thanks [@vrcprl](https://github.com/vrcprl)! - add new locale
8+
39
## 0.26.4
410

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

0 commit comments

Comments
 (0)