From 049d914b7bae53e82e65b4a8610bfc19c10c6d46 Mon Sep 17 00:00:00 2001 From: laurakwhit <15069288+laurakwhit@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:20:12 +0000 Subject: [PATCH] chore: bump version to 2.53.3 Auto-generated version bump from 2.53.2 to 2.53.3 Specific version: 2.53.3 Changes included: - [`5c485d17`](https://github.com/temporalio/ui/commit/5c485d17aee1b352ab17698ba36f0e6d7ece2045) feat(DT-4359): Schedules content updates (#3804) - [`c4872297`](https://github.com/temporalio/ui/commit/c4872297c43fa2b181150da7ad4e9b943d752b9c) fix(modal): notify once on every dismissal via the dialog close event (#3813) - [`50f3f8b1`](https://github.com/temporalio/ui/commit/50f3f8b1587bd97694fe1152240e77c8fb19bd3b) [DT-4308] Nexus-Invoked Standalone Activities (UI) (#3794) - [`43ffa6ad`](https://github.com/temporalio/ui/commit/43ffa6aded2082c08f191d1a275ae00721b36fa1) Bump Go to 1.26.5 (#3814) - [`eeb3d90e`](https://github.com/temporalio/ui/commit/eeb3d90e927f032208cd2839f1d6c32fa5d6baa6) fix: align heading/timestamp spacing across namespace list headers (#3805) - [`4853ac29`](https://github.com/temporalio/ui/commit/4853ac2978d35e5599d0aa5353f770faa810a8e1) VLN-1585: remediate claude-code-action-unhardened (#3778) - [`506d4f72`](https://github.com/temporalio/ui/commit/506d4f72cdbb304f658767478cc4eee3b06fcd3e) fix: resolve open Dependabot security alerts (#3815) - [`86ade866`](https://github.com/temporalio/ui/commit/86ade86699335c10a94c2c79f5a4c39e48d7d98c) VLN-1578: remediate checkout-below-v7 (#3699) - [`7de458ec`](https://github.com/temporalio/ui/commit/7de458ec0430fd47f7670055adb0b6b61af3babf) Bump API to v1.63.5 (#3808) - [`8b93f74b`](https://github.com/temporalio/ui/commit/8b93f74b7c4972d20bdcb5eb9442da35f68f4d0d) Add back resetHeartbeat option to standalone activity reset (#3817) --- package.json | 2 +- server/server/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75b7109d62..53ef3d47a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@temporalio/ui", - "version": "2.53.2", + "version": "2.53.3", "engines": { "pnpm": ">=10.10.0", "node": ">=22.14.0" diff --git a/server/server/version/version.go b/server/server/version/version.go index 627d1c6be4..cb1862f3c2 100644 --- a/server/server/version/version.go +++ b/server/server/version/version.go @@ -28,5 +28,5 @@ const ( clientNameHeaderName = "client-name" clientNameHeaderValue = "temporal-ui" clientVersionHeaderName = "client-version" - UIVersion = "2.53.2" + UIVersion = "2.53.3" )