Skip to content

Commit 158c6de

Browse files
authored
chore: release version, update doc link (#130) (#131)
2 parents b43f8bb + c275abc commit 158c6de

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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": "0.4.0-pre.1",
3+
"version": "0.4.0",
44
"description": "",
55
"scripts": {
66
"build": "pnpm -r build",

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": "0.4.0-pre.1",
4+
"version": "0.4.0",
55
"description": "Runtime of ZenStack for both client-side and server-side environments.",
66
"repository": {
77
"type": "git",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "zenstack",
44
"displayName": "ZenStack Language Tools",
55
"description": "A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript",
6-
"version": "0.4.0-pre.1",
6+
"version": "0.4.0",
77
"author": {
88
"name": "ZenStack Team"
99
},

packages/schema/src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default async function (): Promise<void> {
113113
.description(
114114
`${colors.bold.blue(
115115
'ζ'
116-
)} ZenStack is a toolkit for building secure CRUD apps with Next.js + Typescript.\n\nDocumentation: https://go.zenstack.dev/doc.`
116+
)} ZenStack is a toolkit for building secure CRUD apps with Next.js + Typescript.\n\nDocumentation: https://zenstack.dev.`
117117
)
118118
.showHelpAfterError()
119119
.showSuggestionAfterError();

samples/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo",
3-
"version": "0.4.0-pre.1",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)