Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/fix-ci-command-hanging.md

This file was deleted.

7 changes: 7 additions & 0 deletions demo/next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-app

## 0.2.51

### Patch Changes

- Updated dependencies [[`bd3f69d`](https://github.com/lingodotdev/lingo.dev/commit/bd3f69dde76814146f775bc87241fa2fad012ab0)]:
- [email protected]

## 0.2.50

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app",
"version": "0.2.50",
"version": "0.2.51",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# lingo.dev

## 0.111.2

### Patch Changes

- [#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

- Remove PostHog shutdown() call that was causing process to hang
- Replace process.exit() with proper exception throwing in i18n and run commands
- Upgrade posthog-node from 5.5.1 to 5.8.1 for better stability
- This fixes the CI command integration where process.exit() was terminating the parent process instead of returning control

## 0.111.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lingo.dev",
"version": "0.111.1",
"version": "0.111.2",
"description": "Lingo.dev CLI",
"private": false,
"publishConfig": {
Expand Down