From e7e86496355734dc039a6cf0243c0f6bfb335190 Mon Sep 17 00:00:00 2001 From: Kushal <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:35:32 +0530 Subject: [PATCH] 7.24.2 (#948) * Updated the CHANGELOG.md * 7.24.2 --- CHANGELOG.md | 17 ++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1033acdf..e7ef89fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.24.2] - 2024-08-28 + +### Added + +- Add support for `login-passwordless` prompt on `partials` in prompts handler [#946] + +### Fixed + +- Fix `branding` template `path` on export/import [#943] +- Fix docs for support `exclusions of individual resource` [#944] + ## [7.24.1] - 2024-08-09 ### Fixed @@ -1067,7 +1078,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#933]: https://github.com/auth0/auth0-deploy-cli/issues/933 [#937]: https://github.com/auth0/auth0-deploy-cli/issues/937 [#939]: https://github.com/auth0/auth0-deploy-cli/issues/939 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...HEAD +[#943]: https://github.com/auth0/auth0-deploy-cli/issues/943 +[#944]: https://github.com/auth0/auth0-deploy-cli/issues/944 +[#946]: https://github.com/auth0/auth0-deploy-cli/issues/946 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...HEAD +[7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2 [7.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...v7.24.1 [7.24.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.1...v7.24.0 [7.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.0...v7.23.1 diff --git a/package-lock.json b/package-lock.json index 217ba7a9..b22df75c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.24.1", + "version": "7.24.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.24.1", + "version": "7.24.2", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 063a5e9c..137bd902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.24.1", + "version": "7.24.2", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {