felangel / bloc

A predictable state management library that helps implement the BLoC design pattern
https://bloclibrary.dev
MIT License
11.77k stars 3.39k forks source link

chore: support Intellij 2024.2.* #4257

Closed podcharles closed 4 days ago

podcharles commented 4 days ago

Description

I'm running IntelliJ Ultimate 2024.2.3 and notice I can only download v3.4.0 of the IntelliJ plugin as that is the most recent version with an open ended until-build value. The current latest version of the plugin (v4.0.1) only supports up to IntelliJ 2024.1.*.

Would be great if that could be updated. Happy to submit a pull request if that helps based on #4168 but I'm not setup to test plugins so would be speculative.

felangel commented 4 days ago

Hi @podcharles 👋 Thanks for opening an issue!

Working on this now, apologies for the inconvenience!

felangel commented 4 days ago

This should be addressed in v4.0.2 (pending review)

podcharles commented 4 days ago

Great, thanks very much! ❤️