Skip to content

Commit

Permalink
Merge pull request #2351 from VisActor/release/1.7.1
Browse files Browse the repository at this point in the history
[Auto release] release 1.7.1
  • Loading branch information
fangsmile authored Sep 2, 2024
2 parents d8f9d33 + 24d03e2 commit 735e18a
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 10 deletions.
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.7.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.7.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.7.0",
"version": "1.7.1",
"description": "The openinula version of VTable",
"keywords": [
"openinula",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vtable/bundler.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
name: 'ReactVTable',
umdOutputFilename: 'react-vtable',
envs: {
'process.env.NODE_ENV': 'production'
'process.env.NODE_ENV': '"production"'
},
rollupOptions: {
treeshake: true
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.7.0",
"version": "1.7.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.7.0",
"version": "1.7.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.7.0",
"version": "1.7.1",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-gantt",
"version": "1.7.0",
"version": "1.7.1",
"description": "canvas table width high performance",
"keywords": [
"vtable-gantt",
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.7.0",
"version": "1.7.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.7.1",
"tag": "@visactor/vtable_v1.7.1",
"date": "Mon, 02 Sep 2024 03:26:48 GMT",
"comments": {
"none": [
{
"comment": "fix: fix envs type in react-vtable"
}
]
}
},
{
"version": "1.7.0",
"tag": "@visactor/vtable_v1.7.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, 30 Aug 2024 11:54:08 GMT and should not be manually modified.
This log was last generated on Mon, 02 Sep 2024 03:26:48 GMT and should not be manually modified.

## 1.7.1
Mon, 02 Sep 2024 03:26:48 GMT

### Updates

- fix: fix envs type in react-vtable

## 1.7.0
Fri, 30 Aug 2024 11:54:08 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.7.0",
"version": "1.7.1",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down

0 comments on commit 735e18a

Please sign in to comment.