Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Roact to 1.4.4 #92

Closed
vocksel opened this issue Jul 9, 2022 · 1 comment
Closed

Update Roact to 1.4.4 #92

vocksel opened this issue Jul 9, 2022 · 1 comment

Comments

@vocksel
Copy link

vocksel commented Jul 9, 2022

The latest tagged Roact release is v1.4.4: https://github.com/Roblox/roact/releases/tag/v1.4.4

It would be great if somebody in charge of the index could get this version published. I need this version in particular so my Luau analysis can pass (In Roact < 1.4.4 there is a type error that cannot be suppressed by analysis)

@Corecii
Copy link

Corecii commented Jul 15, 2022

I've made an issue on the Roact repo for this: Roblox/roact#374

Generally, keeping a package up to date is the responsibility of the package maintainer. The Roact team should up their wally.toml version and run wally publish to get this updated!

In the meantime, you can consider publishing a version of Roact under your name with a -beta tag so that it's excluded from search. For example, set the version in wally.toml to 1.4.4-temp then run wally publish and you'll be able to include it in your projects as Roact = "vocksel/[email protected]". Eventually you can switch this to Roact = "roblox/[email protected]" once Roblox has published the new version on their end.

@vocksel vocksel closed this as completed Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants