Skip to content

Commit

Permalink
Merge branch 'develop' into feat/unit-component
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxi-ream committed Sep 6, 2024
2 parents 20448bf + 2e1717f commit 850af5b
Show file tree
Hide file tree
Showing 71 changed files with 2,677 additions and 805 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vstory",
"comment": "fix: fix the issue of ranking bar character dose not update data",
"type": "none"
}
],
"packageName": "@visactor/vstory"
}
8 changes: 4 additions & 4 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
*/
"globalOverrides": {
"@visactor/vrender": "0.20.1-alpha.0",
"@visactor/vrender-core": "0.20.1-alpha.0",
"@visactor/vrender-kits": "0.20.1-alpha.0",
"@visactor/vrender-components": "0.20.1-alpha.0"
"@visactor/vrender": "0.20.1",
"@visactor/vrender-core": "0.20.1",
"@visactor/vrender-kits": "0.20.1",
"@visactor/vrender-components": "0.20.1"
// "example2": "npm:@company/example2@^1.0.0"
},

Expand Down
247 changes: 130 additions & 117 deletions common/config/rush/pnpm-lock.yaml

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

Loading

0 comments on commit 850af5b

Please sign in to comment.