Skip to content

Commit

Permalink
🌈 Updating:
Browse files Browse the repository at this point in the history
684cc75  patch: auto release on top-level-change (ealush)
  • Loading branch information
ealush committed Apr 23, 2023
1 parent 684cc75 commit 9053cf1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/anyone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"license": "MIT",
"main": "./dist/cjs/anyone.js",
"types": "./types/anyone.d.ts",
"version": "1.0.5",
"version": "1.0.6",
"author": "ealush",
"scripts": {
"test": "vx test",
"build": "vx build",
"release": "vx release"
},
"dependencies": {
"vest-utils": "^0.1.0"
"vest-utils": "^0.1.1"
},
"module": "./dist/es/anyone.production.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.5",
"version": "3.0.6",
"license": "MIT",
"main": "./dist/cjs/context.js",
"types": "./types/context.d.ts",
Expand All @@ -11,7 +11,7 @@
"release": "vx release"
},
"dependencies": {
"vest-utils": "^0.1.0"
"vest-utils": "^0.1.1"
},
"module": "./dist/es/context.production.js",
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/n4s/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.3.5",
"version": "4.3.6",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -17,8 +17,8 @@
"release": "vx release"
},
"dependencies": {
"context": "^3.0.5",
"vest-utils": "^0.1.0"
"context": "^3.0.6",
"vest-utils": "^0.1.1"
},
"module": "./dist/es/n4s.production.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vast/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.15",
"version": "1.0.16",
"license": "MIT",
"main": "./dist/cjs/vast.js",
"types": "./types/vast.d.ts",
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"vest-utils": "^0.1.0"
"vest-utils": "^0.1.1"
},
"exports": {
".": {
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": "0.1.0",
"version": "0.1.1",
"name": "vest-utils",
"author": "ealush",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.6.9",
"version": "4.6.10",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand Down Expand Up @@ -33,10 +33,10 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^3.0.5",
"n4s": "^4.3.5",
"vast": "^1.0.15",
"vest-utils": "^0.1.0"
"context": "^3.0.6",
"n4s": "^4.3.6",
"vast": "^1.0.16",
"vest-utils": "^0.1.1"
},
"homepage": "https://vestjs.dev/",
"exports": {
Expand Down

2 comments on commit 9053cf1

@vercel
Copy link

@vercel vercel bot commented on 9053cf1 Apr 23, 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

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

@vercel
Copy link

@vercel vercel bot commented on 9053cf1 Apr 23, 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-website.vercel.app
vest-next-git-latest-ealush.vercel.app

Please sign in to comment.