From 4fc072bc51b8aa262be28ca3a0eb2f14eb0a1e43 Mon Sep 17 00:00:00 2001 From: Kushal <43465488+kushalshit27@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:32:42 +0530 Subject: [PATCH] 8.4.1 (#1003) * CHANGELOG update * 8.4.1 * CHANGELOG lint --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5213405e..e6689aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.4.1] - 2024-12-16 + +### Fixed + +- Fix importing forms, flows and flow vault connections dependencies[#1001] +- Fix docs for support of rendering `prompt` screen's settings [#1002] + ## [8.4.0] - 2024-12-09 ### Added @@ -1148,7 +1155,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#989]: https://github.com/auth0/auth0-deploy-cli/issues/989 [#991]: https://github.com/auth0/auth0-deploy-cli/issues/991 [#998]: https://github.com/auth0/auth0-deploy-cli/issues/998 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...HEAD +[#1001]: https://github.com/auth0/auth0-deploy-cli/issues/1001 +[#1002]: https://github.com/auth0/auth0-deploy-cli/issues/1002 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.1...HEAD +[8.4.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...v8.4.1 [8.4.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...v8.4.0 [8.3.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...v8.3.0 [8.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...v8.2.0 diff --git a/package-lock.json b/package-lock.json index 584528bf..47d07424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.4.0", + "version": "8.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.4.0", + "version": "8.4.1", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 4ddbe643..25fe217b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.4.0", + "version": "8.4.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {