From 27678fc8c07128c98cceb5c4113df07e602c1867 Mon Sep 17 00:00:00 2001 From: Kyle Wong Date: Wed, 22 May 2024 12:38:43 -0400 Subject: [PATCH] release-24.1: cluster-ui: bump cluster-ui npm version bumps the cluster-ui version from `24.1.0-prerelease.0` to `24.1.0` Epic: none Release note: None --- pkg/ui/workspaces/cluster-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ui/workspaces/cluster-ui/package.json b/pkg/ui/workspaces/cluster-ui/package.json index e9e911050a27..98968c4153c0 100644 --- a/pkg/ui/workspaces/cluster-ui/package.json +++ b/pkg/ui/workspaces/cluster-ui/package.json @@ -1,6 +1,6 @@ { "name": "@cockroachlabs/cluster-ui", - "version": "24.1.0-prerelease.0", + "version": "24.1.0", "description": "Cluster UI is a library of large features shared between CockroachDB and CockroachCloud", "repository": { "type": "git",