@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 CHANGED
@@ -30,4 +30,4 @@ export function setKubeVersionData(v) {
30
30
  _kubeVersionData = JSON.parse(JSON.stringify(v));
31
31
  }
32
32
 
33
- export const CURRENT_RANCHER_VERSION = '2.12';
33
+ export const CURRENT_RANCHER_VERSION = '2.13';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rancher/shell",
3
- "version": "3.0.8-rc.3",
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.51",
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",
@@ -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.12";
2356
+ export const CURRENT_RANCHER_VERSION: "2.13";
2357
2357
  }
2358
2358
 
2359
2359
  // @shell/mixins/components/ResourceList/resource-list.config