Skip to content

Commit

Permalink
build: prelease version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 12, 2024
1 parent 162df4c commit 8061598
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 81 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.5.1","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.5.2","mainProject":"@visactor/vtable","nextBump":"patch"}]
2 changes: 1 addition & 1 deletion packages/openinula-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/openinula-vtable",
"version": "1.5.1",
"version": "1.5.2",
"description": "The openinula version of VTable",
"keywords": [
"openinula",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vtable",
"version": "1.5.1",
"version": "1.5.2",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-editors",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-export",
"version": "1.5.1",
"version": "1.5.2",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-search",
"version": "1.5.1",
"version": "1.5.2",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
30 changes: 30 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.5.2",
"tag": "@visactor/vtable_v1.5.2",
"date": "Fri, 12 Jul 2024 10:47:37 GMT",
"comments": {
"none": [
{
"comment": "fix: edit api validateValue support async\n\n"
},
{
"comment": "feat: add api disableScroll and enableScroll #2073\n\n"
},
{
"comment": "fix: api changeFieldValue occor errow when records has null #2067\n\n"
},
{
"comment": "fix: fix react component error in updateCell() #2038"
},
{
"comment": "feat: add renderDefault prop in react customLayout component"
},
{
"comment": "feat: support multiple columns tag in react-vtable"
},
{
"comment": "fix: fix axes default config in scatter chart #2071"
}
]
}
},
{
"version": "1.5.1",
"tag": "@visactor/vtable_v1.5.1",
Expand Down
21 changes: 20 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Change Log - @visactor/vtable

This log was last generated on Wed, 10 Jul 2024 06:19:15 GMT and should not be manually modified.
This log was last generated on Fri, 12 Jul 2024 10:47:37 GMT and should not be manually modified.

## 1.5.2
Fri, 12 Jul 2024 10:47:37 GMT

### Updates

- fix: edit api validateValue support async


- feat: add api disableScroll and enableScroll #2073


- fix: api changeFieldValue occor errow when records has null #2067


- fix: fix react component error in updateCell() #2038
- feat: add renderDefault prop in react customLayout component
- feat: support multiple columns tag in react-vtable
- fix: fix axes default config in scatter chart #2071

## 1.5.1
Wed, 10 Jul 2024 06:19:15 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable",
"version": "1.5.1",
"version": "1.5.2",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down

0 comments on commit 8061598

Please sign in to comment.