Skip to content

Commit 7bc7095

Browse files
chore: bump version to 2.46.0 (#3180)
Auto-generated version bump from 2.45.4 to 2.46.0 Bump type: minor Changes included: - [`1acf17c0`](1acf17c) docs: Add AUTHENTICATION.md referenced by README (#3157) - [`7d2368a2`](7d2368a) Corrected location of output directory (#3155) - [`1f2900c0`](1f2900c) [DT-3584] Migrate Nexus form to Superforms with validation (#3158) - [`f60fe1bf`](f60fe1b) feat(workflow): split Event History into Timeline and Event History tabs (#3109) - [`4801f8dc`](4801f8d) fix(workflow): remove extra vertical padding from history toolbar (#3179) - [`4ba52557`](4ba5255) Fix some minor bugs in the Standalone Activities UI (#3177) Co-authored-by: rossedfort <11775628+rossedfort@users.noreply.github.com>
1 parent 3301587 commit 7bc7095

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

0 commit comments

Comments
 (0)