Skip to content

Commit c2f84f9

Browse files
chore: release v2.0.0-alpha.2 (#1043)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 432752b commit c2f84f9

File tree

23 files changed

+127
-38
lines changed

23 files changed

+127
-38
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
".": "2.0.0-alpha.1",
3-
"packages/ide/jetbrains": "2.0.0-alpha.1",
4-
"packages/language": "2.0.0-alpha.1",
5-
"packages/misc/redwood": "2.0.0-alpha.1",
6-
"packages/plugins/openapi": "2.0.0-alpha.1",
7-
"packages/plugins/swr": "2.0.0-alpha.1",
8-
"packages/plugins/tanstack-query": "2.0.0-alpha.1",
9-
"packages/plugins/trpc": "2.0.0-alpha.1",
10-
"packages/runtime": "2.0.0-alpha.1",
11-
"packages/sdk": "2.0.0-alpha.1",
12-
"packages/server": "2.0.0-alpha.1",
13-
"packages/testtools": "2.0.0-alpha.1"
3+
"packages/ide/jetbrains": "2.0.0-alpha.2",
4+
"packages/language": "2.0.0-alpha.2",
5+
"packages/misc/redwood": "2.0.0-alpha.2",
6+
"packages/plugins/openapi": "2.0.0-alpha.2",
7+
"packages/plugins/swr": "2.0.0-alpha.2",
8+
"packages/plugins/tanstack-query": "2.0.0-alpha.2",
9+
"packages/plugins/trpc": "2.0.0-alpha.2",
10+
"packages/runtime": "2.0.0-alpha.2",
11+
"packages/sdk": "2.0.0-alpha.2",
12+
"packages/server": "2.0.0-alpha.2",
13+
"packages/testtools": "2.0.0-alpha.2"
1414
}

packages/ide/jetbrains/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.0-alpha.2](https://github.com/zenstackhq/zenstack/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-02-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 2.0.0-alpha.2 ([f40d7e3](https://github.com/zenstackhq/zenstack/commit/f40d7e3718d4210137a2e131d28b5491d065b914))
9+
310
## [Unreleased]
411
### Added
512
- Added support to complex usage of `@@index` attribute like `@@index([content(ops: raw("gin_trgm_ops"))], type: Gin)`.
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "jetbrains",
3-
"version": "2.0.0-alpha.1",
4-
"displayName": "ZenStack JetBrains IDE Plugin",
5-
"description": "ZenStack JetBrains IDE plugin",
6-
"homepage": "https://zenstack.dev",
7-
"private": true,
8-
"scripts": {
9-
"build": "./gradlew buildPlugin"
10-
},
11-
"author": "ZenStack Team",
12-
"license": "MIT",
13-
"devDependencies": {
14-
"zenstack": "workspace:*",
15-
"@zenstackhq/language": "workspace:*"
16-
}
2+
"name": "jetbrains",
3+
"version": "2.0.0-alpha.2",
4+
"displayName": "ZenStack JetBrains IDE Plugin",
5+
"description": "ZenStack JetBrains IDE plugin",
6+
"homepage": "https://zenstack.dev",
7+
"private": true,
8+
"scripts": {
9+
"build": "./gradlew buildPlugin"
10+
},
11+
"author": "ZenStack Team",
12+
"license": "MIT",
13+
"devDependencies": {
14+
"zenstack": "workspace:*",
15+
"@zenstackhq/language": "workspace:*"
16+
}
1717
}

packages/language/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.0.0-alpha.2](https://github.com/zenstackhq/zenstack/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-02-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 2.0.0-alpha.2 ([f40d7e3](https://github.com/zenstackhq/zenstack/commit/f40d7e3718d4210137a2e131d28b5491d065b914))

packages/language/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenstackhq/language",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"displayName": "ZenStack modeling language compiler",
55
"description": "ZenStack modeling language compiler",
66
"homepage": "https://zenstack.dev",
@@ -23,7 +23,7 @@
2323
"plist2": "^1.1.3"
2424
},
2525
"dependencies": {
26-
"langium": "1.3.1"
26+
"langium": "1.3.1"
2727
},
2828
"contributes": {
2929
"languages": [

packages/misc/redwood/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.0.0-alpha.2](https://github.com/zenstackhq/zenstack/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-02-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 2.0.0-alpha.2 ([f40d7e3](https://github.com/zenstackhq/zenstack/commit/f40d7e3718d4210137a2e131d28b5491d065b914))

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.0.0-alpha.1",
4+
"version": "2.0.0-alpha.2",
55
"description": "CLI and runtime for integrating ZenStack with RedwoodJS projects.",
66
"repository": {
77
"type": "git",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.0.0-alpha.2](https://github.com/zenstackhq/zenstack/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-02-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 2.0.0-alpha.2 ([f40d7e3](https://github.com/zenstackhq/zenstack/commit/f40d7e3718d4210137a2e131d28b5491d065b914))

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.0.0-alpha.1",
4+
"version": "2.0.0-alpha.2",
55
"description": "ZenStack plugin and runtime supporting OpenAPI",
66
"main": "index.js",
77
"repository": {

packages/plugins/swr/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.0.0-alpha.2](https://github.com/zenstackhq/zenstack/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-02-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 2.0.0-alpha.2 ([f40d7e3](https://github.com/zenstackhq/zenstack/commit/f40d7e3718d4210137a2e131d28b5491d065b914))

0 commit comments

Comments
 (0)