Skip to content

Commit

Permalink
Merge pull request #304 from VisActor/release/0.14.1
Browse files Browse the repository at this point in the history
[Auto release] release 0.14.1
  • Loading branch information
neuqzxy authored Aug 10, 2023
2 parents fb9392d + bf5fd2f commit 4bfea19
Show file tree
Hide file tree
Showing 23 changed files with 177 additions and 77 deletions.
52 changes: 26 additions & 26 deletions common/config/rush/pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions docs/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vrender-kits": "workspace:0.12.14",
"@visactor/vutils": "~0.13.0",
"@visactor/vrender-kits": "workspace:0.12.15",
"@visactor/vutils": "~0.15.3",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"dat.gui": "^0.7.9",
Expand All @@ -28,6 +28,6 @@
"@antv/g": "^5.7.4"
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.0"
"@visactor/vrender": "workspace:0.14.1"
}
}
15 changes: 5 additions & 10 deletions docs/demos/src/pages/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,29 +57,24 @@ export const page = () => {
y: 200,
fill: colorPools[5],
// text: ['Tffg'],
<<<<<<< HEAD
text: ['这是垂aaa直textabc这是什么', '这是阿萨姆abcaaaaa'],
wordBreak: 'break-word',
maxLineWidth: 200,
// ellipsis: '',
direction: 'vertical',
fontSize: 20,
stroke: 'green',
=======
text: 'Tffgggaaaa',
fontSize: 26,
// wordBreak: 'break-word',
// maxLineWidth: 200,
// ellipsis: '',
// direction: 'vertical',
fontSize: 120,
// stroke: 'green',
>>>>>>> develop
// lineWidth: 100,
// lineHeight: 30,
// lineThrough: 1,
// underline: 1,
<<<<<<< HEAD
textBaseline: 'middle',
textAlign: 'center'
=======
textBaseline: 'bottom'
>>>>>>> develop
// scaleX: 2,
// scaleY: 2
});
Expand Down
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.15",
"tag": "@visactor/react-vrender-utils_v0.12.15",
"date": "Thu, 10 Aug 2023 12:14:14 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.14.0` to `0.14.1`"
},
{
"comment": "Updating dependency \"@visactor/react-vrender\" from `0.12.14` to `0.12.15`"
}
]
}
},
{
"version": "0.12.14",
"tag": "@visactor/react-vrender-utils_v0.12.14",
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, 10 Aug 2023 07:22:55 GMT and should not be manually modified.
This log was last generated on Thu, 10 Aug 2023 12:14:14 GMT and should not be manually modified.

## 0.12.15
Thu, 10 Aug 2023 12:14:14 GMT

_Version update only_

## 0.12.14
Thu, 10 Aug 2023 07:22:55 GMT
Expand Down
8 changes: 4 additions & 4 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.14",
"version": "0.12.15",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -25,9 +25,9 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.0",
"@visactor/react-vrender": "workspace:0.12.14",
"@visactor/vutils": "~0.13.0",
"@visactor/vrender": "workspace:0.14.1",
"@visactor/react-vrender": "workspace:0.12.15",
"@visactor/vutils": "~0.15.3",
"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.15",
"tag": "@visactor/react-vrender_v0.12.15",
"date": "Thu, 10 Aug 2023 12:14:14 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.14.0` to `0.14.1`"
}
]
}
},
{
"version": "0.12.14",
"tag": "@visactor/react-vrender_v0.12.14",
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, 10 Aug 2023 07:22:55 GMT and should not be manually modified.
This log was last generated on Thu, 10 Aug 2023 12:14:14 GMT and should not be manually modified.

## 0.12.15
Thu, 10 Aug 2023 12:14:14 GMT

_Version update only_

## 0.12.14
Thu, 10 Aug 2023 07:22:55 GMT
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "0.12.15",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -24,8 +24,8 @@
"react": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.0",
"@visactor/vutils": "~0.13.0",
"@visactor/vrender": "workspace:0.14.1",
"@visactor/vutils": "~0.15.3",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/vrender-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vrender-components",
"entries": [
{
"version": "0.14.1",
"tag": "@visactor/vrender-components_v0.14.1",
"date": "Thu, 10 Aug 2023 12:14:14 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.14.0` to `0.14.1`"
}
]
}
},
{
"version": "0.14.0",
"tag": "@visactor/vrender-components_v0.14.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/vrender-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vrender-components

This log was last generated on Thu, 10 Aug 2023 07:22:55 GMT and should not be manually modified.
This log was last generated on Thu, 10 Aug 2023 12:14:14 GMT and should not be manually modified.

## 0.14.1
Thu, 10 Aug 2023 12:14:14 GMT

_Version update only_

## 0.14.0
Thu, 10 Aug 2023 07:22:55 GMT
Expand Down
10 changes: 5 additions & 5 deletions packages/vrender-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vrender-components",
"version": "0.14.0",
"version": "0.14.1",
"description": "components library for dp visualization",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -24,17 +24,17 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.0",
"@visactor/vutils": "~0.13.0",
"@visactor/vscale": "~0.13.0",
"@visactor/vrender": "workspace:0.14.1",
"@visactor/vutils": "~0.15.3",
"@visactor/vscale": "~0.15.3",
"inversify": "6.0.1"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vscale": "~0.13.0",
"@visactor/vscale": "~0.15.3",
"@types/jest": "^26.0.0",
"jest": "^26.0.0",
"jest-electron": "^0.1.12",
Expand Down
Loading

0 comments on commit 4bfea19

Please sign in to comment.