From bb18b75a7617561accfa132b59c17facfb89a3ca Mon Sep 17 00:00:00 2001 From: Alexandre Alves Date: Mon, 6 Jan 2025 15:28:22 +0000 Subject: [PATCH] bump shell version (#12978) * bump shell version * bump creators version --- creators/extension/package.json | 2 +- shell/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/creators/extension/package.json b/creators/extension/package.json index 663e0af4139..84c149a28f5 100644 --- a/creators/extension/package.json +++ b/creators/extension/package.json @@ -1,7 +1,7 @@ { "name": "@rancher/create-extension", "description": "Rancher UI Extension generator", - "version": "3.0.5", + "version": "3.0.6", "license": "Apache-2.0", "author": "SUSE", "packageManager": "yarn@4.5.0", diff --git a/shell/package.json b/shell/package.json index 046af30d52f..b9e539e7c4a 100644 --- a/shell/package.json +++ b/shell/package.json @@ -1,6 +1,6 @@ { "name": "@rancher/shell", - "version": "3.0.1-rc.6", + "version": "3.0.1", "description": "Rancher Dashboard Shell", "repository": "https://github.com/rancherlabs/dashboard", "license": "Apache-2.0",