You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: support UI5 2.x in version filter, clarify exclusion comment
- Workflow: version floor now uses major >= 2 || (major === 1 && minor >= 120)
instead of just minor >= 120, which would exclude future 2.x versions.
- generate.mjs: clarify the shouldExclude comment per review feedback.
0 commit comments