Skip to content

Commit

Permalink
Merge pull request #129352 from dhartunian/cluster-ui-24.2.1
Browse files Browse the repository at this point in the history
release-23.2: ui: use versioned crdb-protobuf-client
  • Loading branch information
dhartunian authored Aug 21, 2024
2 parents 882908f + 8e9759e commit 42bdfb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/ui/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.2.0",
"version": "24.2.1",
"description": "Cluster UI is a library of large features shared between CockroachDB and CockroachCloud",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@babel/runtime": "^7.12.13",
"@cockroachlabs/crdb-protobuf-client": "workspace:../db-console/src/js",
"@cockroachlabs/crdb-protobuf-client": "24.2.1",
"@cockroachlabs/design-tokens": "0.4.5",
"@cockroachlabs/icons": "0.5.2",
"@cockroachlabs/ui-components": "0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion pkg/ui/workspaces/db-console/src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cockroachlabs/crdb-protobuf-client",
"version": "0.0.12",
"version": "24.2.1",
"description": "Javascript client for use by CockroachDB UI",
"main": "./protos.js",
"types": "./protos.d.ts",
Expand Down

0 comments on commit 42bdfb1

Please sign in to comment.