From cd5eb404a89808cf86bf2aca651704369b0dd3dd Mon Sep 17 00:00:00 2001 From: Shu Shen Date: Wed, 18 Nov 2020 11:24:47 -0800 Subject: [PATCH 1/2] fix: update auth0-source-control-extension-tools@4.1.9 in external deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5408535..cece120 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@octokit/rest@17.1.4", "auth0@2.27.0", "async@2.1.2", - "auth0-source-control-extension-tools@4.1.7", + "auth0-source-control-extension-tools@4.1.9", "axios@0.18.0", "bluebird@3.4.6", "compression@1.4.4", From 04af9a0ea4061fa6a6faade99f408de9f0b69e3d Mon Sep 17 00:00:00 2001 From: Shu Shen Date: Wed, 18 Nov 2020 11:25:03 -0800 Subject: [PATCH 2/2] 3.6.1 --- package-lock.json | 2 +- package.json | 2 +- webtask-templates/bitbucket.json | 2 +- webtask-templates/github.json | 2 +- webtask-templates/gitlab.json | 2 +- webtask-templates/visualstudio.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index feeedcd..4847a6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-extensions", - "version": "3.6.0", + "version": "3.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cece120..e8b4c2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-extensions", - "version": "3.6.0", + "version": "3.6.1", "description": "Auth0 Deployment Extensions", "engines": { "node": "5.9.0" diff --git a/webtask-templates/bitbucket.json b/webtask-templates/bitbucket.json index 3eb9168..42c27fc 100644 --- a/webtask-templates/bitbucket.json +++ b/webtask-templates/bitbucket.json @@ -1,7 +1,7 @@ { "title": "Bitbucket Deployments", "name": "auth0-bitbucket-deploy", - "version": "3.6.0", + "version": "3.6.1", "preVersion": "2.10.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from Bitbucket.", diff --git a/webtask-templates/github.json b/webtask-templates/github.json index f173e66..178f4bd 100644 --- a/webtask-templates/github.json +++ b/webtask-templates/github.json @@ -1,7 +1,7 @@ { "title": "GitHub Deployments", "name": "auth0-github-deploy", - "version": "3.6.0", + "version": "3.6.1", "preVersion": "2.10.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Pages, Rules and Custom Database Connections from GitHub.", diff --git a/webtask-templates/gitlab.json b/webtask-templates/gitlab.json index e06fed3..29849a5 100644 --- a/webtask-templates/gitlab.json +++ b/webtask-templates/gitlab.json @@ -1,7 +1,7 @@ { "title": "GitLab Deployments", "name": "auth0-gitlab-deploy", - "version": "3.6.0", + "version": "3.6.1", "preVersion": "2.11.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from GitLab.", diff --git a/webtask-templates/visualstudio.json b/webtask-templates/visualstudio.json index d9c490e..3d5e377 100644 --- a/webtask-templates/visualstudio.json +++ b/webtask-templates/visualstudio.json @@ -1,7 +1,7 @@ { "title": "Visual Studio Team Services Deployments", "name": "auth0-visualstudio-deploy", - "version": "3.6.0", + "version": "3.6.1", "preVersion": "2.9.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from Visual Studio Team Services.",