Skip to content

Commit c74041c

Browse files
authored
Merge pull request #1824 from VisActor/release/0.22.10
[Auto release] release 0.22.10
2 parents a369b16 + dd07bdc commit c74041c

32 files changed

Lines changed: 265 additions & 65 deletions

File tree

common/config/rush/pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.22.9","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.22.10","nextBump":"patch"}]

docs/assets/changelog/en/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.22.9
2+
3+
2025-04-18
4+
5+
6+
**🐛 Bug fix**
7+
8+
- **@visactor/vrender-components**: fix state not sync with mouse
9+
- **@visactor/vrender-core**: fix issue with string anchor and scale
10+
11+
12+
13+
[more detail about v0.22.9](https://github.com/VisActor/VRender/releases/tag/v0.22.9)
14+
115
# v0.22.8
216

317
2025-04-16

docs/assets/changelog/zh/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.22.9
2+
3+
2025-04-18
4+
5+
6+
**🐛 功能修复**
7+
8+
- **@visactor/vrender-components**: fix state not sync with mouse
9+
- **@visactor/vrender-core**: fix issue with string anchor and scale
10+
11+
12+
13+
[更多详情请查看 v0.22.9](https://github.com/VisActor/VRender/releases/tag/v0.22.9)
14+
115
# v0.22.8
216

317
2025-04-16

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@visactor/vchart": "1.3.0",
1414
"@visactor/vutils": "~0.19.5",
1515
"@visactor/vgrammar": "~0.5.7",
16-
"@visactor/vrender": "workspace:0.22.9",
16+
"@visactor/vrender": "workspace:0.22.10",
1717
"markdown-it": "^13.0.0",
1818
"highlight.js": "^11.8.0",
1919
"axios": "^1.4.0",

packages/react-vrender-utils/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/react-vrender-utils",
33
"entries": [
4+
{
5+
"version": "0.22.10",
6+
"tag": "@visactor/react-vrender-utils_v0.22.10",
7+
"date": "Mon, 21 Apr 2025 02:48:16 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "0.22.9",
612
"tag": "@visactor/react-vrender-utils_v0.22.9",

packages/react-vrender-utils/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @visactor/react-vrender-utils
22

3-
This log was last generated on Fri, 18 Apr 2025 06:59:46 GMT and should not be manually modified.
3+
This log was last generated on Mon, 21 Apr 2025 02:48:16 GMT and should not be manually modified.
4+
5+
## 0.22.10
6+
Mon, 21 Apr 2025 02:48:16 GMT
7+
8+
_Version update only_
49

510
## 0.22.9
611
Fri, 18 Apr 2025 06:59:46 GMT

packages/react-vrender-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vrender-utils",
3-
"version": "0.22.9",
3+
"version": "0.22.10",
44
"description": "",
55
"sideEffects": false,
66
"main": "cjs/index.js",
@@ -24,8 +24,8 @@
2424
"react-dom": "^18.2.0"
2525
},
2626
"dependencies": {
27-
"@visactor/vrender": "workspace:0.22.9",
28-
"@visactor/react-vrender": "workspace:0.22.9",
27+
"@visactor/vrender": "workspace:0.22.10",
28+
"@visactor/react-vrender": "workspace:0.22.10",
2929
"@visactor/vutils": "~0.19.5",
3030
"react-reconciler": "^0.29.0",
3131
"tslib": "^2.3.1"

packages/react-vrender/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/react-vrender",
33
"entries": [
4+
{
5+
"version": "0.22.10",
6+
"tag": "@visactor/react-vrender_v0.22.10",
7+
"date": "Mon, 21 Apr 2025 02:48:16 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "0.22.9",
612
"tag": "@visactor/react-vrender_v0.22.9",

packages/react-vrender/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @visactor/react-vrender
22

3-
This log was last generated on Fri, 18 Apr 2025 06:59:46 GMT and should not be manually modified.
3+
This log was last generated on Mon, 21 Apr 2025 02:48:16 GMT and should not be manually modified.
4+
5+
## 0.22.10
6+
Mon, 21 Apr 2025 02:48:16 GMT
7+
8+
_Version update only_
49

510
## 0.22.9
611
Fri, 18 Apr 2025 06:59:46 GMT

0 commit comments

Comments
 (0)