-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: corrected @casl/angular released version
Due to not added commit description into base branch commit after PR merge, semantic release incorrectly detected version and pushed v8.3.0 instead of v9.0.0
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,16 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
# [8.3.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2025-01-05) | ||
|
||
# 9.0.0 (https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2025-01-05) | ||
|
||
### Features | ||
|
||
* adds AbilityServiceSignal and converted pipes to standalone pipes ([#1004](https://github.com/stalniy/casl/issues/1004)) ([46122e6](https://github.com/stalniy/casl/commit/46122e6b1abb0141cd4ea83ffd609c400adf0c04)) | ||
* adds `AbilityServiceSignal` and converted pipes to standalone pipes (ead48e7 (https://github.com/stalniy/casl/commit/ead48e7d2912a80914347323f3abb9099565b194)) | ||
|
||
### BREAKING CHANGES | ||
|
||
* `AbilityModule` has been removed, pipes are now standalone and must be imported separately. Both `AbilityService` and `AbilityServiceSignal` are provided in root now | ||
|
||
|
||
## [8.2.8](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2024-08-23) | ||
|
||
|
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