From 4db3efc335d1e68689e773f49b79d43204e2fa7a Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 19 Oct 2022 08:29:44 -0400 Subject: [PATCH 1/3] Adding fixed section --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d28da156..87e536e19 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] +### Fixed + +- Returning all branding setting when using YAML [#666] +- Preventing empty `logo_url` from update tenant payload [#667] +- Loading actions between different operating systems [#668] +- Prevent writing undefined page templates files [#671] + ## [7.15.0] - 2022-10-11 ### Added From 6402ce9091b5f6665bc2dd21e9723e1668c17d1b Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 19 Oct 2022 12:30:51 -0400 Subject: [PATCH 2/3] Adding warning to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e536e19..ed24300f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Warning about future fix that enables deletion of email provider; no significant changes to functionality [#672] + ### Fixed - Returning all branding setting when using YAML [#666] From 9fe7af0a61b456e97e05c7b9fb774810efddfe49 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 19 Oct 2022 12:31:00 -0400 Subject: [PATCH 3/3] 7.15.1 --- 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 ed24300f5..782c1ec13 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.15.1] - 2022-10-19 + ### Added - Warning about future fix that enables deletion of email provider; no significant changes to functionality [#672] @@ -839,7 +841,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#630]: https://github.com/auth0/auth0-deploy-cli/issues/630 [#638]: https://github.com/auth0/auth0-deploy-cli/issues/638 [#660]: https://github.com/auth0/auth0-deploy-cli/issues/660 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...HEAD +[#666]: https://github.com/auth0/auth0-deploy-cli/issues/666 +[#667]: https://github.com/auth0/auth0-deploy-cli/issues/667 +[#668]: https://github.com/auth0/auth0-deploy-cli/issues/668 +[#671]: https://github.com/auth0/auth0-deploy-cli/issues/671 +[#672]: https://github.com/auth0/auth0-deploy-cli/issues/672 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...HEAD +[7.15.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...v7.15.1 [7.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...v7.15.0 [7.14.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.2...v7.14.3 [7.14.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.1...v7.14.2 diff --git a/package-lock.json b/package-lock.json index bc45dd3a9..2f0f51db9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.15.0", + "version": "7.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.15.0", + "version": "7.15.1", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 148f4d3c3..03800dbbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.15.0", + "version": "7.15.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {