Skip to content

Commit

Permalink
Publish Stable
Browse files Browse the repository at this point in the history
 - @vercel/frameworks@0.3.0
 - @vercel/build-utils@2.10.0
 - vercel@21.3.0
 - @vercel/client@9.0.7
 - @vercel/go@1.2.0
 - @vercel/routing-utils@1.10.0
  • Loading branch information
styfle committed Feb 26, 2021
1 parent 4f20783 commit 8cfac4c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/frameworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/frameworks",
"version": "0.2.1-canary.7",
"version": "0.3.0",
"main": "./dist/frameworks.js",
"types": "./dist/frameworks.d.ts",
"files": [
Expand All @@ -20,7 +20,7 @@
"@types/js-yaml": "3.12.1",
"@types/node": "12.0.4",
"@types/node-fetch": "2.5.8",
"@vercel/routing-utils": "1.9.3-canary.0",
"@vercel/routing-utils": "1.10.0",
"ajv": "6.12.2",
"jest": "24.9.0",
"ts-jest": "24.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/now-build-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/build-utils",
"version": "2.9.1-canary.10",
"version": "2.10.0",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/node-fetch": "^2.1.6",
"@types/semver": "6.0.0",
"@types/yazl": "^2.4.1",
"@vercel/frameworks": "0.2.1-canary.7",
"@vercel/frameworks": "0.3.0",
"@vercel/ncc": "0.24.0",
"aggregate-error": "3.0.1",
"async-retry": "1.2.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/now-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "21.2.4-canary.14",
"version": "21.3.0",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
Expand Down Expand Up @@ -61,8 +61,8 @@
"node": ">= 10"
},
"dependencies": {
"@vercel/build-utils": "2.9.1-canary.10",
"@vercel/go": "1.1.9-canary.1",
"@vercel/build-utils": "2.10.0",
"@vercel/go": "1.2.0",
"@vercel/node": "1.9.1-canary.0",
"@vercel/python": "1.2.5-canary.1",
"@vercel/ruby": "1.2.6-canary.0",
Expand Down Expand Up @@ -100,7 +100,7 @@
"@types/universal-analytics": "0.4.2",
"@types/which": "1.3.2",
"@types/write-json-file": "2.2.1",
"@vercel/frameworks": "0.2.1-canary.7",
"@vercel/frameworks": "0.3.0",
"@vercel/ncc": "0.24.0",
"@zeit/fun": "0.11.2",
"@zeit/source-map-support": "0.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/now-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/client",
"version": "9.0.7-canary.10",
"version": "9.0.7",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://vercel.com",
Expand Down Expand Up @@ -37,7 +37,7 @@
]
},
"dependencies": {
"@vercel/build-utils": "2.9.1-canary.10",
"@vercel/build-utils": "2.10.0",
"@zeit/fetch": "5.2.0",
"async-retry": "1.2.3",
"async-sema": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/go",
"version": "1.1.9-canary.1",
"version": "1.2.0",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/go",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-routing-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/routing-utils",
"version": "1.9.3-canary.0",
"version": "1.10.0",
"description": "Vercel routing utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 8cfac4c

Please sign in to comment.