From 3b2ae4c2ae3f2004baed025633b1f39ca1c44814 Mon Sep 17 00:00:00 2001 From: Shu Shen Date: Thu, 5 Nov 2020 16:42:29 -0800 Subject: [PATCH 1/2] fix: bump auth0-source-control-extension-tools@4.1.9 to fix pagination API calls --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 065d282ef..54b73a18b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1774,9 +1774,9 @@ } }, "auth0-source-control-extension-tools": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/auth0-source-control-extension-tools/-/auth0-source-control-extension-tools-4.1.8.tgz", - "integrity": "sha512-zaCrJ0FaPX+y+WfteXQ96CM0xh/WoGE4Dn/SAlIGP0lewNbvVtxlFXAYp4XBVc4nh9o1NCsA+CZAoPbo67rlOQ==", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/auth0-source-control-extension-tools/-/auth0-source-control-extension-tools-4.1.9.tgz", + "integrity": "sha512-izRXKUYSw6qBRhT9C98J2NogBvfWXr/5FQQo39toMqRsbt1YI2SlE7JMXG7DC9C6z+WXdnb7jOzua9Mz6NQF9w==", "requires": { "ajv": "^6.5.2", "auth0-extension-tools": "^1.5.0", diff --git a/package.json b/package.json index 759fe426a..93cbfdab9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "auth0": "^2.27.0", "auth0-extension-tools": "^1.4.4", - "auth0-source-control-extension-tools": "^4.1.8", + "auth0-source-control-extension-tools": "^4.1.9", "dot-prop": "^5.2.0", "fs-extra": "^7.0.0", "global-agent": "^2.1.12", From 0f343957245978111bc08f0ae13de7f92a285d73 Mon Sep 17 00:00:00 2001 From: Shu Shen Date: Thu, 5 Nov 2020 16:58:28 -0800 Subject: [PATCH 2/2] chore: bump release to 5.3.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a23f12808..d5735027f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.3.0] - 2020-11-05 +### Fixed +- Fix the structure of the example policies.json, and correct the guardianPolicies test to use `all-applications` instead of `all-application` [#278] +- Fix pagination for specific API calls by bumping auth0-source-control-extension-tools@4.1.9 [#287] + +### Changed +- Return database `enabled_clients` in deterministic order [#281] + ## [5.2.1] - 2020-09-23 ### Fixed - Issue with client grants deleted when using AUTH0_EXCLUDED_CLIENTS diff --git a/package-lock.json b/package-lock.json index 54b73a18b..e3244d31b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "5.2.1", + "version": "5.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93cbfdab9..9b7d7bd35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "5.2.1", + "version": "5.3.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {