Skip to content

Commit 27f88a9

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

File tree

8 files changed

+23
-12
lines changed

8 files changed

+23
-12
lines changed

.changeset/9fcc6929312e2664.md

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

.changeset/young-bees-glow.md

Lines changed: 0 additions & 5 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.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 0.2.40
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.40",
3+
"version": "0.2.41",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

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

3+
## 0.109.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3cb1ebe`](https://github.com/lingodotdev/lingo.dev/commit/3cb1ebec5441882678ab30a7d1b532bc2fc397b6)]:
8+
- @lingo.dev/_[email protected]
9+
310
## 0.109.0
411

512
### Minor 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.109.0",
3+
"version": "0.109.1",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"publishConfig": {

packages/compiler/CHANGELOG.md

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

3+
## 0.7.4
4+
5+
### Patch Changes
6+
7+
- [#1072](https://github.com/lingodotdev/lingo.dev/pull/1072) [`3cb1ebe`](https://github.com/lingodotdev/lingo.dev/commit/3cb1ebec5441882678ab30a7d1b532bc2fc397b6) Thanks [@The-Best-Codes](https://github.com/The-Best-Codes)! - Fixed compiler handling of namespace imports (import \* as React from "react") and default imports.
8+
39
## 0.7.3
410

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

0 commit comments

Comments
 (0)