Skip to content

Commit 27eaa32

Browse files
chore: bump version to 2.48.0 (#3237)
Auto-generated version bump from 2.47.3 to 2.48.0 Bump type: minor Changes included: - [`724ad982`](724ad98) feat: add long-term caching for immutable assets (#3128) - [`510363a7`](510363a) Add unique id to filter (#3218) - [`2bd7e168`](2bd7e16) DT-3592 - scroll to top on page change in paginated tables (#3220) - [`1f68b8b1`](1f68b8b) Remove system.enableNexus dynamic config flag (#3221) - [`82c3f0df`](82c3f0d) add WorkflowTaskStarted event type to valid reset points and remove unused type (#3224) - [`d4165751`](d416575) Task failures count improvements (#3216) - [`0a65aba3`](0a65aba) Make line breaks in JSON strings visual only (#3219) - [`64b0abb9`](64b0abb) Allow accessToken to throw to allow it to stop execution and prevent weirdness in control flow. (#3222) - [`3dba6b1a`](3dba6b1) refactor(workflow): remove minimizeEventView store (#3182) - [`37d0ae41`](37d0ae4) Fix duplicate base path for filters (#3233) - [`7df7aaef`](7df7aae) Fix infinite loop on root page if publicPath is set (#3234) - [`98fd0b60`](98fd0b6) Format history size bytes to human-readable units (#3227) Co-authored-by: laurakwhit <15069288+laurakwhit@users.noreply.github.com>
1 parent 98fd0b6 commit 27eaa32

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

0 commit comments

Comments
 (0)