lingo.dev@0.138.0
fatedier/frplingo.dev@0.138.0Jul 6, 2026by github-actions[bot]
AI Summary
Removes compiler and React subpath exports along with their associated dependencies from the CLI package to streamline the distribution and reduce package size.
Key Highlights
- Removed `./compiler` and `./react*` subpath exports
- Removed `@lingo.dev/_compiler` and `@lingo.dev/_react` dependencies
- Removed optional `react` peer dependency
Breaking Changes
- Removed `./compiler` and `./react*` subpath exports
- Removed `@lingo.dev/_compiler` and `@lingo.dev/_react` dependencies
- Removed optional `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.