Skip to content

Commit 5af4af0

Browse files
0.8.3 release (#178)
1 parent d29e03c commit 5af4af0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

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

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.3-rc2",
4+
"version": "0.8.3",
55
"private": false,
66
"rancher": {
77
"annotations": {

0 commit comments

Comments
 (0)