From 774925b806ddf0b6fd699c0acc15a497ea1704c0 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Thu, 10 Aug 2023 16:20:26 -0400 Subject: [PATCH 1/3] Updates to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cddd31f29..74d4c21a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for Private Key JWT authentication for authenticating with private key instead of client secret [#817] +### Fixed + +- Process branding changes after theme changes to prevent delay in dashboard preview [#836] +- Handling eventual hooks and rules deprecation [#838] +- Overwrites occurring when preserving keywords within multiple client grants [#837] + ## [7.18.0] - 2023-07-14 ### Added From 8daa828bc60b6b1dd5b35b5fe737a976e78bed57 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Thu, 10 Aug 2023 16:39:55 -0400 Subject: [PATCH 2/3] 7.19.0 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74d4c21a8..2f188854d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.19.0] - 2023-08-10 + ### Added - Support for Private Key JWT authentication for authenticating with private key instead of client secret [#817] @@ -981,10 +983,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#804]: https://github.com/auth0/auth0-deploy-cli/issues/804 [#809]: https://github.com/auth0/auth0-deploy-cli/issues/809 [#811]: https://github.com/auth0/auth0-deploy-cli/issues/811 +[#817]: https://github.com/auth0/auth0-deploy-cli/issues/817 [#818]: https://github.com/auth0/auth0-deploy-cli/issues/818 [#820]: https://github.com/auth0/auth0-deploy-cli/issues/820 [#822]: https://github.com/auth0/auth0-deploy-cli/issues/822 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...HEAD +[#836]: https://github.com/auth0/auth0-deploy-cli/issues/836 +[#837]: https://github.com/auth0/auth0-deploy-cli/issues/837 +[#838]: https://github.com/auth0/auth0-deploy-cli/issues/838 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...HEAD +[7.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...v7.19.0 [7.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.7...v7.18.0 [7.17.7]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...v7.17.7 [7.17.6]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.5...v7.17.6 diff --git a/package-lock.json b/package-lock.json index 20b121ea0..ba22dc9fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.18.0", + "version": "7.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.18.0", + "version": "7.19.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 7affb1271..5ae1c33be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.18.0", + "version": "7.19.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": { From 005ab02302995677864496aef7e06c453ade2726 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Fri, 11 Aug 2023 07:54:55 -0400 Subject: [PATCH 3/3] Correcting date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f188854d..9493b5e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [7.19.0] - 2023-08-10 +## [7.19.0] - 2023-08-11 ### Added