Skip to content

Commit

Permalink
chore: corrected @casl/angular released version
Browse files Browse the repository at this point in the history
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
stalniy committed Jan 5, 2025
1 parent 273d3f7 commit 81c0ac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions packages/casl-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion packages/casl-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casl/angular",
"version": "8.3.0",
"version": "9.0.0",
"description": "Angular module for CASL which makes it easy to add permissions in any Angular app",
"main": "dist/umd/index.js",
"module": "dist/es5m/index.js",
Expand Down

0 comments on commit 81c0ac6

Please sign in to comment.