Skip to content

Commit 8ede230

Browse files
chore: release master (#1134)
1 parent 52715db commit 8ede230

File tree

15 files changed

+68
-14
lines changed

15 files changed

+68
-14
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/casl-ability": "6.7.5",
3-
"packages/casl-angular": "9.0.5",
4-
"packages/casl-aurelia": "1.3.1",
5-
"packages/casl-mongoose": "8.0.4",
6-
"packages/casl-prisma": "1.6.0",
7-
"packages/casl-react": "5.0.0",
8-
"packages/casl-vue": "2.2.5"
2+
"packages/casl-ability": "6.8.0",
3+
"packages/casl-angular": "9.0.6",
4+
"packages/casl-aurelia": "1.3.2",
5+
"packages/casl-mongoose": "8.0.5",
6+
"packages/casl-prisma": "1.6.1",
7+
"packages/casl-react": "5.0.1",
8+
"packages/casl-vue": "2.2.6"
99
}

packages/casl-ability/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [6.8.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2026-01-18)
6+
7+
8+
### Features
9+
10+
* export the Rule and RuleOptions types ([#1077](https://github.com/stalniy/casl/issues/1077)) ([c6c94d8](https://github.com/stalniy/casl/commit/c6c94d8f15da80262930f6eb32f708f1b030665e))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency @types/jest to v30 ([#1133](https://github.com/stalniy/casl/issues/1133)) ([12c59ce](https://github.com/stalniy/casl/commit/12c59ce3ab717c49b980e2b3b7091c9e88e4d7e7))
16+
517
## [6.7.5](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2025-12-20)
618

719

packages/casl-ability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casl/ability",
3-
"version": "6.7.5",
3+
"version": "6.8.0",
44
"description": "CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access",
55
"funding": "https://github.com/stalniy/casl/blob/master/BACKERS.md",
66
"main": "dist/es6c/index.js",

packages/casl-angular/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [9.0.6](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2026-01-18)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency @types/jest to v30 ([#1133](https://github.com/stalniy/casl/issues/1133)) ([12c59ce](https://github.com/stalniy/casl/commit/12c59ce3ab717c49b980e2b3b7091c9e88e4d7e7))
11+
512
## [9.0.5](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2026-01-05)
613

714

packages/casl-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casl/angular",
3-
"version": "9.0.5",
3+
"version": "9.0.6",
44
"description": "Angular module for CASL which makes it easy to add permissions in any Angular app",
55
"main": "dist/umd/index.js",
66
"module": "dist/es5m/index.js",

packages/casl-aurelia/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.2](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2026-01-18)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency @types/jest to v30 ([#1133](https://github.com/stalniy/casl/issues/1133)) ([12c59ce](https://github.com/stalniy/casl/commit/12c59ce3ab717c49b980e2b3b7091c9e88e4d7e7))
11+
512
## [1.3.1](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2025-01-05)
613

714
# [1.3.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-08-28)

packages/casl-aurelia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casl/aurelia",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Aurelia plugin for CASL which makes it easy to add permissions in any Aurelia apps",
55
"main": "dist/umd/index.js",
66
"module": "dist/es5m/index.js",

packages/casl-mongoose/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [8.0.5](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2026-01-18)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency @types/jest to v30 ([#1133](https://github.com/stalniy/casl/issues/1133)) ([12c59ce](https://github.com/stalniy/casl/commit/12c59ce3ab717c49b980e2b3b7091c9e88e4d7e7))
11+
512
## [8.0.4](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2026-01-05)
613

714

packages/casl-mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casl/mongoose",
3-
"version": "8.0.4",
3+
"version": "8.0.5",
44
"description": "Allows to query accessible records from MongoDB based on CASL rules",
55
"main": "dist/es6c/index.js",
66
"es2015": "dist/es6m/index.mjs",

packages/casl-prisma/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ All notable changes to this project will be documented in this file.
99

1010
* adds prisma7 support ([#1087](https://github.com/stalniy/casl/issues/1087)) ([8e818c2](https://github.com/stalniy/casl/commit/8e818c297592eea78f038dbabd9d03fef36fd57e))
1111

12+
## [1.6.1](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2026-01-18)
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency @types/jest to v30 ([#1133](https://github.com/stalniy/casl/issues/1133)) ([12c59ce](https://github.com/stalniy/casl/commit/12c59ce3ab717c49b980e2b3b7091c9e88e4d7e7))
18+
1219
## [1.5.2](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2025-08-07)
1320

1421

0 commit comments

Comments
 (0)