diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index bebae744..e443fb4a 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -52,7 +52,7 @@ importers: '@types/react-dom': ^18.0.0 '@typescript-eslint/eslint-plugin': 5.30.0 '@typescript-eslint/parser': 5.30.0 - '@visactor/calculator': workspace:* + '@visactor/calculator': workspace:1.2.2-alpha.0 '@visactor/chart-advisor': 0.1.10 '@visactor/vchart': ^1.9.0 '@visactor/vdataset': ~0.17.4 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index dd841c02..e5dd1370 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -4,6 +4,6 @@ "policyName": "vmindMin", "version": "1.2.1", "mainProject": "@visactor/vmind", - "nextBump": "minor" + "nextBump": "patch" } ] diff --git a/packages/calculator/package.json b/packages/calculator/package.json index e9664589..30d9020b 100644 --- a/packages/calculator/package.json +++ b/packages/calculator/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/calculator", - "version": "0.0.0", + "version": "1.2.2-alpha.0", "description": "SQL-like query executor with DSL", "main": "lib", "module": "es", diff --git a/packages/vmind/package.json b/packages/vmind/package.json index 1773993b..2dcb432e 100644 --- a/packages/vmind/package.json +++ b/packages/vmind/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vmind", - "version": "1.2.1", + "version": "1.2.2-alpha.0", "main": "cjs/index.js", "module": "esm/index.js", "types": "esm/index.d.ts", @@ -78,6 +78,6 @@ "dayjs": "~1.11.10", "js-yaml": "~4.1.0", "node-sql-parser": "~4.17.0", - "@visactor/calculator": "workspace:*" + "@visactor/calculator": "workspace:1.2.2-alpha.0" } }