diff --git a/package.json b/package.json index ef36861e6..72f5b396d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zenstack-monorepo", - "version": "0.4.0-pre.1", + "version": "0.4.0", "description": "", "scripts": { "build": "pnpm -r build", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 52809a487..e754cda8a 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,7 +1,7 @@ { "name": "@zenstackhq/runtime", "displayName": "ZenStack Runtime Library", - "version": "0.4.0-pre.1", + "version": "0.4.0", "description": "Runtime of ZenStack for both client-side and server-side environments.", "repository": { "type": "git", diff --git a/packages/schema/package.json b/packages/schema/package.json index 8774c3586..a7418f642 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -3,7 +3,7 @@ "publisher": "zenstack", "displayName": "ZenStack Language Tools", "description": "A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript", - "version": "0.4.0-pre.1", + "version": "0.4.0", "author": { "name": "ZenStack Team" }, diff --git a/packages/schema/src/cli/index.ts b/packages/schema/src/cli/index.ts index 40787e1e3..f7c8f6644 100644 --- a/packages/schema/src/cli/index.ts +++ b/packages/schema/src/cli/index.ts @@ -113,7 +113,7 @@ export default async function (): Promise { .description( `${colors.bold.blue( 'ΞΆ' - )} ZenStack is a toolkit for building secure CRUD apps with Next.js + Typescript.\n\nDocumentation: https://go.zenstack.dev/doc.` + )} ZenStack is a toolkit for building secure CRUD apps with Next.js + Typescript.\n\nDocumentation: https://zenstack.dev.` ) .showHelpAfterError() .showSuggestionAfterError(); diff --git a/samples/todo/package.json b/samples/todo/package.json index c0a8c92a6..6b66745fd 100644 --- a/samples/todo/package.json +++ b/samples/todo/package.json @@ -1,6 +1,6 @@ { "name": "todo", - "version": "0.4.0-pre.1", + "version": "0.4.0", "private": true, "scripts": { "dev": "next dev",