Skip to content

Commit 80a1407

Browse files
chore: bump version to 2.47.3 (#3217)
Auto-generated version bump from 2.47.2 to 2.47.3 Bump type: patch Changes included: - [`115e9f4f`](115e9f4) always show create schedule button when 0 schedules (#3205) - [`ee254fb1`](ee254fb) Revert Count Schedules API (#3203) - [`954c647e`](954c647) Codefreeze 03.02.26 to main (#3213) - [`93f0e8f4`](93f0e8f) Fix custom search attributes inputs for different attribute types (#3215) Co-authored-by: laurakwhit <15069288+laurakwhit@users.noreply.github.com>
1 parent 93f0e8f commit 80a1407

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

0 commit comments

Comments
 (0)