alexwenzel / nova-dependency-container

A Laravel Nova field container allowing to depend on other fields values
MIT License
46 stars 33 forks source link

Generate new release that supports Laravel 11 #43

Closed devnicolas1 closed 5 months ago

devnicolas1 commented 6 months ago

With this PR being merged, the master branch can be installed correctly in a Laravel 11 application, but there is still no release to make this consistent.

What I'm currently doing is:

"require": {
        "alexwenzel/nova-dependency-container": "dev-master#7fba3929f189a39c7a4664cde6e3e6a765065970",

Would be nice to have a release generated to keep things tidy

devnicolas1 commented 6 months ago

@alexwenzel once again sorry for dropping a mention, just thought this would be a nice thing to mention since its still related to the Laravel 11 PR which was accepted yesterday.

Feel free to close the issue if you are not generating a new release for any given reason. Thats fine.

Cheers! :)

MaxKorlaar commented 6 months ago

Agreed, this'd be helpful to us too :)!

alexwenzel commented 6 months ago

thank you for noticing me. i created a new release and tagged it with 1.11

https://github.com/alexwenzel/nova-dependency-container/releases/tag/1.11

MaxKorlaar commented 6 months ago

Thank you very much!