Skip to content

Commit

Permalink
build: prelease version 0.21.3-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 19, 2024
1 parent b423be5 commit 9cb72bb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vtable": "workspace:*",
"@visactor/vtable-editors": "workspace:*",
"@visactor/vtable-export": "workspace:*",
"@visactor/vtable-search": "workspace:*",
"@visactor/vtable": "workspace:0.21.3-alpha.0",
"@visactor/vtable-editors": "workspace:0.21.3-alpha.0",
"@visactor/vtable-export": "workspace:0.21.3-alpha.0",
"@visactor/vtable-search": "workspace:0.21.3-alpha.0",
"@visactor/vchart": "1.9.6",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vtable",
"version": "0.21.2",
"version": "0.21.3-alpha.0",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -47,7 +47,7 @@
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vtable": "workspace:0.21.3-alpha.0",
"@visactor/vutils": "~0.18.1",
"react-is": "^18.2.0"
},
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": "0.21.2",
"version": "0.21.3-alpha.0",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-export",
"version": "0.21.2",
"version": "0.21.3-alpha.0",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vtable": "workspace:0.21.3-alpha.0",
"@visactor/vutils": "~0.18.1",
"file-saver": "2.0.5",
"@types/file-saver": "2.0.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-search",
"version": "0.21.2",
"version": "0.21.3-alpha.0",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vtable": "workspace:0.21.3-alpha.0",
"@visactor/vutils": "~0.18.1"
},
"devDependencies": {
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": "0.21.2",
"version": "0.21.3-alpha.0",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -49,7 +49,7 @@
"test-nodejs": "ts-node --transpileOnly --skipProject ./nodejs/index.ts"
},
"dependencies": {
"@visactor/vtable-editors": "workspace:*",
"@visactor/vtable-editors": "workspace:0.21.3-alpha.0",
"@visactor/vrender-core": "0.18.2-alpha.1",
"@visactor/vrender-kits": "0.18.2-alpha.1",
"@visactor/vrender-components": "0.18.2-alpha.1",
Expand Down

0 comments on commit 9cb72bb

Please sign in to comment.