chore: bump version to 2.51.1#3587
Open
temporal-cicd[bot] wants to merge 1 commit into
Open
Conversation
Auto-generated version bump from 2.51.0 to 2.51.1 Specific version: 2.51.1 Changes included: - [`c848ec54`](c848ec5) fix(a11y): announce workflow / event status on timeline graph nodes (WCAG 1.4.1) (#3443) - [`af6b12a9`](af6b12a) fix(deployments): align version/status/compute badges in worker deployments table (#3489) - [`df86587c`](df86587) Add SDK version to standalone activity details (#3447) - [`59695290`](5969529) Use shared FilterBar component for workflows (#3448) - [`ded94469`](ded9446) Set display contents in wrapper div if no afterLabel in Input component (#3513) - [`d7e5eb43`](d7e5eb4) fix(standalone-activities): decode failure encodedAttributes in activity detail (#3507) - [`81a255a9`](81a255a) fix(DT-4151): fix bottom nav scrollability and double-menu on mobile (#3514) - [`368f646e`](368f646) Fix exports to work properly with vite8 (#3519) - [`231bdaff`](231bdaf) chore(deps-dev): bump vitest from 3.2.4 to 3.2.6 (#3509) - [`1de44ea6`](1de44ea) fix(workers): soften no-workers-polling alert for serverless worker deployments (#3524) - [`689955a8`](689955a) fix(DT-4080): surface error when validate connection has no compute config, warn on set current (#3516) - [`93323db9`](93323db) feat(DT-4078): Add Set Ramping Version to Worker Deployment Versions (#3508) - [`9d3450c0`](9d3450c) fix(DT-4081): surface task queue not registered error in validate connection modal (#3517) - [`b7f56237`](b7f5623) feat(DT-4079): miscellaneous WD UI fixes (#3511) - [`83b2d4ec`](83b2d4e) feat(deployments): simplify create worker deployment UX (#3518) - [`ccb4cb73`](ccb4cb7) Standalone Activity write guards (#3534) - [`ab20ef03`](ab20ef0) Worker insights UI updates (#3520) - [`aaf63bdc`](aaf63bd) [wcag] Replace text-[12px] with text-xs in DatePicker action buttons (SC 1.4.4) (#3525) - [`743be902`](743be90) a11y(2.4.3): replace flex-wrap-reverse with flex-wrap on workflow history toolbar (#3527) - [`41b73e87`](41b73e8) a11y(2.4.2): ui-main — set distinct, descriptive titles on login/signin, task-queues list, and activity-workers sub-tab (#3535) - [`3d64cdbf`](3d64cdb) [WCAG 2.4.3] group-details-row — remove redundant outer focus stop on <g> wrapper (#3537) - [`883e5db1`](883e5db) a11y(2.4.6): datepicker — replace empty label with translate('common.start') (#3543) - [`9da915e2`](9da915e) a11y(2.4.5): import history — add back-link to Import landing page (#3542) - [`ca4c1d61`](ca4c1d6) Cache new Intl.DateTimeFormat (#3565) - [`38376e4d`](38376e4) Fix required activity timeout inputs on Start a Standalone Activity form (#3567) - [`49d7c9e4`](49d7c9e) Use separate copy for title vs menu item (#3568) - [`3c7dcdc3`](3c7dcdc) a11y(2.5.8): pagination — grow caret buttons from 12×12 to 24×24 CSS px (#3547) - [`b5171825`](b517182) a11y(2.5.8): chip — pad remove button to 24×24 CSS px minimum (#3544) - [`1fea5d5c`](1fea5d5) a11y(2.1.1): fake-button widgets — replace deprecated onkeypress with onkeydown handling Enter and Space (#3528) - [`5bf09000`](5bf0900) a11y(2.1.1): navigation primitives — replace hover-only CSS :after label tooltip with focusable Tooltip (#3529) - [`deed43f0`](deed43f) a11y(2.1.1): event summary row — add keyboard-accessible expand control alongside the mouse-only <tr onclick> (#3526) - [`d401123e`](d401123) a11y(2.5.8): checkbox — add min-h-6 min-w-6 to Label for 24×24 hit area (#3545) - [`aef4166f`](aef4166) [a11y] Expose toggled state via aria-pressed on ToggleButton (#3559) - [`797f8831`](797f883) Show single attempt in Standalone Activity details (#3572) - [`893bc58c`](893bc58) feat(DT-4183): Add Tabs (Primitive) (#3574) - [`323c1993`](323c199) Date picker input field bug/kt (#3522) - [`3ac34ce2`](3ac34ce) Various serverless UI updates (#3573) - [`f365416a`](f365416) a11y(2.1.1): ZoomSvg — add keyboard pan/zoom controls so the workflow family tree is operable without a mouse (#3530) - [`feb6897e`](feb6897) Fix gaps in slot cards on worker details page (#3580) - [`b3c80072`](b3c8007) Remove font weight on cache size (#3583) - [`0e7337ea`](0e7337e) Bump API to v1.62.14 (#3575)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
🚀 Version Bump to 2.51.1
This PR updates the version from
2.51.0to2.51.1.📋 Files Updated
package.jsonserver/server/version/version.go📝 Bump Details
📖 Changes Since Last Version
c848ec54fix(a11y): announce workflow / event status on timeline graph nodes (WCAG 1.4.1) (fix(a11y): announce workflow / event status on timeline graph nodes (WCAG 1.4.1) #3443)af6b12a9fix(deployments): align version/status/compute badges in worker deployments table (fix(deployments): align version/status/compute badges in worker deployments table #3489)df86587cAdd SDK version to standalone activity details (Add SDK version to standalone activity details #3447)59695290Use shared FilterBar component for workflows (Use shared SearchAttributeFilter component in Workflows list view #3448)ded94469Set display contents in wrapper div if no afterLabel in Input component (Set display contents in wrapper div if no afterLabel in Input component #3513)d7e5eb43fix(standalone-activities): decode failure encodedAttributes in activity detail (fix(standalone-activities): decode failure encodedAttributes in activity detail #3507)81a255a9fix(DT-4151): fix bottom nav scrollability and double-menu on mobile (fix(DT-4151): fix bottom nav scrollability and double-menu on mobile #3514)368f646eFix exports to work properly with vite8 (Fix exports to work properly with vite8 #3519)231bdaffchore(deps-dev): bump vitest from 3.2.4 to 3.2.6 (chore(deps-dev): bump vitest from 3.2.4 to 3.2.6 #3509)1de44ea6fix(workers): soften no-workers-polling alert for serverless worker deployments (fix(workers): soften no-workers-polling alert for serverless worker deployments #3524)689955a8fix(DT-4080): surface error when validate connection has no compute config, warn on set current (fix(DT-4080): surface error when validate connection has no compute config, warn on set current #3516)93323db9feat(DT-4078): Add Set Ramping Version to Worker Deployment Versions (feat(DT-4078): Add Set Ramping Version to Worker Deployment Versions #3508)9d3450c0fix(DT-4081): surface task queue not registered error in validate connection modal (fix(DT-4081): surface task queue not registered error in validate connection modal #3517)b7f56237feat(DT-4079): miscellaneous WD UI fixes (feat(DT-4079): miscellaneous WD UI fixes #3511)83b2d4ecfeat(deployments): simplify create worker deployment UX (feat(deployments): simplify create worker deployment UX #3518)ccb4cb73Standalone Activity write guards (Standalone Activity write guards #3534)ab20ef03Worker insights UI updates (Worker insights UI updates #3520)aaf63bdc[wcag] Replace text-[12px] with text-xs in DatePicker action buttons (SC 1.4.4) (a11y(1.4.4): date-picker — replace pixel-locked text-[12px] with rem-based text-xs #3525)743be902a11y(2.4.3): replace flex-wrap-reverse with flex-wrap on workflow history toolbar (a11y(2.4.3): replace flex-wrap-reverse with flex-wrap on workflow history toolbar #3527)41b73e87a11y(2.4.2): ui-main — set distinct, descriptive titles on login/signin, task-queues list, and activity-workers sub-tab (a11y(2.4.2): ui-main — set distinct, descriptive titles on login/signin, task-queues list, and activity-workers sub-tab #3535)3d64cdbf[WCAG 2.4.3] group-details-row — remove redundant outer focus stop on wrapper (a11y(2.4.3): group-details-row — remove redundant outer focus stop wrapping the inner close button #3537)883e5db1a11y(2.4.6): datepicker — replace empty label with translate('common.start') (a11y(2.4.6): datepicker — replace empty label with translate('common.start') #3543)9da915e2a11y(2.4.5): import history — add back-link to Import landing page (a11y(2.4.5): import history — add back-link to Import landing page #3542)ca4c1d61Cache new Intl.DateTimeFormat (Cache new Intl.DateTimeFormat #3565)38376e4dFix required activity timeout inputs on Start a Standalone Activity form (Fix required activity timeout inputs on Start a Standalone Activity form #3567)49d7c9e4Use separate copy for title vs menu item (Fix Validate Connection copy #3568)3c7dcdc3a11y(2.5.8): pagination — grow caret buttons from 12×12 to 24×24 CSS px (a11y(2.5.8): pagination — grow caret buttons from 12×12 to 24×24 CSS px #3547)b5171825a11y(2.5.8): chip — pad remove button to 24×24 CSS px minimum (a11y(2.5.8): chip — pad remove button to 24×24 CSS px minimum #3544)1fea5d5ca11y(2.1.1): fake-button widgets — replace deprecated onkeypress with onkeydown handling Enter and Space (a11y(2.1.1): fake-button widgets — replace deprecated onkeypress with onkeydown handling Enter and Space #3528)5bf09000a11y(2.1.1): navigation primitives — replace hover-only CSS :after label tooltip with focusable Tooltip (a11y(2.1.1): navigation primitives — replace hover-only CSS :after label tooltip with focusable Tooltip #3529)deed43f0a11y(2.1.1): event summary row — add keyboard-accessible expand control alongside the mouse-only (a11y(2.1.1): event summary row — add keyboard-accessible expand control alongside the mouse-only <tr onclick> #3526)d401123ea11y(2.5.8): checkbox — add min-h-6 min-w-6 to Label for 24×24 hit area (a11y(2.5.8): checkbox — add min-h-6 min-w-6 to Label for 24×24 hit area #3545)aef4166f[a11y] Expose toggled state via aria-pressed on ToggleButton (a11y(4.1.2): ToggleButton — expose toggled state via aria-pressed so AT users can tell which member of a group is active #3559)797f8831Show single attempt in Standalone Activity details (Show single attempt in Standalone Activity details #3572)893bc58cfeat(DT-4183): Add Tabs (Primitive) (feat(DT-4183): Add Tabs (Primitive) #3574)323c1993Date picker input field bug/kt (Date picker input field bug/kt #3522)3ac34ce2Various serverless UI updates (Various serverless UI updates #3573)f365416aa11y(2.1.1): ZoomSvg — add keyboard pan/zoom controls so the workflow family tree is operable without a mouse (a11y(2.1.1): ZoomSvg — add keyboard pan/zoom controls so the workflow family tree is operable without a mouse #3530)feb6897eFix gaps in slot cards on worker details page (Fix gaps in slot cards on Worker details page #3580)b3c80072Remove font weight on cache size (Remove font weight on Cache Size on Worker details page #3583)0e7337eaBump API to v1.62.14 (Bump API to v1.62.14 #3575)Note: This version was manually specified rather than calculated from commit history.
🤖 This PR was automatically created by the Version Bump workflow.