react-native-community / upgrade-support

A central community-backed place to request and give help when upgrading your app.
MIT License
254 stars 2 forks source link

helper not giving changelog for 0.61.5 to 0.66.5 #289

Open waqaramjad opened 2 days ago

waqaramjad commented 2 days ago

Environment

System: OS: macOS 13.6.5 CPU: (8) arm64 Apple M1 Memory: 104.02 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.9.0 - ~/.nvm/versions/node/v22.9.0/bin/node npm: 10.8.3 - ~/.nvm/versions/node/v22.9.0/bin/npm Watchman: 2024.07.08.00 - /opt/homebrew/bin/watchman SDKs: iOS SDK: Platforms: DriverKit 23.0, iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0 IDEs: Android Studio: 2022.3 AI-223.8836.35.2231.11005911 Xcode: 15.0.1/15A507 - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5 npmGlobalPackages: react-native-cli: 2.0.1

Things I’ve done to figure out my issue

Upgrading version

0.66.5

Description

I have an old react native project and i want to upgrade it to 0.66.5, i tried using react-native upgrade

but its giving me error that modules not release 404 error, tried using react native helper but it not giving changelog details from 0.61.5 to 0.66 it only giving details for last version,

i want to to updagrde it to 0.66 first to make sure every things works than will move further, any solution for this?

Reproducible demo

you will get errors in above commands

JameFreshket commented 1 day ago

Any Update?