Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Publish Stable
 - @now/frameworks@0.0.9
 - @now/build-utils@1.3.9
 - @now/cgi@1.0.3
 - now@17.0.0
 - now-client@7.0.0
 - @now/go@1.0.3
 - @now/next@2.3.13
 - @now/node@1.4.1
 - @now/python@1.1.3
 - @now/routing-utils@1.5.2
 - @now/ruby@1.0.2
 - @now/static-build@0.14.12
  • Loading branch information
lucleray committed Feb 5, 2020
1 parent 5f9777f commit 62beb0f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/frameworks/package.json
@@ -1,6 +1,6 @@
{
"name": "@now/frameworks",
"version": "0.0.8",
"version": "0.0.9",
"main": "frameworks.json",
"license": "UNLICENSED"
}
2 changes: 1 addition & 1 deletion packages/now-build-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@now/build-utils",
"version": "1.3.9-canary.0",
"version": "1.3.9",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-cgi/package.json
@@ -1,6 +1,6 @@
{
"name": "@now/cgi",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "now",
"version": "17.0.0-canary.35",
"version": "17.0.0",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Now",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-client/package.json
@@ -1,6 +1,6 @@
{
"name": "now-client",
"version": "7.0.0-canary.3",
"version": "7.0.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://zeit.co",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-go/package.json
@@ -1,6 +1,6 @@
{
"name": "@now/go",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://zeit.co/docs/runtimes#official-runtimes/go",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@now/next",
"version": "2.3.12",
"version": "2.3.13",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://zeit.co/docs/runtimes#official-runtimes/next-js",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@now/node",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://zeit.co/docs/runtimes#official-runtimes/node-js",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-python/package.json
@@ -1,6 +1,6 @@
{
"name": "@now/python",
"version": "1.1.2",
"version": "1.1.3",
"main": "./dist/index.js",
"license": "MIT",
"homepage": "https://zeit.co/docs/runtimes#official-runtimes/python",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-routing-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@now/routing-utils",
"version": "1.5.2-canary.4",
"version": "1.5.2",
"description": "ZEIT Now routing utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-ruby/package.json
@@ -1,7 +1,7 @@
{
"name": "@now/ruby",
"author": "Nathan Cahill <nathan@nathancahill.com>",
"version": "1.0.2-canary.0",
"version": "1.0.2",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://zeit.co/docs/runtimes#official-runtimes/ruby",
Expand Down
2 changes: 1 addition & 1 deletion packages/now-static-build/package.json
@@ -1,6 +1,6 @@
{
"name": "@now/static-build",
"version": "0.14.11",
"version": "0.14.12",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://zeit.co/docs/runtimes#official-runtimes/static-builds",
Expand Down

0 comments on commit 62beb0f

Please sign in to comment.