diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index e5dd1370..8c35428d 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -2,7 +2,7 @@ { "definitionName": "lockStepVersion", "policyName": "vmindMin", - "version": "1.2.1", + "version": "1.2.2", "mainProject": "@visactor/vmind", "nextBump": "patch" } diff --git a/packages/calculator/package.json b/packages/calculator/package.json index e9664589..814d20e0 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", "description": "SQL-like query executor with DSL", "main": "lib", "module": "es", diff --git a/packages/vmind/CHANGELOG.json b/packages/vmind/CHANGELOG.json new file mode 100644 index 00000000..19b0be36 --- /dev/null +++ b/packages/vmind/CHANGELOG.json @@ -0,0 +1,11 @@ +{ + "name": "@visactor/vmind", + "entries": [ + { + "version": "1.2.2", + "tag": "@visactor/vmind_v1.2.2", + "date": "Tue, 30 Jan 2024 07:40:01 GMT", + "comments": {} + } + ] +} diff --git a/packages/vmind/CHANGELOG.md b/packages/vmind/CHANGELOG.md new file mode 100644 index 00000000..9eb9f527 --- /dev/null +++ b/packages/vmind/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @visactor/vmind + +This log was last generated on Tue, 30 Jan 2024 07:40:01 GMT and should not be manually modified. + +## 1.2.2 +Tue, 30 Jan 2024 07:40:01 GMT + +_Initial release_ + diff --git a/packages/vmind/package.json b/packages/vmind/package.json index b215cb55..3ed42b78 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", "main": "cjs/index.js", "module": "esm/index.js", "types": "esm/index.d.ts",