-
Notifications
You must be signed in to change notification settings - Fork 632
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
What should be included in v0.7.2 #373
Comments
Just a note that we would prefer the package to be released to CocoaPods repository, just like Flipper is. Is this something you and your team would be able to handle internally? Or do you want me to send a PR to update the CI/release? |
Nobody on our team knows anything about how CocoaPods works. According to @alloy, there is no CP repository, it just points to files stored elsewhere. If someone can point to documentation on how this works, it would help a lot. I did some google searching, and did not find any step by step directions. Ideally whatever artifacts are required would be built by CircleCI. If we then need to do some work to publish them to GitHub and update CocoaPods, we can do that, once we learn what to do. |
Fix for CVE-2020-1914: b2021df |
Fix optional chaining parsing after a function call b61f164 |
Waiting for CI... |
Turns out we missed 7d3c17f |
The release has been made on the Github release page. I was able to ensure the rn-tester is working perfectly on Android so the npm packages have also been published. But I hit some issues with pushing to CocoaPod when I was doing:
The verbose output is pasted as a gist. cc-ed @alloy for help. Work Required
|
@Huxpro Can you try |
Great!
|
I can verify 0.7.2 is working with |
Nice one ✨ |
Awesome, I just tested it and I can confirm it fixes the optional chaining issue. I just realized I forgot to remove my script to fix the missing min version key in the framework plist so I haven’t tested that yet. |
This issue is to discuss which fixes should be backported to the next patch release 0.7.2.
EDIT: Since RN 0.64-rc1 has already branched out using 0.7.1, we'll mention this release for RN 0.64 as v0.7.2.
The text was updated successfully, but these errors were encountered: