Skip to content

Commit

Permalink
Merge pull request #1980 from VisActor/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
fangsmile committed Jun 25, 2024
2 parents 2e3d200 + 09f15d2 commit 48ea96d
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 19 deletions.

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.4.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.4.1","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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down
12 changes: 12 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.4.1",
"tag": "@visactor/vtable_v1.4.1",
"date": "Mon, 24 Jun 2024 08:48:40 GMT",
"comments": {
"none": [
{
"comment": "fix: fix editingEditor missing problem"
}
]
}
},
{
"version": "1.4.0",
"tag": "@visactor/vtable_v1.4.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @visactor/vtable

This log was last generated on Fri, 21 Jun 2024 10:26:08 GMT and should not be manually modified.
This log was last generated on Mon, 24 Jun 2024 08:48:40 GMT and should not be manually modified.

## 1.4.1
Mon, 24 Jun 2024 08:48:40 GMT

### Updates

- fix: fix editingEditor missing problem

## 1.4.0
Fri, 21 Jun 2024 10:26:08 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": "1.4.0",
"version": "1.4.1",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -123,4 +123,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}

0 comments on commit 48ea96d

Please sign in to comment.