Skip to content

Commit 7634e2c

Browse files
authored
merge dev to main (update README) (#2327)
2 parents 2bc0e5b + f0c77cf commit 7634e2c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</a>
88
<h1>ZenStack</h1>
99
<a href="https://www.npmjs.com/package/zenstack">
10-
<img src="https://img.shields.io/npm/v/zenstack">
10+
<img src="https://img.shields.io/npm/v/zenstack/release-v2">
1111
</a>
1212
<a href="https://www.npmjs.com/package/zenstack">
1313
<img src="https://img.shields.io/npm/dm/@zenstackhq/runtime">
@@ -24,10 +24,9 @@
2424
</a>
2525
</div>
2626

27+
## V3 is released!
2728

28-
## V3 is in Beta now!
29-
30-
[ZenStack v3](https://zenstack.dev/v3) is in Beta now! It replaced Prisma ORM with its own implementation built on top of [Kysely](https://kysely.dev) - lighter, faster, and more flexible. The code resides in a [separate repo](https://github.com/zenstackhq/zenstack-v3).
29+
[ZenStack v3](https://zenstack.dev) is released! It replaced Prisma ORM with its own implementation built on top of [Kysely](https://kysely.dev) - lighter, faster, and more flexible. The code resides in a [separate repo](https://github.com/zenstackhq/zenstack-v3).
3130

3231
## What it is
3332

@@ -37,7 +36,7 @@ Our goal is to let you save time writing boilerplate code and focus on building
3736

3837
## How it works
3938

40-
> Read full documentation at 👉🏻 [zenstack.dev](https://zenstack.dev). Join [Discord](https://discord.gg/Ykhr738dUe) for feedback and questions.
39+
> Read full documentation at 👉🏻 [https://zenstack.dev/docs/2.x/](https://zenstack.dev/docs/2.x/). Join [Discord](https://discord.gg/Ykhr738dUe) for feedback and questions.
4140
4241
ZenStack incrementally extends Prisma's power with the following four layers:
4342

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test-integration": "pnpm run --filter=integration test --silent --forceExit",
1212
"test-regression": "pnpm run --filter=regression test --silent --forceExit",
1313
"test-scaffold": "tsx script/test-scaffold.ts",
14-
"publish-all": "pnpm --filter \"./packages/**\" -r publish --access public --tag v2",
14+
"publish-all": "pnpm --filter \"./packages/**\" -r publish --access public --tag release-v2",
1515
"publish-preview": "pnpm --filter \"./packages/**\" -r publish --force --registry https://preview.registry.zenstack.dev/",
1616
"unpublish-preview": "pnpm --recursive --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\"",
1717
"publish-preview-next": "pnpm --filter \"./packages/**\" -r publish --force --registry https://preview.registry.zenstack.dev/ --tag next",

0 commit comments

Comments
 (0)