Skip to content

Commit ddef2e5

Browse files
build: prelease version 1.22.13-alpha.0
1 parent 64f9c27 commit ddef2e5

14 files changed

Lines changed: 69 additions & 69 deletions

File tree

common/config/rush/pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"dependencies": {
1313
"@arco-design/web-react": "2.60.2",
1414
"@arco-design/web-vue": "^2.11.0",
15-
"@visactor/vtable": "workspace:*",
16-
"@visactor/vtable-gantt": "workspace:*",
17-
"@visactor/react-vtable": "workspace:*",
18-
"@visactor/vue-vtable": "workspace:*",
19-
"@visactor/openinula-vtable": "workspace:*",
20-
"@visactor/vtable-editors": "workspace:*",
21-
"@visactor/vtable-export": "workspace:*",
22-
"@visactor/vtable-search": "workspace:*",
23-
"@visactor/vtable-sheet": "workspace:*",
15+
"@visactor/vtable": "workspace:1.22.13-alpha.0",
16+
"@visactor/vtable-gantt": "workspace:1.22.13-alpha.0",
17+
"@visactor/react-vtable": "workspace:1.22.13-alpha.0",
18+
"@visactor/vue-vtable": "workspace:1.22.13-alpha.0",
19+
"@visactor/openinula-vtable": "workspace:1.22.13-alpha.0",
20+
"@visactor/vtable-editors": "workspace:1.22.13-alpha.0",
21+
"@visactor/vtable-export": "workspace:1.22.13-alpha.0",
22+
"@visactor/vtable-search": "workspace:1.22.13-alpha.0",
23+
"@visactor/vtable-sheet": "workspace:1.22.13-alpha.0",
2424
"buble": "^0.20.0",
2525
"@visactor/vchart": "2.0.13-alpha.10",
2626
"markdown-it": "^13.0.0",

packages/openinula-vtable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/openinula-vtable",
3-
"version": "1.22.12",
3+
"version": "1.22.13-alpha.0",
44
"description": "The openinula version of VTable",
55
"keywords": [
66
"openinula",
@@ -48,7 +48,7 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@visactor/vtable": "workspace:*",
51+
"@visactor/vtable": "workspace:1.22.13-alpha.0",
5252
"@visactor/vutils": "~1.0.17"
5353
},
5454
"devDependencies": {

packages/react-vtable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vtable",
3-
"version": "1.22.12",
3+
"version": "1.22.13-alpha.0",
44
"description": "The react version of VTable",
55
"keywords": [
66
"react",
@@ -50,7 +50,7 @@
5050
"access": "public"
5151
},
5252
"dependencies": {
53-
"@visactor/vtable": "workspace:*",
53+
"@visactor/vtable": "workspace:1.22.13-alpha.0",
5454
"@visactor/vutils": "~1.0.17",
5555
"react-is": "^18.2.0",
5656
"react-reconciler": "0.29.2"

packages/vtable-calendar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vtable-calendar",
3-
"version": "1.22.12",
3+
"version": "1.22.13-alpha.0",
44
"description": "The calendar component of VTable",
55
"author": {
66
"name": "VisActor",
@@ -36,7 +36,7 @@
3636
"access": "public"
3737
},
3838
"dependencies": {
39-
"@visactor/vtable": "workspace:*",
39+
"@visactor/vtable": "workspace:1.22.13-alpha.0",
4040
"@visactor/vutils": "~1.0.17",
4141
"date-fns": "3.6.0"
4242
},

packages/vtable-editors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vtable-editors",
3-
"version": "1.22.12",
3+
"version": "1.22.13-alpha.0",
44
"description": "",
55
"sideEffects": false,
66
"main": "cjs/index.js",

packages/vtable-export/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vtable-export",
3-
"version": "1.22.12",
3+
"version": "1.22.13-alpha.0",
44
"description": "The export util of VTable",
55
"author": {
66
"name": "VisActor",
@@ -36,7 +36,7 @@
3636
"access": "public"
3737
},
3838
"dependencies": {
39-
"@visactor/vtable": "workspace:*",
39+
"@visactor/vtable": "workspace:1.22.13-alpha.0",
4040
"@visactor/vutils": "~1.0.17",
4141
"file-saver": "2.0.5",
4242
"@types/file-saver": "2.0.7",

packages/vtable-gantt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vtable-gantt",
3-
"version": "1.22.12",
3+
"version": "1.22.13-alpha.0",
44
"description": "canvas table width high performance",
55
"keywords": [
66
"vtable-gantt",
@@ -50,8 +50,8 @@
5050
"fix-memory-limit": "cross-env LIMIT=10240 increase-memory-limit"
5151
},
5252
"dependencies": {
53-
"@visactor/vtable": "workspace:*",
54-
"@visactor/vtable-editors": "workspace:*",
53+
"@visactor/vtable": "workspace:1.22.13-alpha.0",
54+
"@visactor/vtable-editors": "workspace:1.22.13-alpha.0",
5555
"@visactor/vutils": "~1.0.17",
5656
"@visactor/vscale": "~1.0.17",
5757
"@visactor/vdataset": "~1.0.17",

packages/vtable-plugins/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vtable-plugins",
3-
"version": "1.22.12",
3+
"version": "1.22.13-alpha.0",
44
"description": "The search util of VTable",
55
"author": {
66
"name": "VisActor",
@@ -59,9 +59,9 @@
5959
"devDependencies": {
6060
"cross-env": "^7.0.3",
6161
"increase-memory-limit": "^1.0.7",
62-
"@visactor/vtable": "workspace:*",
63-
"@visactor/vtable-editors": "workspace:*",
64-
"@visactor/vtable-gantt": "workspace:*",
62+
"@visactor/vtable": "workspace:1.22.13-alpha.0",
63+
"@visactor/vtable-editors": "workspace:1.22.13-alpha.0",
64+
"@visactor/vtable-gantt": "workspace:1.22.13-alpha.0",
6565
"@visactor/vchart": "2.0.13-alpha.10",
6666
"@internal/bundler": "workspace:*",
6767
"@internal/eslint-config": "workspace:*",

packages/vtable-search/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vtable-search",
3-
"version": "1.22.12",
3+
"version": "1.22.13-alpha.0",
44
"description": "The search util of VTable",
55
"author": {
66
"name": "VisActor",
@@ -35,7 +35,7 @@
3535
"access": "public"
3636
},
3737
"dependencies": {
38-
"@visactor/vtable": "workspace:*",
38+
"@visactor/vtable": "workspace:1.22.13-alpha.0",
3939
"@visactor/vutils": "~1.0.17"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)