Skip to content

Commit

Permalink
chore: fix missing version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Feb 21, 2024
1 parent 06342d2 commit 6e32202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/release/release-main-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 6e32202

Please sign in to comment.