Skip to content

Commit

Permalink
release-24.1: cluster-ui: bump cluster-ui npm version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kyle-a-wong committed May 22, 2024
1 parent 69fd438 commit b941e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/workspaces/cluster-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b941e4e

Please sign in to comment.