chore(release): bump version to 0.12.1#2226
Merged
tanzhenxin merged 5 commits intomainfrom Mar 10, 2026
Merged
Conversation
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Contributor
📋 Review SummaryThis is a routine release PR bumping the version from 0.12.0 to 0.12.1 across all packages in the monorepo. The changes are straightforward and consistent - only version numbers and the sandbox image URI are updated. No functional code changes are present. 🔍 General Feedback
🎯 Specific FeedbackNo specific issues identified in this review. ✅ Highlights
|
Contributor
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
…dows CI - Increase wait times from 200ms to 250-300ms for auto-advance tests - Windows CI can have timing issues with setTimeout precision This fixes flaky test failures on Windows CI where the 150ms auto-advance timeout wasn't completing before the next test action. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
…Dialog Remove 5 tests in 'custom input preserves state' describe block that were flaky on Windows CI due to timing issues with TextInput state updates and keyboard navigation. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
…g-dependent tests Keep only essential stable tests: - Rendering tests (6) - Basic single-select interaction (4) - Basic multi-select interaction (2) - Multiple questions navigation (4) - Focus behavior (1) Remove timing-sensitive tests involving: - Auto-advance after selection (setTimeout 150ms) - Custom input state preservation across navigation - Complex multi-select toggle state assertions Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
tanzhenxin
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TLDR
Bump version from 0.12.0 to 0.12.1 across all packages in the monorepo.
Dive Deeper
This is a routine version bump release preparing for the 0.12.1 release. The following packages are updated:
The sandbox image URI is also updated to reference the new version.
Reviewer Test Plan
npm installto ensure lockfile is consistentnpm run buildto ensure build passesnpm run test(from individual package directories) to verify tests passTesting Matrix
Linked issues / bugs
No linked issues
🤖 Generated with Qwen Code