chore: bump version (#206)

This commit is contained in:
Yiming 2023-02-11 17:07:57 +08:00 committed by GitHub
parent 39ae9bf36d
commit 0597a72ed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{
"name": "zenstack-monorepo",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"description": "",
"scripts": {
"build": "pnpm -r build",

View file

@ -1,6 +1,6 @@
{
"name": "@zenstackhq/language",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"displayName": "ZenStack modeling language compiler",
"description": "ZenStack modeling language compiler",
"homepage": "https://zenstack.dev",

View file

@ -1,6 +1,6 @@
{
"name": "@zenstackhq/next",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"displayName": "ZenStack Next.js integration",
"description": "ZenStack Next.js integration",
"homepage": "https://zenstack.dev",

View file

@ -1,7 +1,7 @@
{
"name": "@zenstackhq/react",
"displayName": "ZenStack plugin and runtime for ReactJS",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"description": "ZenStack plugin and runtime for ReactJS",
"main": "index.js",
"repository": {

View file

@ -1,7 +1,7 @@
{
"name": "@zenstackhq/trpc",
"displayName": "ZenStack plugin for tRPC",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"description": "ZenStack plugin for tRPC",
"main": "index.js",
"repository": {

View file

@ -1,7 +1,7 @@
{
"name": "@zenstackhq/runtime",
"displayName": "ZenStack Runtime Library",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"description": "Runtime of ZenStack for both client-side and server-side environments.",
"repository": {
"type": "git",

View file

@ -3,7 +3,7 @@
"publisher": "zenstack",
"displayName": "ZenStack Language Tools",
"description": "A toolkit for building secure CRUD apps with Next.js + Typescript",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"author": {
"name": "ZenStack Team"
},

View file

@ -1,6 +1,6 @@
{
"name": "@zenstackhq/sdk",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"description": "ZenStack plugin development SDK",
"main": "index.js",
"scripts": {

View file

@ -126,7 +126,7 @@
},
"../../../packages/runtime/dist": {
"name": "@zenstackhq/runtime",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"license": "MIT",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
@ -160,7 +160,7 @@
},
"../../../packages/schema/dist": {
"name": "zenstack",
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {