Skip to content

Commit 2f7e04d

Browse files
chore: bump version to 2.45.3 (#3152)
Auto-generated version bump from 2.45.2 to 2.45.3 Specific version: 2.45.3 Changes included: - [`8fcea7ea`](8fcea7e) fix(nav): restore cloud navigation width and version positioning (#3147) - [`9fd0b463`](9fd0b46) Refactor to use on from svelte/events (#3126) - [`c4cb8fa8`](c4cb8fa) Upgrade to ESLint v9 (#3125) - [`50d5c96c`](50d5c96) Fix subtitle size and padding on proj nav (#3148) - [`b06ca2fc`](b06ca2f) Update activity operator command API routes (#3151) Co-authored-by: laurakwhit <15069288+laurakwhit@users.noreply.github.com>
1 parent b06ca2f commit 2f7e04d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/ui",
3-
"version": "2.45.2",
3+
"version": "2.45.3",
44
"engines": {
55
"pnpm": ">=10.10.0",
66
"node": ">=22.14.0"

server/server/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ const (
2828
clientNameHeaderName = "client-name"
2929
clientNameHeaderValue = "temporal-ui"
3030
clientVersionHeaderName = "client-version"
31-
UIVersion = "2.45.2"
31+
UIVersion = "2.45.3"
3232
)

0 commit comments

Comments
 (0)