fix: Add v1.2.0 historical snapshot and bump version to 1.3.0#17
fix: Add v1.2.0 historical snapshot and bump version to 1.3.0#17MantisClone merged 1 commit intomainfrom
Conversation
- Add versions/v1.2.0.json as historical snapshot (was missing due to deployment issue) - Update tokens/token-list.json version from 1.2.0 to 1.3.0 for next release The 1.2.0 release was created but failed to deploy because the version number in token-list.json wasn't incremented before cutting the release. This commit retroactively creates the v1.2.0 snapshot and prepares for the next release.
WalkthroughVersion minor field incremented from 2 to 3 in the token list configuration file. No changes to token data, major version, or patch version. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR addresses a failed 1.2.0 deployment by adding the missing historical snapshot and bumping the version to 1.3.0. The original 1.2.0 release failed because the version in tokens/token-list.json wasn't updated before the release was created, causing the deploy workflow to create a duplicate v1.1.0.json instead of v1.2.0.json.
Key changes:
- Added
versions/v1.2.0.jsonwith correct version number and Nov 5, 2025 timestamp - Bumped version in
tokens/token-list.jsonfrom 1.2.0 to 1.3.0 to prepare for next release
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
This PR fixes a botched 1.2.0 deployment and prepares for the 1.3.0 release.
Problem
The GitHub Release 1.2.0 was created on Nov 5, 2025, but it failed to deploy correctly because the version number in
tokens/token-list.jsonwas still set to1.1.0at the time of the release. This caused:v1.1.0.jsonfile instead ofv1.2.0.jsonv1.2.0.jsonendpoint on GitHub Pages to return a 404latest.jsonto still point to version 1.1.0Solution
Add
versions/v1.2.0.json- Manually created from the 1.2.0 tag content with the correct version number. This historical snapshot will be included in the next deployment.Bump version to 1.3.0 - Updated
tokens/token-list.jsonto version 1.3.0 so the next release will deploy correctly.Verification
After this PR is merged and release 1.3.0 is created:
https://requestnetwork.github.io/request-token-list/v1.2.0.jsonwill return the 1.2.0 token listhttps://requestnetwork.github.io/request-token-list/v1.3.0.jsonwill return the 1.3.0 token listhttps://requestnetwork.github.io/request-token-list/latest.jsonwill point to 1.3.0Release Instructions
After merging this PR:
1.3.0Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.