Skip to content

Commit aba4c45

Browse files
chore: release v2
1 parent 5b103ba commit aba4c45

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
lines changed

.github/release/.release-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "2.0.0-alpha.1",
2+
".": "2.0.0-alpha.2",
33
"packages/ide/jetbrains": "2.0.0-alpha.2",
44
"packages/language": "2.0.0-alpha.2",
55
"packages/misc/redwood": "2.0.0-alpha.2",
66
"packages/plugins/openapi": "2.0.0-alpha.2",
77
"packages/plugins/swr": "2.0.0-alpha.2",
88
"packages/plugins/tanstack-query": "2.0.0-alpha.2",
99
"packages/plugins/trpc": "2.0.0-alpha.2",
10-
"packages/runtime": "2.0.0-alpha.2",
10+
"packages/runtime": "2.0.0-alpha.3",
1111
"packages/sdk": "2.0.0-alpha.2",
1212
"packages/server": "2.0.0-alpha.2",
1313
"packages/testtools": "2.0.0-alpha.2"

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
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-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* default auth without user context ([#1015](https://github.com/zenstackhq/zenstack/issues/1015)) ([e5b5a0f](https://github.com/zenstackhq/zenstack/commit/e5b5a0fee34e46bee5557229f6f5894629c6ad96))
9+
* foreign key constraint ambiguity in generated delegate prisma schema ([#1060](https://github.com/zenstackhq/zenstack/issues/1060)) ([ca2a314](https://github.com/zenstackhq/zenstack/commit/ca2a314a927053703e4dbc76542499159b8bf6a8))
10+
11+
12+
### Performance Improvements
13+
14+
* improve polymorphism code generation speed ([#1073](https://github.com/zenstackhq/zenstack/issues/1073)) ([5b103ba](https://github.com/zenstackhq/zenstack/commit/5b103badea7876b7dfc1da91c26eca3213ddd413))
15+
16+
## 0.5.0 (2022-12-15)
217

318
### Features
419

@@ -12,7 +27,7 @@
1227

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

15-
# 0.4.0 (2022-12-01)
30+
## 0.4.0 (2022-12-01)
1631

1732
### Features
1833

@@ -50,7 +65,7 @@
5065

5166
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.
5267

53-
# 0.3.0 (2022-11-08)
68+
## 0.3.0 (2022-11-08)
5469

5570
### Features
5671

@@ -70,7 +85,7 @@
7085

7186
- Better overall documentation
7287

73-
# 0.2.0 (2022-10-29)
88+
## 0.2.0 (2022-10-29)
7489

7590
### Features
7691

packages/runtime/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.3](https://github.com/zenstackhq/zenstack/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2024-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* default auth without user context ([#1015](https://github.com/zenstackhq/zenstack/issues/1015)) ([e5b5a0f](https://github.com/zenstackhq/zenstack/commit/e5b5a0fee34e46bee5557229f6f5894629c6ad96))
9+
310
## [2.0.0-alpha.2](https://github.com/zenstackhq/zenstack/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-02-21)
411

512

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zenstackhq/runtime",
33
"displayName": "ZenStack Runtime Library",
4-
"version": "2.0.0-alpha.2",
4+
"version": "2.0.0-alpha.3",
55
"description": "Runtime of ZenStack for both client-side and server-side environments.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)