@cerebruminc/yates 3.8.1 → 4.0.0-beta.dangerous.5a6948e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.0](https://github.com/cerebruminc/yates/compare/v3.8.1...v4.0.0) (2026-02-25)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * refactor permissions to query filters
9
+
10
+ ### Features
11
+
12
+ * refactor permissions to query filters ([06d1007](https://github.com/cerebruminc/yates/commit/06d10079c460e15a787516d9301daf28ce776c20))
13
+
3
14
  ## [3.8.1](https://github.com/cerebruminc/yates/compare/v3.8.0...v3.8.1) (2025-11-15)
4
15
 
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerebruminc/yates",
3
- "version": "3.8.1",
3
+ "version": "4.0.0-beta.dangerous.5a6948e",
4
4
  "description": "Role based access control for Prisma Apps",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -48,4 +48,4 @@
48
48
  "@prisma/client": "^5.11.0",
49
49
  "prisma": "^5.11.0"
50
50
  }
51
- }
51
+ }