Skip to content

Commit

Permalink
Merge pull request #40 from VisActor/sync/main-1.2.4
Browse files Browse the repository at this point in the history
[Auto Sync] Sync the code from branch main to branch develop after release 1.2.4
  • Loading branch information
da730 authored Mar 13, 2024
2 parents 648ed95 + 225e3c9 commit 7b84a49
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "vmindMin",
"version": "1.2.3",
"version": "1.2.4",
"mainProject": "@visactor/vmind",
"nextBump": "patch"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/calculator",
"version": "1.2.3",
"version": "1.2.4",
"description": "SQL-like query executor with DSL",
"main": "lib",
"module": "es",
Expand Down
6 changes: 6 additions & 0 deletions packages/vmind/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vmind",
"entries": [
{
"version": "1.2.4",
"tag": "@visactor/vmind_v1.2.4",
"date": "Wed, 21 Feb 2024 12:04:49 GMT",
"comments": {}
},
{
"version": "1.2.3",
"tag": "@visactor/vmind_v1.2.3",
Expand Down
7 changes: 6 additions & 1 deletion packages/vmind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vmind

This log was last generated on Sun, 04 Feb 2024 06:26:52 GMT and should not be manually modified.
This log was last generated on Wed, 21 Feb 2024 12:04:49 GMT and should not be manually modified.

## 1.2.4
Wed, 21 Feb 2024 12:04:49 GMT

_Version update only_

## 1.2.3
Sun, 04 Feb 2024 06:26:52 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vmind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vmind",
"version": "1.2.3",
"version": "1.2.4",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand Down

0 comments on commit 7b84a49

Please sign in to comment.