Skip to content

Commit e0eee7b

Browse files
chore: bump package version (#1138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a642f3 commit e0eee7b

14 files changed

Lines changed: 54 additions & 17 deletions

File tree

.changeset/chatty-bugs-divide.md

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

.changeset/plenty-tools-move.md

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

demo/next-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# next-app
22

3+
## 0.2.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3a642f3`](https://github.com/lingodotdev/lingo.dev/commit/3a642f33c04378706a8382aa0fde36e747fd6af5)]:
8+
- lingo.dev@0.111.0
9+
310
## 0.2.48
411

512
### Patch Changes

demo/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app",
3-
"version": "0.2.48",
3+
"version": "0.2.49",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

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

3+
## 0.111.0
4+
5+
### Minor Changes
6+
7+
- [#1134](https://github.com/lingodotdev/lingo.dev/pull/1134) [`3a642f3`](https://github.com/lingodotdev/lingo.dev/commit/3a642f33c04378706a8382aa0fde36e747fd6af5) Thanks [@mathio](https://github.com/mathio)! - useLingoLocale, setLingoLocale
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a35032e`](https://github.com/lingodotdev/lingo.dev/commit/a35032e7e7a188d1f5e774576352068124526e24), [`3a642f3`](https://github.com/lingodotdev/lingo.dev/commit/3a642f33c04378706a8382aa0fde36e747fd6af5)]:
12+
- @lingo.dev/_spec@0.40.1
13+
- @lingo.dev/_react@0.5.0
14+
- @lingo.dev/_compiler@0.7.8
15+
- @lingo.dev/_sdk@0.12.1
16+
317
## 0.110.5
418

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

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.7.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a35032e`](https://github.com/lingodotdev/lingo.dev/commit/a35032e7e7a188d1f5e774576352068124526e24)]:
8+
- @lingo.dev/_spec@0.40.1
9+
- @lingo.dev/_sdk@0.12.1
10+
311
## 0.7.7
412

513
### Patch 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.7.7",
3+
"version": "0.7.8",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"publishConfig": {

packages/react/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#1134](https://github.com/lingodotdev/lingo.dev/pull/1134) [`3a642f3`](https://github.com/lingodotdev/lingo.dev/commit/3a642f33c04378706a8382aa0fde36e747fd6af5) Thanks [@mathio](https://github.com/mathio)! - useLingoLocale, setLingoLocale
8+
39
## 0.4.3
410

511
### Patch Changes

packages/react/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/_react",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Lingo.dev React Kit",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)