Skip to content

Commit

Permalink
Merge pull request #282 from auth0/client-grants-fix
Browse files Browse the repository at this point in the history
Fix: client grants dropped when using AUTH0_EXCLUDED_CLIENTS
  • Loading branch information
faroceann authored Sep 24, 2020
2 parents c551430 + 27ee704 commit 19c7782
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.1] - 2020-09-23
### Fixed
- Issue with client grants deleted when using AUTH0_EXCLUDED_CLIENTS

## [5.2.0] - 2020-09-17
### Fixed
- Always sort custom database scripts alphabetically
Expand Down Expand Up @@ -257,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#242]: https://github.com/auth0/auth0-deploy-cli/issues/242
[#247]: https://github.com/auth0/auth0-deploy-cli/issues/247

[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.2.0...HEAD
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.2.1...HEAD
[5.2.1]: https://github.com/auth0/auth0-deploy-cli/compare/v5.2.0...v5.2.1
[5.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.6...v5.2.0
[5.1.6]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.5...v5.1.6
[5.1.5]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.4...v5.1.5
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli",
"version": "5.2.0",
"version": "5.2.1",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"auth0": "^2.27.0",
"auth0-extension-tools": "^1.4.4",
"auth0-source-control-extension-tools": "^4.1.7",
"auth0-source-control-extension-tools": "^4.1.8",
"dot-prop": "^5.2.0",
"fs-extra": "^7.0.0",
"global-agent": "^2.1.12",
Expand Down

0 comments on commit 19c7782

Please sign in to comment.