lingo.dev@0.138.0

Portkey-AI/gatewaylingo.dev@0.138.0Jul 6, 2026by github-actions[bot]

AI Summary

This minor release removes internal compiler and React subpath exports, along with their corresponding dependency packages and the optional React peer dependency from the CLI package.

Key Highlights

  • Removal of `./compiler` and `./react*` subpath exports
  • Removal of `@lingo.dev/_compiler` and `@lingo.dev/_react` dependencies
  • Removal of optional `react` peer dependency from CLI package

Breaking Changes

  • Consumers relying on `@lingo.dev/_compiler` or `@lingo.dev/_react` imports will need to update their code.

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.