mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
chore: bump version (#206)
This commit is contained in:
parent
39ae9bf36d
commit
0597a72ed3
9 changed files with 10 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
4
tests/integration/test-run/package-lock.json
generated
4
tests/integration/test-run/package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue