From d351db63e7631ce744c2219d31a376ea216a8733 Mon Sep 17 00:00:00 2001 From: zhouxinyu Date: Tue, 27 Jun 2023 20:11:40 +0800 Subject: [PATCH 1/2] chore: update vutils --- .../pref-ConicalCanvas_2023-06-27-08-07.json | 10 ++++ .../pref-ConicalCanvas_2023-06-27-08-07.json | 10 ++++ common/config/rush/pnpm-lock.yaml | 46 ++++++++----------- docs/demos/package.json | 2 +- packages/react-vrender-utils/package.json | 2 +- packages/react-vrender/package.json | 2 +- packages/vrender-components/package.json | 6 +-- packages/vrender-kits/package.json | 2 +- packages/vrender/package.json | 2 +- 9 files changed, 47 insertions(+), 35 deletions(-) create mode 100644 common/changes/@visactor/vrender-components/pref-ConicalCanvas_2023-06-27-08-07.json create mode 100644 common/changes/@visactor/vrender/pref-ConicalCanvas_2023-06-27-08-07.json diff --git a/common/changes/@visactor/vrender-components/pref-ConicalCanvas_2023-06-27-08-07.json b/common/changes/@visactor/vrender-components/pref-ConicalCanvas_2023-06-27-08-07.json new file mode 100644 index 000000000..3b833dd1d --- /dev/null +++ b/common/changes/@visactor/vrender-components/pref-ConicalCanvas_2023-06-27-08-07.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@visactor/vrender-components", + "comment": "", + "type": "none" + } + ], + "packageName": "@visactor/vrender-components" +} \ No newline at end of file diff --git a/common/changes/@visactor/vrender/pref-ConicalCanvas_2023-06-27-08-07.json b/common/changes/@visactor/vrender/pref-ConicalCanvas_2023-06-27-08-07.json new file mode 100644 index 000000000..6328c755f --- /dev/null +++ b/common/changes/@visactor/vrender/pref-ConicalCanvas_2023-06-27-08-07.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@visactor/vrender", + "comment": "optimize the performance of drawing conical-gradient", + "type": "patch" + } + ], + "packageName": "@visactor/vrender" +} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index c2c4b3153..d951f59f6 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -14,7 +14,7 @@ importers: '@internal/ts-config': workspace:* '@visactor/vrender': workspace:0.11.0 '@visactor/vrender-kits': workspace:0.11.0 - '@visactor/vutils': ~0.9.2-alpha.5 + '@visactor/vutils': ~0.11.1 canvas: 2.11.2 d3-scale-chromatic: ^3.0.0 dat.gui: ^0.7.9 @@ -34,7 +34,7 @@ importers: '@internal/eslint-config': link:../../share/eslint-config '@internal/ts-config': link:../../share/ts-config '@visactor/vrender-kits': link:../../packages/vrender-kits - '@visactor/vutils': 0.9.2-alpha.5 + '@visactor/vutils': 0.11.1 canvas: 2.11.2 d3-scale-chromatic: 3.0.0 dat.gui: 0.7.9 @@ -56,7 +56,7 @@ importers: '@types/react-dom': 16.9.8 '@types/react-reconciler': ^0.28.2 '@visactor/vrender': workspace:0.11.0 - '@visactor/vutils': ~0.9.2-alpha.5 + '@visactor/vutils': ~0.11.1 '@vitejs/plugin-react': 3.1.0 eslint: ~8.18.0 react: 16.13.0 @@ -67,7 +67,7 @@ importers: vite: 3.2.6 dependencies: '@visactor/vrender': link:../vrender - '@visactor/vutils': 0.9.2-alpha.5 + '@visactor/vutils': 0.11.1 react-reconciler: 0.29.0_react@16.13.0 tslib: 2.5.3 devDependencies: @@ -95,7 +95,7 @@ importers: '@types/react-dom': 16.9.8 '@visactor/react-vrender': workspace:0.11.0 '@visactor/vrender': workspace:0.11.0 - '@visactor/vutils': ~0.9.2-alpha.5 + '@visactor/vutils': ~0.11.1 '@vitejs/plugin-react': 3.1.0 eslint: ~8.18.0 react: 16.13.0 @@ -107,7 +107,7 @@ importers: dependencies: '@visactor/react-vrender': link:../react-vrender '@visactor/vrender': link:../vrender - '@visactor/vutils': 0.9.2-alpha.5 + '@visactor/vutils': 0.11.1 react-reconciler: 0.29.0_react@16.13.0 tslib: 2.5.3 devDependencies: @@ -133,7 +133,7 @@ importers: '@types/jest': ^26.0.0 '@types/react': 16.9.49 '@types/react-dom': 16.9.8 - '@visactor/vutils': ~0.9.2-alpha.5 + '@visactor/vutils': ~0.11.1 '@vitejs/plugin-react': 3.1.0 color-convert: 2.0.1 eslint: ~8.18.0 @@ -150,7 +150,7 @@ importers: typescript: 4.9.5 vite: 3.2.6 dependencies: - '@visactor/vutils': 0.9.2-alpha.5 + '@visactor/vutils': 0.11.1 color-convert: 2.0.1 inversify: 6.0.1 reflect-metadata: 0.1.13 @@ -183,8 +183,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ^26.0.0 '@visactor/vrender': workspace:0.11.0 - '@visactor/vscale': 0.9.0-alpha.2 - '@visactor/vutils': ~0.9.2-alpha.5 + '@visactor/vscale': ~0.11.1 + '@visactor/vutils': ~0.11.1 eslint: ~8.18.0 gl-matrix: ^3.4.3 jest: ^26.0.0 @@ -195,8 +195,8 @@ importers: vite: 3.2.6 dependencies: '@visactor/vrender': link:../vrender - '@visactor/vscale': 0.9.0-alpha.2 - '@visactor/vutils': 0.9.2-alpha.5 + '@visactor/vscale': 0.11.1 + '@visactor/vutils': 0.11.1 gl-matrix: 3.4.3 devDependencies: '@internal/bundler': link:../../tools/bundler @@ -223,7 +223,7 @@ importers: '@types/react': 16.9.49 '@types/react-dom': 16.9.8 '@visactor/vrender': workspace:0.11.0 - '@visactor/vutils': ~0.9.2-alpha.5 + '@visactor/vutils': ~0.11.1 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 eslint: ~8.18.0 @@ -238,7 +238,7 @@ importers: dependencies: '@resvg/resvg-js': 2.4.1 '@visactor/vrender': link:../vrender - '@visactor/vutils': 0.9.2-alpha.5 + '@visactor/vutils': 0.11.1 canvas: 2.11.2 inversify: 6.0.1 node-fetch: 2.6.6 @@ -3075,22 +3075,14 @@ packages: eslint-visitor-keys: 3.4.1 dev: false - /@visactor/vscale/0.9.0-alpha.2: - resolution: {integrity: sha512-zNQc2YeEhT86LOucDtc8tsAQV4F3zTDjHos0tlG6MEJB9sUFI4dJY93TmvAqzzu2iGD1rP1ofhDk83g3Poknnw==} + /@visactor/vscale/0.11.1: + resolution: {integrity: sha512-lVyPIDsOpqveswwf2Ex3DFLv5gyVnCtaB71GYAMlhyMU3FxByfrtDhYkC94C3AEvveFavU04ZjTfHYRbXdVoxw==} dependencies: - '@visactor/vutils': 0.9.0-alpha.2 + '@visactor/vutils': 0.11.1 dev: false - /@visactor/vutils/0.9.0-alpha.2: - resolution: {integrity: sha512-g8zC6y4e1PKwTLK48wCeDRR24OrGoSvKQkhetjoRGu2W0deUUcC5+KMHs+eSRMo1IOiypdfi00paV7YoCBw3sA==} - dependencies: - '@turf/helpers': 6.5.0 - '@turf/invariant': 6.5.0 - eventemitter3: 4.0.7 - dev: false - - /@visactor/vutils/0.9.2-alpha.5: - resolution: {integrity: sha512-EtgNA7eu7gFVTXk5f747uX/cpDPh0be56tk8gzbKsIaO6Jwld7UIe6IZ/ir/FXp+isvtStaQx1Y9QXRyWoRseQ==} + /@visactor/vutils/0.11.1: + resolution: {integrity: sha512-zRvkGjpAd8NPqKdh7j7Dd+RVSzFamPhbgtogcp/kqI3i6V9j6Sesj4rD/5I2rivAVYE/guDOJu0Io4waMLCj4A==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 diff --git a/docs/demos/package.json b/docs/demos/package.json index 88648e71f..46fe950d8 100644 --- a/docs/demos/package.json +++ b/docs/demos/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@internal/eslint-config": "workspace:*", "@internal/ts-config": "workspace:*", - "@visactor/vutils": "~0.9.2-alpha.5", + "@visactor/vutils": "~0.11.1", "@visactor/vrender-kits": "workspace:0.11.0", "d3-scale-chromatic": "^3.0.0", "lodash": "4.17.21", diff --git a/packages/react-vrender-utils/package.json b/packages/react-vrender-utils/package.json index c910c4d29..9e4c52a05 100644 --- a/packages/react-vrender-utils/package.json +++ b/packages/react-vrender-utils/package.json @@ -27,7 +27,7 @@ "dependencies": { "@visactor/vrender": "workspace:0.11.0", "@visactor/react-vrender": "workspace:0.11.0", - "@visactor/vutils": "~0.9.2-alpha.5", + "@visactor/vutils": "~0.11.1", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" }, diff --git a/packages/react-vrender/package.json b/packages/react-vrender/package.json index 78e043a21..225de0f6c 100644 --- a/packages/react-vrender/package.json +++ b/packages/react-vrender/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@visactor/vrender": "workspace:0.11.0", - "@visactor/vutils": "~0.9.2-alpha.5", + "@visactor/vutils": "~0.11.1", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" }, diff --git a/packages/vrender-components/package.json b/packages/vrender-components/package.json index 2a19b5bcc..cd64015ab 100644 --- a/packages/vrender-components/package.json +++ b/packages/vrender-components/package.json @@ -25,8 +25,8 @@ }, "dependencies": { "@visactor/vrender": "workspace:0.11.0", - "@visactor/vutils": "~0.9.2-alpha.5", - "@visactor/vscale": "0.9.0-alpha.2", + "@visactor/vutils": "~0.11.1", + "@visactor/vscale": "~0.11.1", "gl-matrix": "^3.4.3" }, "devDependencies": { @@ -34,7 +34,7 @@ "@internal/eslint-config": "workspace:*", "@internal/ts-config": "workspace:*", "@rushstack/eslint-patch": "~1.1.4", - "@visactor/vscale": "0.9.0-alpha.2", + "@visactor/vscale": "~0.11.1", "@types/jest": "^26.0.0", "jest": "^26.0.0", "jest-electron": "^0.1.12", diff --git a/packages/vrender-kits/package.json b/packages/vrender-kits/package.json index 21dafc3db..def1f8139 100644 --- a/packages/vrender-kits/package.json +++ b/packages/vrender-kits/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@visactor/vrender": "workspace:0.11.0", - "@visactor/vutils": "~0.9.2-alpha.5", + "@visactor/vutils": "~0.11.1", "@resvg/resvg-js": "2.4.1", "canvas": "2.11.2", "inversify": "6.0.1", diff --git a/packages/vrender/package.json b/packages/vrender/package.json index 5ec947a1b..1f0eab551 100644 --- a/packages/vrender/package.json +++ b/packages/vrender/package.json @@ -23,7 +23,7 @@ "ci": "node github-ci.js" }, "dependencies": { - "@visactor/vutils": "~0.9.2-alpha.5", + "@visactor/vutils": "~0.11.1", "color-convert": "2.0.1", "inversify": "6.0.1", "reflect-metadata": "0.1.13" From 371e8f284a34a06f03467f4964486b897640ea60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Jun 2023 13:49:04 +0000 Subject: [PATCH 2/2] build: prelease version 0.11.1 --- .../pref-ConicalCanvas_2023-06-27-08-07.json | 10 ---------- .../pref-ConicalCanvas_2023-06-27-08-07.json | 10 ---------- common/config/rush/pnpm-lock.yaml | 14 +++++++------- docs/demos/package.json | 4 ++-- packages/react-vrender-utils/CHANGELOG.json | 15 +++++++++++++++ packages/react-vrender-utils/CHANGELOG.md | 7 ++++++- packages/react-vrender-utils/package.json | 6 +++--- packages/react-vrender/CHANGELOG.json | 12 ++++++++++++ packages/react-vrender/CHANGELOG.md | 7 ++++++- packages/react-vrender/package.json | 4 ++-- packages/vrender-components/CHANGELOG.json | 12 ++++++++++++ packages/vrender-components/CHANGELOG.md | 7 ++++++- packages/vrender-components/package.json | 4 ++-- packages/vrender-kits/CHANGELOG.json | 12 ++++++++++++ packages/vrender-kits/CHANGELOG.md | 7 ++++++- packages/vrender-kits/package.json | 4 ++-- packages/vrender/CHANGELOG.json | 12 ++++++++++++ packages/vrender/CHANGELOG.md | 9 ++++++++- packages/vrender/package.json | 2 +- 19 files changed, 114 insertions(+), 44 deletions(-) delete mode 100644 common/changes/@visactor/vrender-components/pref-ConicalCanvas_2023-06-27-08-07.json delete mode 100644 common/changes/@visactor/vrender/pref-ConicalCanvas_2023-06-27-08-07.json diff --git a/common/changes/@visactor/vrender-components/pref-ConicalCanvas_2023-06-27-08-07.json b/common/changes/@visactor/vrender-components/pref-ConicalCanvas_2023-06-27-08-07.json deleted file mode 100644 index 3b833dd1d..000000000 --- a/common/changes/@visactor/vrender-components/pref-ConicalCanvas_2023-06-27-08-07.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-components", - "comment": "", - "type": "none" - } - ], - "packageName": "@visactor/vrender-components" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender/pref-ConicalCanvas_2023-06-27-08-07.json b/common/changes/@visactor/vrender/pref-ConicalCanvas_2023-06-27-08-07.json deleted file mode 100644 index 6328c755f..000000000 --- a/common/changes/@visactor/vrender/pref-ConicalCanvas_2023-06-27-08-07.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender", - "comment": "optimize the performance of drawing conical-gradient", - "type": "patch" - } - ], - "packageName": "@visactor/vrender" -} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index d951f59f6..5b5ffce9b 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: '@esbuild-plugins/node-modules-polyfill': 0.1.4 '@internal/eslint-config': workspace:* '@internal/ts-config': workspace:* - '@visactor/vrender': workspace:0.11.0 - '@visactor/vrender-kits': workspace:0.11.0 + '@visactor/vrender': workspace:0.11.1 + '@visactor/vrender-kits': workspace:0.11.1 '@visactor/vutils': ~0.11.1 canvas: 2.11.2 d3-scale-chromatic: ^3.0.0 @@ -55,7 +55,7 @@ importers: '@types/react': 16.9.49 '@types/react-dom': 16.9.8 '@types/react-reconciler': ^0.28.2 - '@visactor/vrender': workspace:0.11.0 + '@visactor/vrender': workspace:0.11.1 '@visactor/vutils': ~0.11.1 '@vitejs/plugin-react': 3.1.0 eslint: ~8.18.0 @@ -93,8 +93,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/react': 16.9.49 '@types/react-dom': 16.9.8 - '@visactor/react-vrender': workspace:0.11.0 - '@visactor/vrender': workspace:0.11.0 + '@visactor/react-vrender': workspace:0.11.1 + '@visactor/vrender': workspace:0.11.1 '@visactor/vutils': ~0.11.1 '@vitejs/plugin-react': 3.1.0 eslint: ~8.18.0 @@ -182,7 +182,7 @@ importers: '@internal/ts-config': workspace:* '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ^26.0.0 - '@visactor/vrender': workspace:0.11.0 + '@visactor/vrender': workspace:0.11.1 '@visactor/vscale': ~0.11.1 '@visactor/vutils': ~0.11.1 eslint: ~8.18.0 @@ -222,7 +222,7 @@ importers: '@types/node-fetch': 2.6.4 '@types/react': 16.9.49 '@types/react-dom': 16.9.8 - '@visactor/vrender': workspace:0.11.0 + '@visactor/vrender': workspace:0.11.1 '@visactor/vutils': ~0.11.1 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 diff --git a/docs/demos/package.json b/docs/demos/package.json index 46fe950d8..efae01def 100644 --- a/docs/demos/package.json +++ b/docs/demos/package.json @@ -12,7 +12,7 @@ "@internal/eslint-config": "workspace:*", "@internal/ts-config": "workspace:*", "@visactor/vutils": "~0.11.1", - "@visactor/vrender-kits": "workspace:0.11.0", + "@visactor/vrender-kits": "workspace:0.11.1", "d3-scale-chromatic": "^3.0.0", "lodash": "4.17.21", "dat.gui": "^0.7.9", @@ -28,6 +28,6 @@ "@antv/g": "^5.7.4" }, "dependencies": { - "@visactor/vrender": "workspace:0.11.0" + "@visactor/vrender": "workspace:0.11.1" } } diff --git a/packages/react-vrender-utils/CHANGELOG.json b/packages/react-vrender-utils/CHANGELOG.json index 2e1c12cd3..42793761d 100644 --- a/packages/react-vrender-utils/CHANGELOG.json +++ b/packages/react-vrender-utils/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@visactor/react-vrender-utils", "entries": [ + { + "version": "0.11.1", + "tag": "@visactor/react-vrender-utils_v0.11.1", + "date": "Tue, 27 Jun 2023 13:38:36 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@visactor/vrender\" from `0.11.0` to `0.11.1`" + }, + { + "comment": "Updating dependency \"@visactor/react-vrender\" from `0.11.0` to `0.11.1`" + } + ] + } + }, { "version": "0.11.0", "tag": "@visactor/react-vrender-utils_v0.11.0", diff --git a/packages/react-vrender-utils/CHANGELOG.md b/packages/react-vrender-utils/CHANGELOG.md index 45f69b965..fa797762a 100644 --- a/packages/react-vrender-utils/CHANGELOG.md +++ b/packages/react-vrender-utils/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/react-vrender-utils -This log was last generated on Tue, 27 Jun 2023 03:18:18 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jun 2023 13:38:36 GMT and should not be manually modified. + +## 0.11.1 +Tue, 27 Jun 2023 13:38:36 GMT + +_Version update only_ ## 0.11.0 Tue, 27 Jun 2023 03:18:18 GMT diff --git a/packages/react-vrender-utils/package.json b/packages/react-vrender-utils/package.json index 9e4c52a05..3f531f32d 100644 --- a/packages/react-vrender-utils/package.json +++ b/packages/react-vrender-utils/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender-utils", - "version": "0.11.0", + "version": "0.11.1", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -25,8 +25,8 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.11.0", - "@visactor/react-vrender": "workspace:0.11.0", + "@visactor/vrender": "workspace:0.11.1", + "@visactor/react-vrender": "workspace:0.11.1", "@visactor/vutils": "~0.11.1", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/react-vrender/CHANGELOG.json b/packages/react-vrender/CHANGELOG.json index ac918d0a8..efc1b0082 100644 --- a/packages/react-vrender/CHANGELOG.json +++ b/packages/react-vrender/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/react-vrender", "entries": [ + { + "version": "0.11.1", + "tag": "@visactor/react-vrender_v0.11.1", + "date": "Tue, 27 Jun 2023 13:38:36 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@visactor/vrender\" from `0.11.0` to `0.11.1`" + } + ] + } + }, { "version": "0.11.0", "tag": "@visactor/react-vrender_v0.11.0", diff --git a/packages/react-vrender/CHANGELOG.md b/packages/react-vrender/CHANGELOG.md index d52d0761b..d7cda9ec6 100644 --- a/packages/react-vrender/CHANGELOG.md +++ b/packages/react-vrender/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/react-vrender -This log was last generated on Tue, 27 Jun 2023 03:18:18 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jun 2023 13:38:36 GMT and should not be manually modified. + +## 0.11.1 +Tue, 27 Jun 2023 13:38:36 GMT + +_Version update only_ ## 0.11.0 Tue, 27 Jun 2023 03:18:18 GMT diff --git a/packages/react-vrender/package.json b/packages/react-vrender/package.json index 225de0f6c..98b1bcad6 100644 --- a/packages/react-vrender/package.json +++ b/packages/react-vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender", - "version": "0.11.0", + "version": "0.11.1", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -24,7 +24,7 @@ "react": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.11.0", + "@visactor/vrender": "workspace:0.11.1", "@visactor/vutils": "~0.11.1", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/vrender-components/CHANGELOG.json b/packages/vrender-components/CHANGELOG.json index f3e31bd9f..93fa1bb3d 100644 --- a/packages/vrender-components/CHANGELOG.json +++ b/packages/vrender-components/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender-components", "entries": [ + { + "version": "0.11.1", + "tag": "@visactor/vrender-components_v0.11.1", + "date": "Tue, 27 Jun 2023 13:38:36 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@visactor/vrender\" from `0.11.0` to `0.11.1`" + } + ] + } + }, { "version": "0.11.0", "tag": "@visactor/vrender-components_v0.11.0", diff --git a/packages/vrender-components/CHANGELOG.md b/packages/vrender-components/CHANGELOG.md index 3692f7d3f..f29b18e3d 100644 --- a/packages/vrender-components/CHANGELOG.md +++ b/packages/vrender-components/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vrender-components -This log was last generated on Tue, 27 Jun 2023 03:18:18 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jun 2023 13:38:36 GMT and should not be manually modified. + +## 0.11.1 +Tue, 27 Jun 2023 13:38:36 GMT + +_Version update only_ ## 0.11.0 Tue, 27 Jun 2023 03:18:18 GMT diff --git a/packages/vrender-components/package.json b/packages/vrender-components/package.json index cd64015ab..70ec4f170 100644 --- a/packages/vrender-components/package.json +++ b/packages/vrender-components/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-components", - "version": "0.11.0", + "version": "0.11.1", "description": "components library for dp visualization", "sideEffects": false, "main": "cjs/index.js", @@ -24,7 +24,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@visactor/vrender": "workspace:0.11.0", + "@visactor/vrender": "workspace:0.11.1", "@visactor/vutils": "~0.11.1", "@visactor/vscale": "~0.11.1", "gl-matrix": "^3.4.3" diff --git a/packages/vrender-kits/CHANGELOG.json b/packages/vrender-kits/CHANGELOG.json index fd41d6503..5bdc58e4e 100644 --- a/packages/vrender-kits/CHANGELOG.json +++ b/packages/vrender-kits/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender-kits", "entries": [ + { + "version": "0.11.1", + "tag": "@visactor/vrender-kits_v0.11.1", + "date": "Tue, 27 Jun 2023 13:38:36 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@visactor/vrender\" from `0.11.0` to `0.11.1`" + } + ] + } + }, { "version": "0.11.0", "tag": "@visactor/vrender-kits_v0.11.0", diff --git a/packages/vrender-kits/CHANGELOG.md b/packages/vrender-kits/CHANGELOG.md index bbe1e5b26..4d169676d 100644 --- a/packages/vrender-kits/CHANGELOG.md +++ b/packages/vrender-kits/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vrender-kits -This log was last generated on Tue, 27 Jun 2023 03:18:18 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jun 2023 13:38:36 GMT and should not be manually modified. + +## 0.11.1 +Tue, 27 Jun 2023 13:38:36 GMT + +_Version update only_ ## 0.11.0 Tue, 27 Jun 2023 03:18:18 GMT diff --git a/packages/vrender-kits/package.json b/packages/vrender-kits/package.json index def1f8139..6b5503253 100644 --- a/packages/vrender-kits/package.json +++ b/packages/vrender-kits/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-kits", - "version": "0.11.0", + "version": "0.11.1", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -21,7 +21,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@visactor/vrender": "workspace:0.11.0", + "@visactor/vrender": "workspace:0.11.1", "@visactor/vutils": "~0.11.1", "@resvg/resvg-js": "2.4.1", "canvas": "2.11.2", diff --git a/packages/vrender/CHANGELOG.json b/packages/vrender/CHANGELOG.json index 93f8b1fb6..cf4bf6624 100644 --- a/packages/vrender/CHANGELOG.json +++ b/packages/vrender/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender", "entries": [ + { + "version": "0.11.1", + "tag": "@visactor/vrender_v0.11.1", + "date": "Tue, 27 Jun 2023 13:38:36 GMT", + "comments": { + "patch": [ + { + "comment": "optimize the performance of drawing conical-gradient" + } + ] + } + }, { "version": "0.11.0", "tag": "@visactor/vrender_v0.11.0", diff --git a/packages/vrender/CHANGELOG.md b/packages/vrender/CHANGELOG.md index 15ad52311..1f5450318 100644 --- a/packages/vrender/CHANGELOG.md +++ b/packages/vrender/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vrender -This log was last generated on Tue, 27 Jun 2023 03:18:18 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jun 2023 13:38:36 GMT and should not be manually modified. + +## 0.11.1 +Tue, 27 Jun 2023 13:38:36 GMT + +### Patches + +- optimize the performance of drawing conical-gradient ## 0.11.0 Tue, 27 Jun 2023 03:18:18 GMT diff --git a/packages/vrender/package.json b/packages/vrender/package.json index 1f0eab551..ec8a6c581 100644 --- a/packages/vrender/package.json +++ b/packages/vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender", - "version": "0.11.0", + "version": "0.11.1", "description": "", "sideEffects": true, "main": "cjs/index.js",