diff --git a/vx/scripts/release/steps/push_to_latest_branch.sh b/vx/scripts/release/steps/push_to_latest_branch.sh index 73155e4ad..dca72f511 100644 --- a/vx/scripts/release/steps/push_to_latest_branch.sh +++ b/vx/scripts/release/steps/push_to_latest_branch.sh @@ -13,12 +13,12 @@ git rebase $STABLE_BRANCH || echo "No hotfixes to rebase" echo "Deleting local stable branch" git branch -D $STABLE_BRANCH || echo "Failed to delete $STABLE_BRANCH. Continuing..." -echo "Rebuilding yarn.lock" -yarn - echo "Checking out new local stable branch" git checkout -b $STABLE_BRANCH +echo "Rebuilding yarn.lock" +yarn + echo "Commiting" git add -A git commit -m "$1" -m "$2" diff --git a/yarn.lock b/yarn.lock index 5289e4174..c06fa1a65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5341,7 +5341,7 @@ __metadata: version: 0.0.0-use.local resolution: "anyone@workspace:packages/anyone" dependencies: - vest-utils: ^1.0.3 + vest-utils: ^1.1.0 languageName: unknown linkType: soft @@ -6618,11 +6618,11 @@ __metadata: languageName: node linkType: hard -"context@^3.0.12, context@workspace:packages/context": +"context@^3.0.13, context@workspace:packages/context": version: 0.0.0-use.local resolution: "context@workspace:packages/context" dependencies: - vest-utils: ^1.0.3 + vest-utils: ^1.1.0 languageName: unknown linkType: soft @@ -11630,14 +11630,14 @@ __metadata: languageName: node linkType: hard -"n4s@^5.0.5, n4s@workspace:packages/n4s": +"n4s@^5.0.6, n4s@workspace:packages/n4s": version: 0.0.0-use.local resolution: "n4s@workspace:packages/n4s" dependencies: "@types/validator": ^13.11.1 - context: ^3.0.12 + context: ^3.0.13 validator: 13.9.0 - vest-utils: ^1.0.3 + vest-utils: ^1.1.0 languageName: unknown linkType: soft @@ -15544,15 +15544,15 @@ __metadata: languageName: node linkType: hard -"vast@^1.0.21, vast@workspace:packages/vast": +"vast@^1.0.22, vast@workspace:packages/vast": version: 0.0.0-use.local resolution: "vast@workspace:packages/vast" dependencies: - vest-utils: ^1.0.3 + vest-utils: ^1.1.0 languageName: unknown linkType: soft -"vest-utils@^1.0.3, vest-utils@workspace:packages/vest-utils": +"vest-utils@^1.1.0, vest-utils@workspace:packages/vest-utils": version: 0.0.0-use.local resolution: "vest-utils@workspace:packages/vest-utils" languageName: unknown @@ -15569,20 +15569,20 @@ __metadata: version: 0.0.0-use.local resolution: "vest@workspace:packages/vest" dependencies: - context: ^3.0.12 - n4s: ^5.0.5 - vast: ^1.0.21 - vest-utils: ^1.0.3 - vestjs-runtime: ^1.0.3 + context: ^3.0.13 + n4s: ^5.0.6 + vast: ^1.0.22 + vest-utils: ^1.1.0 + vestjs-runtime: ^1.0.4 languageName: unknown linkType: soft -"vestjs-runtime@^1.0.3, vestjs-runtime@workspace:packages/vestjs-runtime": +"vestjs-runtime@^1.0.4, vestjs-runtime@workspace:packages/vestjs-runtime": version: 0.0.0-use.local resolution: "vestjs-runtime@workspace:packages/vestjs-runtime" dependencies: - context: ^3.0.12 - vest-utils: ^1.0.3 + context: ^3.0.13 + vest-utils: ^1.1.0 languageName: unknown linkType: soft