lingo.dev@0.138.0
lingodotdev/lingo.devlingo.dev@0.138.0Jul 6, 2026by github-actions[bot]
AI Summary
This minor release removes specific compiler and React subpath exports and their associated dependencies from the main CLI package to streamline the package structure.
Key Highlights
- Removed `./compiler` and `./react*` subpath exports
- Removed `@lingo.dev/_compiler` and `@lingo.dev/_react` dependencies
- Removed optional `react` peer dependency from CLI
Breaking Changes
- Code importing from `./compiler` or `./react*` subpath exports will break
- Code relying on the removed `@lingo.dev/_compiler` and `@lingo.dev/_react` dependencies will break
- CLI package no longer provides `react` peer dependency
Full Release Notes
### Minor Changes - [#2162](https://github.com/lingodotdev/lingo.dev/pull/2162) [`62c00b4`](https://github.com/lingodotdev/lingo.dev/commit/62c00b43bfcc3cd8fd65d7d3d3a69d69ed396f1e) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Remove the `./compiler` and `./react*` subpath exports, the `@lingo.dev/_compiler` and `@lingo.dev/_react` dependencies, and the optional `react` peer dependency from the CLI package.