Skip to content

Commit

Permalink
🤘 Updating: [context]: (2.0.9), [n4s]: (4.2.0), [vast]: (1.0.12), [ve…
Browse files Browse the repository at this point in the history
…st]: (4.6.0)

7a17ef0  patch(context): simplify context by removing the ancestry registration (ealush)
147c906  types: simplify indirect types (ealush)
d7d0893  feat(vest): Add boolean control for optional fields (#910) (Evyatar)
5b93c8c  vx: run all formats at once (#909) (Evyatar)
8284ce2  patch(vest): use string module from vest-utils (ealush)
  • Loading branch information
ealush committed Aug 5, 2022
1 parent c9b4ef2 commit 6d79c65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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": "2.0.8",
"version": "2.0.9",
"license": "MIT",
"main": "./dist/cjs/context.js",
"types": "./types/context.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/n4s/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.9",
"version": "4.2.0",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -10,7 +10,7 @@
"release": "vx release"
},
"dependencies": {
"context": "^2.0.8",
"context": "^2.0.9",
"vest-utils": "^0.0.2"
},
"module": "./dist/es/n4s.production.js",
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.11",
"version": "1.0.12",
"license": "MIT",
"main": "./dist/cjs/vast.js",
"types": "./types/vast.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.5.0",
"version": "4.6.0",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand All @@ -20,8 +20,8 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^2.0.8",
"n4s": "^4.1.9",
"context": "^2.0.9",
"n4s": "^4.2.0",
"vest-utils": "^0.0.2"
},
"homepage": "https://vestjs.dev/",
Expand Down

2 comments on commit 6d79c65

@vercel
Copy link

@vercel vercel bot commented on 6d79c65 Aug 5, 2022

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

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

@vercel
Copy link

@vercel vercel bot commented on 6d79c65 Aug 5, 2022

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-ealush.vercel.app
vest-website.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-next.vercel.app

Please sign in to comment.