From 6e32202a1670c550f8e6aeb04f81e3db92017ea5 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:34:11 -0800 Subject: [PATCH] chore: fix missing version bumps --- .github/release/release-main-config.json | 1 + package.json | 2 +- packages/schema/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/release/release-main-config.json b/.github/release/release-main-config.json index 0cff78ac9..57e614a77 100644 --- a/.github/release/release-main-config.json +++ b/.github/release/release-main-config.json @@ -52,6 +52,7 @@ }, "include-component-in-tag": false, "pull-request-footer": "This PR was generated by [Release-Please](https://github.com/googleapis/release-please).", + "prerelease": true, "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "sequential-calls": true, diff --git a/package.json b/package.json index a4d1c41b7..55b925bd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zenstack-monorepo", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "", "scripts": { "build": "pnpm -r build", diff --git a/packages/schema/package.json b/packages/schema/package.json index 09693e0e7..5cbb1b316 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -3,7 +3,7 @@ "publisher": "zenstack", "displayName": "ZenStack Language Tools", "description": "Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "author": { "name": "ZenStack Team" },