Skip to content

Commit 22b95cf

Browse files
chore: release v2
1 parent 175bbc1 commit 22b95cf

File tree

25 files changed

+172
-44
lines changed

25 files changed

+172
-44
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
".": "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"
2+
".": "2.0.0-alpha.2",
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
}

CHANGELOG.md

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
# 0.5.0 (2022-12-15)
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+
### Features
7+
8+
* **codeql.yml:** add CodeQL workflow for security analysis on push, pull request, ([5fc4572](https://github.com/zenstackhq/zenstack/commit/5fc45726103c9ee89313c336571856ee2f08d6a6))
9+
* **release:** add release manifest and main config files for version 2.0.0-alpha.1 ([24b6c26](https://github.com/zenstackhq/zenstack/commit/24b6c26720d5a0f9cd6d64431288473cd9ee5a97))
10+
* **release:** define package names and components in release main config file ([24b6c26](https://github.com/zenstackhq/zenstack/commit/24b6c26720d5a0f9cd6d64431288473cd9ee5a97))
11+
* **release:** set up configuration for automated versioning and release process ([24b6c26](https://github.com/zenstackhq/zenstack/commit/24b6c26720d5a0f9cd6d64431288473cd9ee5a97))
12+
* **security-defender-for-devops.yml:** add GitHub Actions workflow for Microsoft Defender For DevOps security checks ([545f668](https://github.com/zenstackhq/zenstack/commit/545f6688a5e85171255dfc75148a0b39ef450cb2))
13+
* **security-dependency-review.yml:** add security dependency review workflow to scan and block PRs with known-vulnerable packages ([2b43adc](https://github.com/zenstackhq/zenstack/commit/2b43adc9fcfa5e7dd2e915c2ea9cc8efe6d7ba2b))
14+
* **security-ossar.yml:** add GitHub workflow for security scanning using OSSAR ([2d8452d](https://github.com/zenstackhq/zenstack/commit/2d8452de270c6bde0f55a386500b8f61fb112847))
15+
* **security-ossar.yml:** integrate open source static analysis tools with GitHub code scanning ([2d8452d](https://github.com/zenstackhq/zenstack/commit/2d8452de270c6bde0f55a386500b8f61fb112847))
16+
* **security-ossar.yml:** schedule security scans on main, develop, and release branches ([2d8452d](https://github.com/zenstackhq/zenstack/commit/2d8452de270c6bde0f55a386500b8f61fb112847))
17+
* **security-scorecard.yml:** add GitHub Actions workflow for security scorecard ([30e5a02](https://github.com/zenstackhq/zenstack/commit/30e5a02c7b84d93d23a0e00416b3382b56963c2c))
18+
* **workflows:** add actions/checkout and actions/setup-node for release job setup ([520b469](https://github.com/zenstackhq/zenstack/commit/520b4698d8bcb3615a837b0a3efb85ff9f363696))
19+
* **workflows:** add management-changelog.yml file for release workflow ([520b469](https://github.com/zenstackhq/zenstack/commit/520b4698d8bcb3615a837b0a3efb85ff9f363696))
20+
* **workflows:** add pnpm installation and publishing steps in release job ([520b469](https://github.com/zenstackhq/zenstack/commit/520b4698d8bcb3615a837b0a3efb85ff9f363696))
21+
* **workflows:** add release-please-action for automated releases in release job ([520b469](https://github.com/zenstackhq/zenstack/commit/520b4698d8bcb3615a837b0a3efb85ff9f363696))
22+
* **workflows:** add steps to harden runner for runtime security in release job ([520b469](https://github.com/zenstackhq/zenstack/commit/520b4698d8bcb3615a837b0a3efb85ff9f363696))
23+
* **workflows:** configure release workflow to trigger on push to main, dev, and release branches ([520b469](https://github.com/zenstackhq/zenstack/commit/520b4698d8bcb3615a837b0a3efb85ff9f363696))
24+
* **workflows:** set permissions for contents to read and write in release job ([520b469](https://github.com/zenstackhq/zenstack/commit/520b4698d8bcb3615a837b0a3efb85ff9f363696))
25+
26+
27+
### Bug Fixes
28+
29+
* merge errors in github workflow files and formatting issues ([6867e79](https://github.com/zenstackhq/zenstack/commit/6867e795d7a683da1db601bbf2de2c77d0d05ed3))
30+
* merge errors in github workflow files and formatting issues ([#1022](https://github.com/zenstackhq/zenstack/issues/1022)) ([252151c](https://github.com/zenstackhq/zenstack/commit/252151c47aa670c1e9fc3b1a51e74b6a26c21f6a))
31+
* **workflows:** correct paths for config-file and manifest-file in release-please-action configuration ([b9b784c](https://github.com/zenstackhq/zenstack/commit/b9b784c2ba53ca51abfb5d0ea3b5e543cd7f7c9e))
32+
33+
34+
### Miscellaneous Chores
35+
36+
* release 2.0.0-alpha.2 ([175bbc1](https://github.com/zenstackhq/zenstack/commit/175bbc10be0ad64a1ef4f1a6dfb04ccc0844159c))
37+
* release 2.0.0-alpha.2 ([32380ff](https://github.com/zenstackhq/zenstack/commit/32380ff8ef3999d7b0ba39c9fb7ca3acaa9c8a3c))
38+
* release 2.0.0-alpha.2 ([f40d7e3](https://github.com/zenstackhq/zenstack/commit/f40d7e3718d4210137a2e131d28b5491d065b914))
39+
40+
## 0.5.0 (2022-12-15)
241

342
### Features
443

@@ -12,7 +51,7 @@
1251

1352
- Next-auth adapter and helper are moved to a separate package `@zenstackhq/next-auth`.
1453

15-
# 0.4.0 (2022-12-01)
54+
## 0.4.0 (2022-12-01)
1655

1756
### Features
1857

@@ -50,7 +89,7 @@
5089

5190
Use @zenstackhq/runtime/types for type definitions shared between client and server, @zenstackhq/runtime/client for client-specific libaries (like React hooks), and @zenstackhq/runtime/server for server-specific libraries.
5291

53-
# 0.3.0 (2022-11-08)
92+
## 0.3.0 (2022-11-08)
5493

5594
### Features
5695

@@ -70,7 +109,7 @@
70109

71110
- Better overall documentation
72111

73-
# 0.2.0 (2022-10-29)
112+
## 0.2.0 (2022-10-29)
74113

75114
### Features
76115

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.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "",
55
"scripts": {
66
"build": "pnpm -r build",

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))

0 commit comments

Comments
 (0)