Skip to content

Commit

Permalink
build: prelease version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2024
1 parent dc12c74 commit e34dbde
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 85 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":"0.17.10","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.18.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
4 changes: 2 additions & 2 deletions packages/react-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vtable",
"version": "0.17.10",
"version": "0.18.0",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -96,4 +96,4 @@
"axios": "^1.4.0",
"@types/react-is": "^17.0.3"
}
}
}
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": "0.17.10",
"version": "0.18.0",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-export",
"version": "0.17.10",
"version": "0.18.0",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -85,4 +85,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
32 changes: 32 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.18.0",
"tag": "@visactor/vtable_v0.18.0",
"date": "Fri, 19 Jan 2024 10:43:47 GMT",
"comments": {
"minor": [
{
"comment": "feat: add eventOptions #914\n\n"
}
],
"none": [
{
"comment": "fix: handle with chartSpec barWidth set string type\n\n"
},
{
"comment": "fix: addRecords api call when body no data #953\n\n"
},
{
"comment": "fix: mouse drag to move Header position has error when column has multi-levels #957\n\n"
},
{
"comment": "fix: when resize column width bottomFrozenRow height should update #954\n\n"
},
{
"comment": "feat: pivotchart support pie\n\n"
},
{
"comment": "feat: add customLayout & customRander in customMergeCell"
}
]
}
},
{
"version": "0.17.10",
"tag": "@visactor/vtable_v0.17.10",
Expand Down
30 changes: 29 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Change Log - @visactor/vtable

This log was last generated on Thu, 18 Jan 2024 03:43:34 GMT and should not be manually modified.
This log was last generated on Fri, 19 Jan 2024 10:43:47 GMT and should not be manually modified.

## 0.18.0
Fri, 19 Jan 2024 10:43:47 GMT

### Minor changes

- feat: add eventOptions #914



### Updates

- fix: handle with chartSpec barWidth set string type


- fix: addRecords api call when body no data #953


- fix: mouse drag to move Header position has error when column has multi-levels #957


- fix: when resize column width bottomFrozenRow height should update #954


- feat: pivotchart support pie


- feat: add customLayout & customRander in customMergeCell

## 0.17.10
Thu, 18 Jan 2024 03:43:34 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable",
"version": "0.17.10",
"version": "0.18.0",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -124,4 +124,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}

0 comments on commit e34dbde

Please sign in to comment.