Skip to content

Commit 8ba61ad

Browse files
bump @rancher/shell (#115)
1 parent 5a588e8 commit 8ba61ad

4 files changed

Lines changed: 1254 additions & 986 deletions

File tree

.github/workflows/build-extension-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212

1313
jobs:
1414
build-extension-charts:
15-
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@shell-pkg-v3.0.0
15+
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@shell-pkg-v3.0.2-rc.2
1616
permissions:
1717
actions: write
1818
contents: write

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "capi-ui",
33
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
4-
"version": "0.8.2",
4+
"version": "0.8.2-rc1",
55
"private": false,
66
"engines": {
77
"node": ">=20"
88
},
99
"dependencies": {
1010
"@rancher/components": "^0.3.0-alpha.1",
11-
"@rancher/shell": "3.0.0",
11+
"@rancher/shell": "3.0.2-rc.2",
1212
"@types/lodash": "4.14.196",
1313
"cache-loader": "^4.1.0",
1414
"color": "4.2.3",

pkg/capi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "capi",
33
"description": "UI for CAPI cluster provisioning",
4-
"version": "0.8.2",
4+
"version": "0.8.2-rc1",
55
"private": false,
66
"rancher": {
77
"annotations": {

0 commit comments

Comments
 (0)