Skip to content

Commit 8f615db

Browse files
chore: bump version to 2.45.1 (#3140)
Auto-generated version bump from 2.45.0 to 2.45.1 Specific version: 2.45.1 Changes included: - [`f71743b5`](f71743b) Nav icons fix/kt (#3127) - [`68f18987`](68f1898) Refresh token POC (#2966) - [`36b26a9f`](36b26a9) fix: prevent 'No Workers Running' flash during workflow load (#3131) - [`b4d224ee`](b4d224e) Auto refresh UI update (#3137) - [`3ca9d3c3`](3ca9d3c) Revert "Refresh token POC (#2966)" (#3139) - [`73e45caa`](73e45ca) Workflow Pause (#3114) Co-authored-by: laurakwhit <15069288+laurakwhit@users.noreply.github.com>
1 parent 73e45ca commit 8f615db

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.0",
3+
"version": "2.45.1",
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.0"
31+
UIVersion = "2.45.1"
3232
)

0 commit comments

Comments
 (0)