@rancher/shell 3.0.8-rc.3 → 3.0.8-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/version.js +1 -1
- package/package.json +2 -2
- package/types/shell/index.d.ts +1 -1
package/config/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rancher/shell",
|
|
3
|
-
"version": "3.0.8-rc.
|
|
3
|
+
"version": "3.0.8-rc.4",
|
|
4
4
|
"description": "Rancher Dashboard Shell",
|
|
5
5
|
"repository": "https://github.com/rancherlabs/dashboard",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@babel/preset-typescript": "7.16.7",
|
|
39
39
|
"@novnc/novnc": "1.2.0",
|
|
40
40
|
"@popperjs/core": "2.11.8",
|
|
41
|
-
"@rancher/icons": "2.0.
|
|
41
|
+
"@rancher/icons": "2.0.52",
|
|
42
42
|
"@types/is-url": "1.2.30",
|
|
43
43
|
"@types/node": "20.10.8",
|
|
44
44
|
"@types/semver": "^7.5.8",
|
package/types/shell/index.d.ts
CHANGED
|
@@ -2353,7 +2353,7 @@ export function getVersionData(): {
|
|
|
2353
2353
|
export function setVersionData(v: any): void;
|
|
2354
2354
|
export function getKubeVersionData(): {};
|
|
2355
2355
|
export function setKubeVersionData(v: any): void;
|
|
2356
|
-
export const CURRENT_RANCHER_VERSION: "2.
|
|
2356
|
+
export const CURRENT_RANCHER_VERSION: "2.13";
|
|
2357
2357
|
}
|
|
2358
2358
|
|
|
2359
2359
|
// @shell/mixins/components/ResourceList/resource-list.config
|