From c7ebdc00f7363d0c82e6059b7376c44730ba8cc9 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Tue, 27 May 2025 15:36:50 +0530 Subject: [PATCH 1/2] CHANGELOG added --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27b3035..78deed83 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] +### Added + +- Add support new screens for rendering `prompt` screen's settings [#1096] + +### Fixed + +- Fix export `databases` options and customScripts [#1095] + ## [8.8.2] - 2025-05-08 ### Added From 958a54f7f40b7455eac61fe5b94d2f31b41cb7ce Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Tue, 27 May 2025 15:37:09 +0530 Subject: [PATCH 2/2] 8.8.3 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78deed83..130a70bc 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] +## [8.8.3] - 2025-05-27 + ### Added - Add support new screens for rendering `prompt` screen's settings [#1096] @@ -1330,7 +1332,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1084]: https://github.com/auth0/auth0-deploy-cli/issues/1084 [#1085]: https://github.com/auth0/auth0-deploy-cli/issues/1085 [#1086]: https://github.com/auth0/auth0-deploy-cli/issues/1086 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...HEAD +[#1095]: https://github.com/auth0/auth0-deploy-cli/issues/1095 +[#1096]: https://github.com/auth0/auth0-deploy-cli/issues/1096 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...HEAD +[8.8.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...v8.8.3 [8.8.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...v8.8.2 [8.8.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.0...v8.8.1 [8.8.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.1...v8.8.0 diff --git a/package-lock.json b/package-lock.json index c168dd4a..ab49248f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.8.2", + "version": "8.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.8.2", + "version": "8.8.3", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 889faf70..bf92328c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.8.2", + "version": "8.8.3", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {