Skip to content

Commit

Permalink
vx: correctly track files
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Sep 9, 2023
1 parent 5aa51c6 commit a0bd0c4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/anyone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"main": "./dist/cjs/anyone.js",
"types": "./types/anyone.d.ts",
"version": "1.0.8",
"version": "1.0.9",
"author": "ealush",
"scripts": {
"test": "vx test",
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.9",
"version": "3.0.10",
"license": "MIT",
"main": "./dist/cjs/context.js",
"types": "./types/context.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/n4s/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.2",
"version": "5.0.3",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vast/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.18",
"version": "1.0.19",
"license": "MIT",
"main": "./dist/cjs/vast.js",
"types": "./types/vast.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"name": "vest-utils",
"author": "ealush",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vest",
"version": "5.0.2",
"version": "5.0.3",
"description": "Declarative Form Validations Framework",
"license": "MIT",
"author": "ealush",
Expand Down
2 changes: 1 addition & 1 deletion packages/vestjs-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vestjs-runtime",
"version": "1.0.0",
"version": "1.0.1",
"description": "Internal runtime module used by Vest",
"license": "MIT",
"author": "ealush",
Expand Down
2 changes: 1 addition & 1 deletion vx/scripts/release/steps/push_to_latest_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "Checking out new local stable branch"
git checkout -b $STABLE_BRANCH

echo "Commiting"
git add .
git add -A
git commit -m "$1" -m "$2"

echo "Pushing to $STABLE_BRANCH"
Expand Down

2 comments on commit a0bd0c4

@vercel
Copy link

@vercel vercel bot commented on a0bd0c4 Sep 9, 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-website.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-next.vercel.app
vest-next-ealush.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a0bd0c4 Sep 9, 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

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

Please sign in to comment.