From 15c7ad241a44d037ceed0101b89e3a73f09fab2b Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 9 May 2022 10:41:56 -0400 Subject: [PATCH] Publish Stable - @vercel/build-utils@2.17.0 - vercel@24.2.1 - @vercel/client@11.0.1 - @vercel/frameworks@0.9.0 - @vercel/go@1.4.1 - @vercel/node@1.15.1 - @vercel/python@2.3.1 - @vercel/redwood@0.8.1 - @vercel/ruby@1.3.4 - @vercel/static-build@0.24.1 --- packages/build-utils/package.json | 4 ++-- packages/cli/package.json | 16 ++++++++-------- packages/client/package.json | 4 ++-- packages/frameworks/package.json | 2 +- packages/go/package.json | 4 ++-- packages/node/package.json | 4 ++-- packages/python/package.json | 4 ++-- packages/redwood/package.json | 4 ++-- packages/ruby/package.json | 4 ++-- packages/static-build/package.json | 6 +++--- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/build-utils/package.json b/packages/build-utils/package.json index 27fa01082..0241e19e1 100644 --- a/packages/build-utils/package.json +++ b/packages/build-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/build-utils", - "version": "2.16.1-canary.4", + "version": "2.17.0", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.js", @@ -30,7 +30,7 @@ "@types/node-fetch": "^2.1.6", "@types/semver": "6.0.0", "@types/yazl": "2.4.2", - "@vercel/frameworks": "0.8.1-canary.1", + "@vercel/frameworks": "0.9.0", "@vercel/ncc": "0.24.0", "aggregate-error": "3.0.1", "async-retry": "1.2.3", diff --git a/packages/cli/package.json b/packages/cli/package.json index 4cc0a300f..edbe3a676 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "vercel", - "version": "24.2.1-canary.4", + "version": "24.2.1", "preferGlobal": true, "license": "Apache-2.0", "description": "The command-line interface for Vercel", @@ -43,11 +43,11 @@ "node": ">= 12" }, "dependencies": { - "@vercel/build-utils": "2.16.1-canary.4", - "@vercel/go": "1.4.1-canary.4", - "@vercel/node": "1.15.1-canary.4", - "@vercel/python": "2.3.1-canary.4", - "@vercel/ruby": "1.3.4-canary.4", + "@vercel/build-utils": "2.17.0", + "@vercel/go": "1.4.1", + "@vercel/node": "1.15.1", + "@vercel/python": "2.3.1", + "@vercel/ruby": "1.3.4", "update-notifier": "4.1.0" }, "devDependencies": { @@ -90,8 +90,8 @@ "@types/update-notifier": "5.1.0", "@types/which": "1.3.2", "@types/write-json-file": "2.2.1", - "@vercel/client": "11.0.1-canary.4", - "@vercel/frameworks": "0.8.1-canary.1", + "@vercel/client": "11.0.1", + "@vercel/frameworks": "0.9.0", "@vercel/ncc": "0.24.0", "@zeit/fun": "0.11.2", "@zeit/source-map-support": "0.6.2", diff --git a/packages/client/package.json b/packages/client/package.json index 1a4976805..f19920dbe 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/client", - "version": "11.0.1-canary.4", + "version": "11.0.1", "main": "dist/index.js", "typings": "dist/index.d.ts", "homepage": "https://vercel.com", @@ -41,7 +41,7 @@ ] }, "dependencies": { - "@vercel/build-utils": "2.16.1-canary.4", + "@vercel/build-utils": "2.17.0", "@zeit/fetch": "5.2.0", "async-retry": "1.2.3", "async-sema": "3.0.0", diff --git a/packages/frameworks/package.json b/packages/frameworks/package.json index 4e54756f9..5a3d17e18 100644 --- a/packages/frameworks/package.json +++ b/packages/frameworks/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/frameworks", - "version": "0.8.1-canary.1", + "version": "0.9.0", "main": "./dist/frameworks.js", "types": "./dist/frameworks.d.ts", "files": [ diff --git a/packages/go/package.json b/packages/go/package.json index 3bfac1b5c..b2f11afdf 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/go", - "version": "1.4.1-canary.4", + "version": "1.4.1", "license": "MIT", "main": "./dist/index", "homepage": "https://vercel.com/docs/runtimes#official-runtimes/go", @@ -24,7 +24,7 @@ "@types/fs-extra": "^5.0.5", "@types/node-fetch": "^2.3.0", "@types/tar": "^4.0.0", - "@vercel/build-utils": "2.16.1-canary.4", + "@vercel/build-utils": "2.17.0", "@vercel/ncc": "0.24.0", "async-retry": "1.3.1", "execa": "^1.0.0", diff --git a/packages/node/package.json b/packages/node/package.json index 5e2e5aed0..c50a7716b 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/node", - "version": "1.15.1-canary.4", + "version": "1.15.1", "license": "MIT", "main": "./dist/index", "homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js", @@ -44,7 +44,7 @@ "@types/etag": "1.8.0", "@types/jest": "27.4.1", "@types/test-listen": "1.1.0", - "@vercel/build-utils": "2.16.1-canary.4", + "@vercel/build-utils": "2.17.0", "@vercel/ncc": "0.24.0", "@vercel/nft": "0.18.1", "content-type": "1.0.4", diff --git a/packages/python/package.json b/packages/python/package.json index f52d71f7f..9f89ede24 100644 --- a/packages/python/package.json +++ b/packages/python/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/python", - "version": "2.3.1-canary.4", + "version": "2.3.1", "main": "./dist/index.js", "license": "MIT", "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python", @@ -22,7 +22,7 @@ "devDependencies": { "@types/execa": "^0.9.0", "@types/jest": "27.4.1", - "@vercel/build-utils": "2.16.1-canary.4", + "@vercel/build-utils": "2.17.0", "@vercel/ncc": "0.24.0", "execa": "^1.0.0", "typescript": "4.3.4" diff --git a/packages/redwood/package.json b/packages/redwood/package.json index 045722775..ad8b60ba3 100644 --- a/packages/redwood/package.json +++ b/packages/redwood/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/redwood", - "version": "0.8.1-canary.4", + "version": "0.8.1", "main": "./dist/index.js", "license": "MIT", "homepage": "https://vercel.com/docs", @@ -27,6 +27,6 @@ "@types/aws-lambda": "8.10.19", "@types/node": "*", "@types/semver": "6.0.0", - "@vercel/build-utils": "2.16.1-canary.4" + "@vercel/build-utils": "2.17.0" } } diff --git a/packages/ruby/package.json b/packages/ruby/package.json index a5100f5dc..6fbf75958 100755 --- a/packages/ruby/package.json +++ b/packages/ruby/package.json @@ -1,7 +1,7 @@ { "name": "@vercel/ruby", "author": "Nathan Cahill ", - "version": "1.3.4-canary.4", + "version": "1.3.4", "license": "MIT", "main": "./dist/index", "homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby", @@ -22,7 +22,7 @@ "devDependencies": { "@types/fs-extra": "8.0.0", "@types/semver": "6.0.0", - "@vercel/build-utils": "2.16.1-canary.4", + "@vercel/build-utils": "2.17.0", "@vercel/ncc": "0.24.0", "execa": "2.0.4", "fs-extra": "^7.0.1", diff --git a/packages/static-build/package.json b/packages/static-build/package.json index 7f5f40958..e6cb25db2 100644 --- a/packages/static-build/package.json +++ b/packages/static-build/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/static-build", - "version": "0.24.1-canary.4", + "version": "0.24.1", "license": "MIT", "main": "./dist/index", "homepage": "https://vercel.com/docs/build-step", @@ -35,8 +35,8 @@ "@types/ms": "0.7.31", "@types/node-fetch": "2.5.4", "@types/promise-timeout": "1.3.0", - "@vercel/build-utils": "2.16.1-canary.4", - "@vercel/frameworks": "0.8.1-canary.1", + "@vercel/build-utils": "2.17.0", + "@vercel/frameworks": "0.9.0", "@vercel/ncc": "0.24.0", "@vercel/routing-utils": "1.13.2", "get-port": "5.0.0",