Skip to content

Commit ae0a88e

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

5 files changed

Lines changed: 20 additions & 12 deletions

File tree

.changeset/fix-ci-command-hanging.md

Lines changed: 0 additions & 10 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.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bd3f69d`](https://github.com/lingodotdev/lingo.dev/commit/bd3f69dde76814146f775bc87241fa2fad012ab0)]:
8+
- lingo.dev@0.111.2
9+
310
## 0.2.50
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.50",
3+
"version": "0.2.51",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

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.111.2
4+
5+
### Patch Changes
6+
7+
- [#1149](https://github.com/lingodotdev/lingo.dev/pull/1149) [`bd3f69d`](https://github.com/lingodotdev/lingo.dev/commit/bd3f69dde76814146f775bc87241fa2fad012ab0) Thanks [@maxprilutskiy](https://github.com/maxprilutskiy)! - Fix CI command hanging due to process.exit calls
8+
9+
- Remove PostHog shutdown() call that was causing process to hang
10+
- Replace process.exit() with proper exception throwing in i18n and run commands
11+
- Upgrade posthog-node from 5.5.1 to 5.8.1 for better stability
12+
- This fixes the CI command integration where process.exit() was terminating the parent process instead of returning control
13+
314
## 0.111.1
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.111.1",
3+
"version": "0.111.2",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)