Skip to content

Commit

Permalink
Merge pull request #194 from VisActor/release/0.13.2
Browse files Browse the repository at this point in the history
[Auto release] release 0.13.2
  • Loading branch information
neuqzxy authored Jul 24, 2023
2 parents 4f0c2f6 + 184ea22 commit 37a5e53
Show file tree
Hide file tree
Showing 28 changed files with 569 additions and 54 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
- name: Build packages
run: node common/scripts/install-run-rush.js build --only tag:package

- name: Run bug server
working-directory: ./packages/vrender
env:
BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
run: node ../../common/scripts/install-run-rushx.js ci

- name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
14 changes: 7 additions & 7 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 docs/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vrender-kits": "workspace:0.12.5",
"@visactor/vrender-kits": "workspace:0.12.6",
"@visactor/vutils": "~0.13.0",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
Expand All @@ -28,6 +28,6 @@
"@antv/g": "^5.7.4"
},
"dependencies": {
"@visactor/vrender": "workspace:0.13.1"
"@visactor/vrender": "workspace:0.13.2"
}
}
15 changes: 15 additions & 0 deletions packages/react-vrender-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@visactor/react-vrender-utils",
"entries": [
{
"version": "0.12.6",
"tag": "@visactor/react-vrender-utils_v0.12.6",
"date": "Fri, 21 Jul 2023 10:50:41 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.1` to `0.13.2`"
},
{
"comment": "Updating dependency \"@visactor/react-vrender\" from `0.12.5` to `0.12.6`"
}
]
}
},
{
"version": "0.12.5",
"tag": "@visactor/react-vrender-utils_v0.12.5",
Expand Down
7 changes: 6 additions & 1 deletion packages/react-vrender-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/react-vrender-utils

This log was last generated on Thu, 20 Jul 2023 10:41:23 GMT and should not be manually modified.
This log was last generated on Fri, 21 Jul 2023 10:50:41 GMT and should not be manually modified.

## 0.12.6
Fri, 21 Jul 2023 10:50:41 GMT

_Version update only_

## 0.12.5
Thu, 20 Jul 2023 10:41:23 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/react-vrender-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vrender-utils",
"version": "0.12.5",
"version": "0.12.6",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -25,8 +25,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.13.1",
"@visactor/react-vrender": "workspace:0.12.5",
"@visactor/vrender": "workspace:0.13.2",
"@visactor/react-vrender": "workspace:0.12.6",
"@visactor/vutils": "~0.13.0",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/react-vrender/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/react-vrender",
"entries": [
{
"version": "0.12.6",
"tag": "@visactor/react-vrender_v0.12.6",
"date": "Fri, 21 Jul 2023 10:50:41 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.1` to `0.13.2`"
}
]
}
},
{
"version": "0.12.5",
"tag": "@visactor/react-vrender_v0.12.5",
Expand Down
7 changes: 6 additions & 1 deletion packages/react-vrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/react-vrender

This log was last generated on Thu, 20 Jul 2023 10:41:23 GMT and should not be manually modified.
This log was last generated on Fri, 21 Jul 2023 10:50:41 GMT and should not be manually modified.

## 0.12.6
Fri, 21 Jul 2023 10:50:41 GMT

_Version update only_

## 0.12.5
Thu, 20 Jul 2023 10:41:23 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vrender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vrender",
"version": "0.12.5",
"version": "0.12.6",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -24,7 +24,7 @@
"react": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.13.1",
"@visactor/vrender": "workspace:0.13.2",
"@visactor/vutils": "~0.13.0",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
25 changes: 25 additions & 0 deletions packages/vrender-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"name": "@visactor/vrender-components",
"entries": [
{
"version": "0.13.2",
"tag": "@visactor/vrender-components_v0.13.2",
"date": "Fri, 21 Jul 2023 10:50:41 GMT",
"comments": {
"patch": [
{
"comment": "fix(vrender-components): fix the calculation of axis title offset"
},
{
"comment": "fix(vrender-components): fix the issue of bounds when labelContainer is empty"
}
],
"none": [
{
"comment": "fix: fix the poptip not work due to mount and unmount issue"
}
],
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.1` to `0.13.2`"
}
]
}
},
{
"version": "0.13.1",
"tag": "@visactor/vrender-components_v0.13.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/vrender-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @visactor/vrender-components

This log was last generated on Thu, 20 Jul 2023 10:41:23 GMT and should not be manually modified.
This log was last generated on Fri, 21 Jul 2023 10:50:41 GMT and should not be manually modified.

## 0.13.2
Fri, 21 Jul 2023 10:50:41 GMT

### Patches

- fix(vrender-components): fix the calculation of axis title offset
- fix(vrender-components): fix the issue of bounds when labelContainer is empty

## 0.13.1
Thu, 20 Jul 2023 10:41:23 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import GUI from 'lil-gui';
import { createLine, createText, IText } from '@visactor/vrender';
import render from '../../util/render';
import { PopTip, enablePoptip } from '../../../src';
enablePoptip();
import { PopTip, loadPoptip } from '../../../src';
loadPoptip();

export function run() {
const guiObject = {
Expand Down
Loading

0 comments on commit 37a5e53

Please sign in to comment.