From 55f2ade2f2aeae69189a0afad6ba8d07f687807c Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 4 May 2022 11:46:56 -0400 Subject: [PATCH 1/2] Updating changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6e7d285..c99681c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Deployment of newly-created actions always failing due to "A draft must be in the 'built' state" error [#524] +- Undefined `updateRule` Auth0 SDK alias replaced with operational `rules.update` [#526] + ## [7.11.0] - 2022-04-28 ### Added From fffdb06014e95c10e7356e42efc287c65ae86345 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 4 May 2022 11:47:09 -0400 Subject: [PATCH 2/2] 7.11.1 --- 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 c99681c11..dd7baa4e4 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.11.1] - 2022-05-04 + ### Fixed - Deployment of newly-created actions always failing due to "A draft must be in the 'built' state" error [#524] @@ -719,7 +721,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#509]: https://github.com/auth0/auth0-deploy-cli/issues/509 [#512]: https://github.com/auth0/auth0-deploy-cli/issues/512 [#517]: https://github.com/auth0/auth0-deploy-cli/issues/517 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.11.0...HEAD +[#524]: https://github.com/auth0/auth0-deploy-cli/issues/524 +[#526]: https://github.com/auth0/auth0-deploy-cli/issues/526 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.11.1...HEAD +[7.11.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.11.0...v7.11.1 [7.11.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.10.0...v7.11.0 [7.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.9.0...v7.10.0 [7.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.8.0...v7.9.0 diff --git a/package-lock.json b/package-lock.json index 23837c065..a242654b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.11.0", + "version": "7.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.11.0", + "version": "7.11.1", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.181", diff --git a/package.json b/package.json index 37be6dd32..7e468c752 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.11.0", + "version": "7.11.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {