Skip to content

Commit a114ab7

Browse files
chore: bump version to 2.48.1 (#3243)
Auto-generated version bump from 2.48.0 to 2.48.1 Bump type: patch Changes included: - [`30614969`](3061496) Add underline, arrow, and subtitle href structure (#3231) - [`75176b6c`](75176b6) remove animation in refresh (#3240) - [`1c2cdc0a`](1c2cdc0) Remove 120 max/min height and make it 300 to be consistent with others (#3242) Co-authored-by: Alex-Tideman <7967403+Alex-Tideman@users.noreply.github.com>
1 parent 138fbea commit a114ab7

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

0 commit comments

Comments
 (0)