config-plugins
config-plugins copied to clipboard
docs: sync readme versions with published versions
Why
The READMEs for various plugins reference an unpublished package versions for expo 53. It appears that https://github.com/expo/config-plugins/pull/272 and https://github.com/expo/config-plugins/commit/2387fa9bd7b21e7d1f0b7269145c04cfe4f1ba55 both incremented the package.json versions before publishing, but READMEs incremented their versions by one.
Here's screencap of the npm versions page for one of the plugins showing a version skip from 10.0.0 to 12.0.0 (11.0.0 doesn't exist) (https://www.npmjs.com/package/@config-plugins/react-native-webrtc?activeTab=versions)
How
Got not found error from package manager using the versions in the readme while upgrading to expo 53.
Test Plan
N/A