From 1aca168bee85497054347c4593ac06ccde6cba5d Mon Sep 17 00:00:00 2001 From: laurakwhit <15069288+laurakwhit@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:00:56 +0000 Subject: [PATCH] chore: bump version to 2.45.3 Auto-generated version bump from 2.45.2 to 2.45.3 Specific version: 2.45.3 Changes included: - [`8fcea7ea`](https://github.com/temporalio/ui/commit/8fcea7ea209dd79cfdc352c0b7d59b71c1861ced) fix(nav): restore cloud navigation width and version positioning (#3147) - [`9fd0b463`](https://github.com/temporalio/ui/commit/9fd0b4635d4c3c29768347cf5028ce57dc09e13a) Refactor to use on from svelte/events (#3126) - [`c4cb8fa8`](https://github.com/temporalio/ui/commit/c4cb8fa80fe4b91e66bc14a060a056289de34488) Upgrade to ESLint v9 (#3125) - [`50d5c96c`](https://github.com/temporalio/ui/commit/50d5c96cd1d30e4a85d00e33270d4a954b6cabc7) Fix subtitle size and padding on proj nav (#3148) - [`b06ca2fc`](https://github.com/temporalio/ui/commit/b06ca2fcca68afb5f79fb14e360efb6c4ea1a536) Update activity operator command API routes (#3151) --- 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 ef4a84c72a..b9f88a1bd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@temporalio/ui", - "version": "2.45.2", + "version": "2.45.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 72d5752807..a512149f79 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.45.2" + UIVersion = "2.45.3" )