Skip to content

Commit

Permalink
vx: reverse order
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Sep 26, 2023
1 parent 85f7897 commit 53ac461
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions vx/scripts/release/steps/push_to_latest_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

2 comments on commit 53ac461

@vercel
Copy link

@vercel vercel bot commented on 53ac461 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next.vercel.app
vest-next-ealush.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-website.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 53ac461 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

vest-ealush.vercel.app
vestjs.dev
vest.vercel.app
vest-git-latest-ealush.vercel.app
www.vestjs.dev

Please sign in to comment.