Skip to content

Commit 3dee330

Browse files
chore: release master (#1116)
1 parent 4c19fac commit 3dee330

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/casl-mongoose": "8.0.3",
66
"packages/casl-prisma": "1.6.0",
77
"packages/casl-react": "5.0.0",
8-
"packages/casl-vue": "2.2.2"
8+
"packages/casl-vue": "2.2.3"
99
}

packages/casl-vue/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+
## [2.2.3](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2025-12-30)
6+
7+
8+
### Documentation
9+
10+
* updates documentation of @casl/vue to not use deprecated ability APIs ([#1114](https://github.com/stalniy/casl/issues/1114)) ([2acb2de](https://github.com/stalniy/casl/commit/2acb2de28813eac30c9c5801d6481e81dc445d2c)), ([#1117](https://github.com/stalniy/casl/issues/1117)) ([4c19fac](https://github.com/stalniy/casl/commit/4c19fac4d12d50fbf96d608bcc8ac61c95ce8cb4)), ([#1113](https://github.com/stalniy/casl/pull/1113))
11+
512
## [2.2.2](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2024-02-14)
613

714

packages/casl-vue/package.json

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

0 commit comments

Comments
 (0)