config-plugins icon indicating copy to clipboard operation
config-plugins copied to clipboard

docs: sync readme versions with published versions

Open avanlent opened this issue 4 months ago • 0 comments

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) npm-versions

How

Got not found error from package manager using the versions in the readme while upgrading to expo 53.

Test Plan

N/A

avanlent avatar Jun 25 '25 21:06 avanlent