Skip to content

Commit 55f6d2b

Browse files
build: prelease version 1.18.12-alpha.2
1 parent 143410b commit 55f6d2b

File tree

13 files changed

+56
-56
lines changed

13 files changed

+56
-56
lines changed

common/config/rush/pnpm-lock.yaml

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

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
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:*",
15+
"@visactor/vtable": "workspace:1.18.12-alpha.2",
16+
"@visactor/vtable-gantt": "workspace:1.18.12-alpha.2",
17+
"@visactor/react-vtable": "workspace:1.18.12-alpha.2",
18+
"@visactor/vue-vtable": "workspace:1.18.12-alpha.2",
19+
"@visactor/openinula-vtable": "workspace:1.18.12-alpha.2",
20+
"@visactor/vtable-editors": "workspace:1.18.12-alpha.2",
21+
"@visactor/vtable-export": "workspace:1.18.12-alpha.2",
22+
"@visactor/vtable-search": "workspace:1.18.12-alpha.2",
2323
"buble": "^0.20.0",
2424
"@visactor/vchart": "1.13.3-alpha.2",
2525
"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.18.11",
3+
"version": "1.18.12-alpha.2",
44
"description": "The openinula version of VTable",
55
"keywords": [
66
"openinula",
@@ -47,7 +47,7 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@visactor/vtable": "workspace:*",
50+
"@visactor/vtable": "workspace:1.18.12-alpha.2",
5151
"@visactor/vutils": "~0.19.1"
5252
},
5353
"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.18.11",
3+
"version": "1.18.12-alpha.2",
44
"description": "The react version of VTable",
55
"keywords": [
66
"react",
@@ -49,7 +49,7 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@visactor/vtable": "workspace:*",
52+
"@visactor/vtable": "workspace:1.18.12-alpha.2",
5353
"@visactor/vutils": "~0.19.1",
5454
"react-is": "^18.2.0",
5555
"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.18.11",
3+
"version": "1.18.12-alpha.2",
44
"description": "The calendar component 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.18.12-alpha.2",
3939
"@visactor/vutils": "~0.19.1",
4040
"date-fns": "3.6.0"
4141
},

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.18.11",
3+
"version": "1.18.12-alpha.2",
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.18.11",
3+
"version": "1.18.12-alpha.2",
44
"description": "The export 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.18.12-alpha.2",
3939
"@visactor/vutils": "~0.19.1",
4040
"file-saver": "2.0.5",
4141
"@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.18.11",
3+
"version": "1.18.12-alpha.2",
44
"description": "canvas table width high performance",
55
"keywords": [
66
"vtable-gantt",
@@ -49,8 +49,8 @@
4949
"build:es": "bundle --clean -f es --ignorePostTasks"
5050
},
5151
"dependencies": {
52-
"@visactor/vtable": "workspace:*",
53-
"@visactor/vtable-editors": "workspace:*",
52+
"@visactor/vtable": "workspace:1.18.12-alpha.2",
53+
"@visactor/vtable-editors": "workspace:1.18.12-alpha.2",
5454
"@visactor/vutils": "~0.19.1",
5555
"@visactor/vscale": "~0.18.1",
5656
"@visactor/vdataset": "~0.18.1",

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.18.11",
3+
"version": "1.18.12-alpha.2",
44
"description": "The search util of VTable",
55
"author": {
66
"name": "VisActor",
@@ -40,9 +40,9 @@
4040
"@visactor/vtable": "workspace:*"
4141
},
4242
"devDependencies": {
43-
"@visactor/vtable": "workspace:*",
44-
"@visactor/vtable-editors": "workspace:*",
45-
"@visactor/vtable-gantt": "workspace:*",
43+
"@visactor/vtable": "workspace:1.18.12-alpha.2",
44+
"@visactor/vtable-editors": "workspace:1.18.12-alpha.2",
45+
"@visactor/vtable-gantt": "workspace:1.18.12-alpha.2",
4646
"@visactor/vchart": "1.13.3-alpha.2",
4747
"@internal/bundler": "workspace:*",
4848
"@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.18.11",
3+
"version": "1.18.12-alpha.2",
44
"description": "The search util of VTable",
55
"author": {
66
"name": "VisActor",
@@ -34,7 +34,7 @@
3434
"access": "public"
3535
},
3636
"dependencies": {
37-
"@visactor/vtable": "workspace:*",
37+
"@visactor/vtable": "workspace:1.18.12-alpha.2",
3838
"@visactor/vutils": "~0.19.1"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)