Skip to content

Commit 7522f27

Browse files
chore: bump version to 2.49.0 (#3337)
Auto-generated version bump from 2.48.4 to 2.49.0 Bump type: minor Changes included: - [`9146199f`](9146199) fix: ref main in reusable PR review workflows (#3326) - [`ca904926`](ca90492) test(e2e): add end-to-end payload decoder coverage (#3321) - [`4e32d230`](4e32d23) chore: add setup-worktree skill (#3278) - [`a789fbdb`](a789fbd) Fix decoding payloads for user metadata (#3328) - [`21f2d448`](21f2d44) ci: remove unused Set up Protoc step from workflows (#3323) - [`39c41d25`](39c41d2) fix(ui): guard getApiOrigin against undefined VITE_API (#3332) - [`627cbb1b`](627cbb1) feat: add showInstancesLink prop to deployment header (#3331) - [`0726c65e`](0726c65) Check certFile modification time instead of keyFile (#3178) - [`8c79931b`](8c79931) feat(DT-3887): remove Dispatch Rate Epsilon from compute scaling UI (#3334) Co-authored-by: rossedfort <11775628+rossedfort@users.noreply.github.com>
1 parent e7114c8 commit 7522f27

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

0 commit comments

Comments
 (0)