From 2aa78d5e46dcf462ccc727917aab4081afb39a45 Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Wed, 24 Jul 2024 10:30:56 +0100 Subject: [PATCH] Publish v0.49.0-alpha.0 of the @tektoncd/dashboard-* packages --- package-lock.json | 8 ++++---- packages/components/package.json | 2 +- packages/e2e/package.json | 2 +- packages/graph/package.json | 2 +- packages/utils/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7197f51ae..7a3282422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18052,7 +18052,7 @@ }, "packages/components": { "name": "@tektoncd/dashboard-components", - "version": "0.46.0-alpha.0", + "version": "0.49.0-alpha.0", "license": "Apache-2.0", "dependencies": { "@tektoncd/dashboard-utils": "file:../utils", @@ -18077,7 +18077,7 @@ }, "packages/e2e": { "name": "@tektoncd/dashboard-e2e", - "version": "0.46.0-alpha.0", + "version": "0.49.0-alpha.0", "license": "Apache-2.0", "devDependencies": { "cypress": "^13.13.0" @@ -18089,7 +18089,7 @@ }, "packages/graph": { "name": "@tektoncd/dashboard-graph", - "version": "0.46.0-alpha.0", + "version": "0.49.0-alpha.0", "license": "Apache-2.0", "dependencies": { "@carbon/charts-react": "^1.19.0", @@ -18111,7 +18111,7 @@ }, "packages/utils": { "name": "@tektoncd/dashboard-utils", - "version": "0.46.0-alpha.0", + "version": "0.49.0-alpha.0", "license": "Apache-2.0", "engines": { "node": "^20.14.0", diff --git a/packages/components/package.json b/packages/components/package.json index d5d1bd30b..cbf539851 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@tektoncd/dashboard-components", - "version": "0.46.0-alpha.0", + "version": "0.49.0-alpha.0", "author": { "name": "The Tekton Authors" }, diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 68e3e4a63..5def311ce 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@tektoncd/dashboard-e2e", - "version": "0.46.0-alpha.0", + "version": "0.49.0-alpha.0", "author": { "name": "The Tekton Authors" }, diff --git a/packages/graph/package.json b/packages/graph/package.json index 84d3605f7..eafa1e9b1 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@tektoncd/dashboard-graph", - "version": "0.46.0-alpha.0", + "version": "0.49.0-alpha.0", "author": { "name": "The Tekton Authors" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 259e23668..207303a4a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@tektoncd/dashboard-utils", - "version": "0.46.0-alpha.0", + "version": "0.49.0-alpha.0", "author": { "name": "The Tekton Authors" },