Skip to content

Commit 7e09769

Browse files
chore: bump version to 2.48.3 (#3305)
Auto-generated version bump from 2.48.2 to 2.48.3 Specific version: 2.48.3 Changes included: - [`59c95f8b`](59c95f8) Add undo/redo support to editable CodeBlock (#3288) - [`89269c62`](89269c6) chore: bump go.temporal.io/api to v1.62.8 and update go.sum (#3298) - [`8e795d8a`](8e795d8) Worker insights (#3087) - [`c58019ae`](c58019a) Use CountSchedules API (#3258) - [`a0d20fcc`](a0d20fc) Add optional initial name to search attribute defintion (#3303) - [`cbaf7549`](cbaf754) DT-3655 - add external payload count and size to workflow details (#3276) - [`0fe2b33c`](0fe2b33) Remove by-type option for activity commands (#3284) Co-authored-by: laurakwhit <15069288+laurakwhit@users.noreply.github.com>
1 parent 0fe2b33 commit 7e09769

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

0 commit comments

Comments
 (0)