-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 6.0.0-beta.3 [skip ci]
# [6.0.0-beta.3](v6.0.0-beta.2...v6.0.0-beta.3) (2020-12-14) ### Bug Fixes * fix test after enums ([#398](#398)) ([7b37350](7b37350)) * **smart-actions:** reset value when not present in enums in hook response ([#397](#397)) ([a1ddac1](a1ddac1)) * **smart-actions:** transform legacy widgets in hooks ([#395](#395)) ([0183d08](0183d08)) * **smart-actions:** use changedField instead of comparing values to trigger the correct change hook ([#396](#396)) ([d65c065](d65c065)) ### Features * **role:** add support for new roles ACL permissions ([#391](#391)) ([ae3539e](ae3539e)) * handle hooks ([#382](#382)) ([8dd0e35](8dd0e35))
- Loading branch information
1 parent
b981a5b
commit 39d9f5b
Showing
4 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
forest_liana (6.0.0.pre.beta.2) | ||
forest_liana (6.0.0-beta.3) | ||
arel-helpers | ||
base32 | ||
bcrypt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ForestLiana | ||
VERSION = "6.0.0-beta.2" | ||
VERSION = "6.0.0-beta.3" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters