Skip to content

Commit

Permalink
build: prelease version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Rui-Sun committed Aug 22, 2024
1 parent 34f6037 commit d947216
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 39 deletions.

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
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "vtableMain",
"version": "1.6.1",
"version": "1.6.2",
"mainProject": "@visactor/vtable",
"nextBump": "patch"
}
Expand Down
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.6.1",
"version": "1.6.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.6.1",
"version": "1.6.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.6.1",
"version": "1.6.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.6.1",
"version": "1.6.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.6.1",
"version": "1.6.2",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
20 changes: 19 additions & 1 deletion packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.6.2",
"tag": "@visactor/vtable_v1.6.2",
"date": "Thu, 22 Aug 2024 12:27:03 GMT",
"comments": {
"none": [
{
"comment": "feat: add formatCopyValue config"
},
{
"comment": "fix: fix frozen column custom component clip"
},
{
"comment": "fix: fix menu auto hide when page crolled #2241"
}
]
}
},
{
"version": "1.6.1",
"tag": "@visactor/vtable_v1.6.1",
Expand Down Expand Up @@ -2593,4 +2611,4 @@
}
}
]
}
}
11 changes: 10 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @visactor/vtable

This log was last generated on Mon, 19 Aug 2024 08:06:44 GMT and should not be manually modified.
This log was last generated on Thu, 22 Aug 2024 12:27:03 GMT and should not be manually modified.

## 1.6.2
Thu, 22 Aug 2024 12:27:03 GMT

### Updates

- feat: add formatCopyValue config
- fix: fix frozen column custom component clip
- fix: fix menu auto hide when page crolled #2241

## 1.6.1
Mon, 19 Aug 2024 08:06:44 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.6.1",
"version": "1.6.2",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down

0 comments on commit d947216

Please sign in to comment.