Skip to content

Commit

Permalink
Publish Stable
Browse files Browse the repository at this point in the history
 - vercel@19.1.1
 - @vercel/next@2.6.7
 - @vercel/node@1.7.1
 - @vercel/static-build@0.17.3
  • Loading branch information
styfle committed Jun 16, 2020
1 parent e50417d commit 0eacbea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/now-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "19.1.1-canary.4",
"version": "19.1.1",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Now",
Expand Down Expand Up @@ -64,11 +64,11 @@
"dependencies": {
"@vercel/build-utils": "2.4.0",
"@vercel/go": "1.1.2",
"@vercel/next": "2.6.7-canary.1",
"@vercel/node": "1.7.1-canary.1",
"@vercel/next": "2.6.7",
"@vercel/node": "1.7.1",
"@vercel/python": "1.2.2",
"@vercel/ruby": "1.2.2",
"@vercel/static-build": "0.17.3-canary.0"
"@vercel/static-build": "0.17.3"
},
"devDependencies": {
"@sentry/node": "5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@vercel/next",
"version": "2.6.7-canary.1",
"version": "2.6.7",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@vercel/node",
"version": "1.7.1-canary.1",
"version": "1.7.1",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-static-build/package.json
@@ -1,6 +1,6 @@
{
"name": "@vercel/static-build",
"version": "0.17.3-canary.0",
"version": "0.17.3",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/static-builds",
Expand Down

0 comments on commit 0eacbea

Please sign in to comment.