From b941e4e0f0c55419fde217e9ddc8927893d03fd3 Mon Sep 17 00:00:00 2001 From: Kyle Wong Date: Wed, 22 May 2024 14:10:15 -0400 Subject: [PATCH] release-24.1: cluster-ui: bump cluster-ui npm version bumps the cluster-ui version from `24.1.0` to `24.1.1` The previous commit which updated the package.json version from `24.1.0-prerelease.0` to `24.1.0` did not result in the Cluster UI package being published to npm because 24.1.0 already exists. Bumping to `24.1.1` should result in a new published package in npm. 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 98968c4153c0..138659a59ded 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", + "version": "24.1.1", "description": "Cluster UI is a library of large features shared between CockroachDB and CockroachCloud", "repository": { "type": "git",