diff --git a/.changeset/fix-ci-command-hanging.md b/.changeset/fix-ci-command-hanging.md deleted file mode 100644 index 6d5291854..000000000 --- a/.changeset/fix-ci-command-hanging.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"lingo.dev": patch ---- - -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 \ No newline at end of file diff --git a/demo/next-app/CHANGELOG.md b/demo/next-app/CHANGELOG.md index fe6c68443..c17973a12 100644 --- a/demo/next-app/CHANGELOG.md +++ b/demo/next-app/CHANGELOG.md @@ -1,5 +1,12 @@ # next-app +## 0.2.51 + +### Patch Changes + +- Updated dependencies [[`bd3f69d`](https://github.com/lingodotdev/lingo.dev/commit/bd3f69dde76814146f775bc87241fa2fad012ab0)]: + - lingo.dev@0.111.2 + ## 0.2.50 ### Patch Changes diff --git a/demo/next-app/package.json b/demo/next-app/package.json index bc5a0ab9f..6955f1268 100644 --- a/demo/next-app/package.json +++ b/demo/next-app/package.json @@ -1,6 +1,6 @@ { "name": "next-app", - "version": "0.2.50", + "version": "0.2.51", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b5ac5fb6c..5eaff1b92 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 3332a849d..869a14cbe 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "lingo.dev", - "version": "0.111.1", + "version": "0.111.2", "description": "Lingo.dev CLI", "private": false, "publishConfig": {