From 40021e8b9c80a3e8080075eed75ebae831f1847e Mon Sep 17 00:00:00 2001 From: KunalOfficial <35455566+developerkunal@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:43:23 +0530 Subject: [PATCH] 7.22.1 (#912) * Updating changelog for 7.22.1 * 7.22.1 * Fixed Linting. --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6a84a0..bd542e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.22.1] - 2024-06-24 + +### Fixed + +- Made `captcha_widget_theme` an optional field in the `colors` property within the `themes` schema [#911] + ## [7.22.0] - 2024-06-21 ### Added @@ -1025,7 +1031,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#889]: https://github.com/auth0/auth0-deploy-cli/issues/889 [#905]: https://github.com/auth0/auth0-deploy-cli/issues/905 [#906]: https://github.com/auth0/auth0-deploy-cli/issues/906 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.0...HEAD +[#911]: https://github.com/auth0/auth0-deploy-cli/issues/911 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.1...HEAD +[7.22.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.0...v7.22.1 [7.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.21.0...v7.22.0 [7.21.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.20.0...v7.21.0 [7.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...v7.20.0 diff --git a/package-lock.json b/package-lock.json index 0ec6c20a..7e1e5c24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.22.0", + "version": "7.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.22.0", + "version": "7.22.1", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 83be02d8..b477f1b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.22.0", + "version": "7.22.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {