Skip to content

Commit

Permalink
✨ Updating: [context]: (3.0.1), [n4s]: (4.2.1), [vest]: (4.6.1)
Browse files Browse the repository at this point in the history
2ffc4ee  Bump Context (ealush)
  • Loading branch information
ealush committed Aug 8, 2022
1 parent 2ffc4ee commit b286f4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": "3.0.0",
"version": "3.0.1",
"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.2.0",
"version": "4.2.1",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -10,7 +10,7 @@
"release": "vx release"
},
"dependencies": {
"context": "^3.0.0",
"context": "^3.0.1",
"vest-utils": "^0.0.2"
},
"module": "./dist/es/n4s.production.js",
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.6.0",
"version": "4.6.1",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand All @@ -20,8 +20,8 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^3.0.0",
"n4s": "^4.2.0",
"context": "^3.0.1",
"n4s": "^4.2.1",
"vest-utils": "^0.0.2"
},
"homepage": "https://vestjs.dev/",
Expand Down

2 comments on commit b286f4b

@vercel
Copy link

@vercel vercel bot commented on b286f4b Aug 8, 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

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

@vercel
Copy link

@vercel vercel bot commented on b286f4b Aug 8, 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-website.vercel.app
vest-next.vercel.app
vest-next-ealush.vercel.app
vest-next-git-latest-ealush.vercel.app

Please sign in to comment.