Skip to content

Commit 0ceeae5

Browse files
chore: bump version to 2.43.3 (#3017)
Auto-generated version bump from 2.43.2 to 2.43.3 Bump type: patch Changes included: - [`8629b0df`](8629b0d) Set explicit permissions for GitHub Actions workflows (#2989) - [`a063f62f`](a063f62) Task Failures style updates (#3010) - [`5f6ffb39`](5f6ffb3) Truncate runid (#3006) - [`cfe989b2`](cfe989b) Show error with filtering workflows (#3011) - [`6eddff67`](6eddff6) Add claude github workflow (#3013) - [`6162ead0`](6162ead) Bump API to v1.57.0 (#3016) Co-authored-by: laurakwhit <15069288+laurakwhit@users.noreply.github.com>
1 parent 6162ead commit 0ceeae5

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.43.2",
3+
"version": "2.43.3",
44
"engines": {
55
"pnpm": ">=8.6.0",
66
"node": ">=18.15.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.43.2"
31+
UIVersion = "2.43.3"
3232
)

0 commit comments

Comments
 (0)