Skip to content

Commit 6f30022

Browse files
authored
merge dev to main (v2.6.1) (#1737)
2 parents cb2e423 + bfe6983 commit 6f30022

File tree

17 files changed

+179
-39
lines changed

17 files changed

+179
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenstack-monorepo",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "",
55
"scripts": {
66
"build": "pnpm -r build",

packages/ide/jetbrains/CHANGELOG.md

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,61 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
### Fixed
6+
7+
- ZModel validation issues when accessing fields defined in a base model from `future().` or `this.`.
8+
9+
## 2.5.0
10+
411
### Added
5-
- A new `path` parameter to the `@@validate` attribute for providing an optional path to the field that caused the error.
12+
13+
- A new `path` parameter to the `@@validate` attribute for providing an optional path to the field that caused the error.
614

715
## 2.4.0
16+
817
### Added
9-
- The `uuid()` function is updated to support the new UUID version feature from Prisma.
1018

11-
## 2.3.0
19+
- The `uuid()` function is updated to support the new UUID version feature from Prisma.
20+
21+
## 2.3.0
22+
1223
### Added
13-
- New `check()` policy rule function.
24+
25+
- New `check()` policy rule function.
1426

1527
### Fixed
16-
- Fixed the issue with formatting schemas containing `Unsupported` type.
28+
29+
- Fixed the issue with formatting schemas containing `Unsupported` type.
1730

1831
## 2.2.0
32+
1933
### Added
20-
- Support comparing fields from different models in mutation policy rules ("create", "update", and "delete).
34+
35+
- Support comparing fields from different models in mutation policy rules ("create", "update", and "delete).
2136

2237
## 2.1.0
38+
2339
### Added
24-
- Support using ZModel type names (e.g., `DateTime`) as model field names.
25-
- `auth()` is resolved from all reachable schema files.
40+
41+
- Support using ZModel type names (e.g., `DateTime`) as model field names.
42+
- `auth()` is resolved from all reachable schema files.
2643

2744
## 2.0.0
45+
2846
### Added
29-
- ZenStack V2 release!
47+
48+
- ZenStack V2 release!
3049

3150
## 1.11.0
51+
3252
### Added
33-
- Added support to complex usage of `@@index` attribute like `@@index([content(ops: raw("gin_trgm_ops"))], type: Gin)`.
53+
54+
- Added support to complex usage of `@@index` attribute like `@@index([content(ops: raw("gin_trgm_ops"))], type: Gin)`.
55+
3456
### Fixed
35-
- Fixed several ZModel validation issues related to model inheritance.
57+
58+
- Fixed several ZModel validation issues related to model inheritance.
3659

3760
## 1.7.0
3861

packages/ide/jetbrains/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "dev.zenstack"
12-
version = "2.6.0"
12+
version = "2.6.1"
1313

1414
repositories {
1515
mavenCentral()

packages/ide/jetbrains/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jetbrains",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"displayName": "ZenStack JetBrains IDE Plugin",
55
"description": "ZenStack JetBrains IDE plugin",
66
"homepage": "https://zenstack.dev",

packages/language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenstackhq/language",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"displayName": "ZenStack modeling language compiler",
55
"description": "ZenStack modeling language compiler",
66
"homepage": "https://zenstack.dev",

packages/misc/redwood/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zenstackhq/redwood",
33
"displayName": "ZenStack RedwoodJS Integration",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "CLI and runtime for integrating ZenStack with RedwoodJS projects.",
66
"repository": {
77
"type": "git",

packages/plugins/openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zenstackhq/openapi",
33
"displayName": "ZenStack Plugin and Runtime for OpenAPI",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "ZenStack plugin and runtime supporting OpenAPI",
66
"main": "index.js",
77
"repository": {

packages/plugins/swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zenstackhq/swr",
33
"displayName": "ZenStack plugin for generating SWR hooks",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "ZenStack plugin for generating SWR hooks",
66
"main": "index.js",
77
"repository": {

packages/plugins/tanstack-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zenstackhq/tanstack-query",
33
"displayName": "ZenStack plugin for generating tanstack-query hooks",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "ZenStack plugin for generating tanstack-query hooks",
66
"main": "index.js",
77
"exports": {

packages/plugins/trpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zenstackhq/trpc",
33
"displayName": "ZenStack plugin for tRPC",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "ZenStack plugin for tRPC",
66
"main": "index.js",
77
"repository": {

0 commit comments

Comments
 (0)