Skip to content

Commit

Permalink
build: prelease version 1.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and kkxxkk2019 committed Jul 13, 2023
1 parent ef16257 commit 7e6430e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions common/config/rush/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions packages/block-vchart/block/vchart/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lark-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/lark-vchart",
"version": "1.1.0-beta.3",
"version": "1.1.0-beta.4",
"description": "VChart 飞书小程序组件",
"main": "index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/lark-vchart/src/vchart/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vchart",
"version": "1.1.0-beta.3",
"version": "1.1.0-beta.4",
"description": "The react version of VChart 4.x",
"keywords": [
"react",
Expand Down Expand Up @@ -28,7 +28,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@visactor/vchart": "workspace:1.1.0-beta.3",
"@visactor/vchart": "workspace:1.1.0-beta.4",
"@visactor/vutils": "~0.11.1",
"@visactor/vgrammar": "~0.3.2",
"@visactor/vrender": "~0.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/taro-vchart",
"version": "1.1.0-beta.3",
"version": "1.1.0-beta.4",
"description": "Taro VChart 图表组件",
"sideEffects": false,
"main": "lib/src/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"license": "MIT",
"dependencies": {
"@visactor/vchart": "workspace:1.1.0-beta.3"
"@visactor/vchart": "workspace:1.1.0-beta.4"
},
"devDependencies": {
"@internal/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/tt-vchart/src/vchart/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart",
"version": "1.1.0-beta.3",
"version": "1.1.0-beta.4",
"description": "charts lib based @visactor/VGrammar",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 7e6430e

Please sign in to comment.