Skip to content

Commit 37a5e53

Browse files
authored
Merge pull request #194 from VisActor/release/0.13.2
[Auto release] release 0.13.2
2 parents 4f0c2f6 + 184ea22 commit 37a5e53

28 files changed

Lines changed: 569 additions & 54 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
- name: Build packages
4141
run: node common/scripts/install-run-rush.js build --only tag:package
4242

43+
- name: Run bug server
44+
working-directory: ./packages/vrender
45+
env:
46+
BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
47+
run: node ../../common/scripts/install-run-rushx.js ci
48+
4349
- name: Publish to npm
4450
env:
4551
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

common/config/rush/pnpm-lock.yaml

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

docs/demos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@internal/eslint-config": "workspace:*",
1313
"@internal/ts-config": "workspace:*",
14-
"@visactor/vrender-kits": "workspace:0.12.5",
14+
"@visactor/vrender-kits": "workspace:0.12.6",
1515
"@visactor/vutils": "~0.13.0",
1616
"d3-scale-chromatic": "^3.0.0",
1717
"lodash": "4.17.21",
@@ -28,6 +28,6 @@
2828
"@antv/g": "^5.7.4"
2929
},
3030
"dependencies": {
31-
"@visactor/vrender": "workspace:0.13.1"
31+
"@visactor/vrender": "workspace:0.13.2"
3232
}
3333
}

packages/react-vrender-utils/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@visactor/react-vrender-utils",
33
"entries": [
4+
{
5+
"version": "0.12.6",
6+
"tag": "@visactor/react-vrender-utils_v0.12.6",
7+
"date": "Fri, 21 Jul 2023 10:50:41 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.1` to `0.13.2`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@visactor/react-vrender\" from `0.12.5` to `0.12.6`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.12.5",
621
"tag": "@visactor/react-vrender-utils_v0.12.5",

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 Thu, 20 Jul 2023 10:41:23 GMT and should not be manually modified.
3+
This log was last generated on Fri, 21 Jul 2023 10:50:41 GMT and should not be manually modified.
4+
5+
## 0.12.6
6+
Fri, 21 Jul 2023 10:50:41 GMT
7+
8+
_Version update only_
49

510
## 0.12.5
611
Thu, 20 Jul 2023 10:41:23 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.12.5",
3+
"version": "0.12.6",
44
"description": "",
55
"sideEffects": false,
66
"main": "cjs/index.js",
@@ -25,8 +25,8 @@
2525
"react-dom": "^18.2.0"
2626
},
2727
"dependencies": {
28-
"@visactor/vrender": "workspace:0.13.1",
29-
"@visactor/react-vrender": "workspace:0.12.5",
28+
"@visactor/vrender": "workspace:0.13.2",
29+
"@visactor/react-vrender": "workspace:0.12.6",
3030
"@visactor/vutils": "~0.13.0",
3131
"react-reconciler": "^0.29.0",
3232
"tslib": "^2.3.1"

packages/react-vrender/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@visactor/react-vrender",
33
"entries": [
4+
{
5+
"version": "0.12.6",
6+
"tag": "@visactor/react-vrender_v0.12.6",
7+
"date": "Fri, 21 Jul 2023 10:50:41 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.1` to `0.13.2`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.12.5",
618
"tag": "@visactor/react-vrender_v0.12.5",

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 Thu, 20 Jul 2023 10:41:23 GMT and should not be manually modified.
3+
This log was last generated on Fri, 21 Jul 2023 10:50:41 GMT and should not be manually modified.
4+
5+
## 0.12.6
6+
Fri, 21 Jul 2023 10:50:41 GMT
7+
8+
_Version update only_
49

510
## 0.12.5
611
Thu, 20 Jul 2023 10:41:23 GMT

packages/react-vrender/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-vrender",
3-
"version": "0.12.5",
3+
"version": "0.12.6",
44
"description": "",
55
"sideEffects": false,
66
"main": "cjs/index.js",
@@ -24,7 +24,7 @@
2424
"react": "^18.2.0"
2525
},
2626
"dependencies": {
27-
"@visactor/vrender": "workspace:0.13.1",
27+
"@visactor/vrender": "workspace:0.13.2",
2828
"@visactor/vutils": "~0.13.0",
2929
"react-reconciler": "^0.29.0",
3030
"tslib": "^2.3.1"

packages/vrender-components/CHANGELOG.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"name": "@visactor/vrender-components",
33
"entries": [
4+
{
5+
"version": "0.13.2",
6+
"tag": "@visactor/vrender-components_v0.13.2",
7+
"date": "Fri, 21 Jul 2023 10:50:41 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "fix(vrender-components): fix the calculation of axis title offset"
12+
},
13+
{
14+
"comment": "fix(vrender-components): fix the issue of bounds when labelContainer is empty"
15+
}
16+
],
17+
"none": [
18+
{
19+
"comment": "fix: fix the poptip not work due to mount and unmount issue"
20+
}
21+
],
22+
"dependency": [
23+
{
24+
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.1` to `0.13.2`"
25+
}
26+
]
27+
}
28+
},
429
{
530
"version": "0.13.1",
631
"tag": "@visactor/vrender-components_v0.13.1",

0 commit comments

Comments
 (0)