Skip to content

Commit 4631310

Browse files
authored
Merge pull request #5 from softnetics/changeset-release/main
Version Packages
2 parents 4cf9263 + bc39fe6 commit 4631310

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/eight-ducks-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lucky-humans-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/rbac/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @softnetics/rbac
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#4](https://github.com/softnetics/rbac/pull/4) [`2ebfe9d`](https://github.com/softnetics/rbac/commit/2ebfe9d8436bc543cb0563e1a36d8b4482154a7c) Thanks [@peam1146](https://github.com/peam1146)! - Support dynamic fine grain premission
8+
9+
### Patch Changes
10+
11+
- [#6](https://github.com/softnetics/rbac/pull/6) [`7aed27a`](https://github.com/softnetics/rbac/commit/7aed27a143fa1fb4a3003e7bbcfd31ec541615ef) Thanks [@saenyakorn](https://github.com/saenyakorn)! - fix library entry point
12+
313
## 1.1.0
414

515
### Minor Changes

packages/rbac/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softnetics/rbac",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "O(1) type safe role based access control",
55
"packageManager": "yarn@1.22.19",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)