From 6a1d10fb2de36d2b53f9548fce23098e3b1c60bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Feb 2025 07:09:53 +0000 Subject: [PATCH] build: prelease version 0.21.12 --- ...abel-callback-params_2025-01-26-07-07.json | 11 -------- ...title-vertical-align_2025-01-16-10-33.json | 11 -------- ...abel-callback-params_2025-01-26-07-07.json | 11 -------- ...x-inversify-optional_2025-01-27-04-55.json | 10 ------- ...-label-increaseCount_2025-01-16-06-26.json | 10 ------- ...title-vertical-align_2025-01-16-10-33.json | 11 -------- ...x-inversify-optional_2025-01-27-04-55.json | 10 ------- ...x-inversify-optional_2025-01-27-04-55.json | 10 ------- common/config/rush/pnpm-lock.yaml | 26 +++++++++---------- common/config/rush/version-policies.json | 2 +- docs/package.json | 2 +- packages/react-vrender-utils/CHANGELOG.json | 6 +++++ packages/react-vrender-utils/CHANGELOG.md | 7 ++++- packages/react-vrender-utils/package.json | 6 ++--- packages/react-vrender/CHANGELOG.json | 6 +++++ packages/react-vrender/CHANGELOG.md | 7 ++++- packages/react-vrender/package.json | 4 +-- packages/vrender-components/CHANGELOG.json | 15 +++++++++++ packages/vrender-components/CHANGELOG.md | 14 +++++++++- packages/vrender-components/package.json | 6 ++--- packages/vrender-core/CHANGELOG.json | 21 +++++++++++++++ packages/vrender-core/CHANGELOG.md | 16 +++++++++++- packages/vrender-core/package.json | 2 +- packages/vrender-kits/CHANGELOG.json | 12 +++++++++ packages/vrender-kits/CHANGELOG.md | 9 ++++++- packages/vrender-kits/package.json | 4 +-- packages/vrender/CHANGELOG.json | 12 +++++++++ packages/vrender/CHANGELOG.md | 9 ++++++- packages/vrender/package.json | 6 ++--- tools/bugserver-trigger/package.json | 8 +++--- 30 files changed, 161 insertions(+), 123 deletions(-) delete mode 100644 common/changes/@visactor/vrender-components/feat-label-callback-params_2025-01-26-07-07.json delete mode 100644 common/changes/@visactor/vrender-components/fix-title-vertical-align_2025-01-16-10-33.json delete mode 100644 common/changes/@visactor/vrender-core/feat-label-callback-params_2025-01-26-07-07.json delete mode 100644 common/changes/@visactor/vrender-core/fix-inversify-optional_2025-01-27-04-55.json delete mode 100644 common/changes/@visactor/vrender-core/fix-label-increaseCount_2025-01-16-06-26.json delete mode 100644 common/changes/@visactor/vrender-core/fix-title-vertical-align_2025-01-16-10-33.json delete mode 100644 common/changes/@visactor/vrender-kits/fix-inversify-optional_2025-01-27-04-55.json delete mode 100644 common/changes/@visactor/vrender/fix-inversify-optional_2025-01-27-04-55.json diff --git a/common/changes/@visactor/vrender-components/feat-label-callback-params_2025-01-26-07-07.json b/common/changes/@visactor/vrender-components/feat-label-callback-params_2025-01-26-07-07.json deleted file mode 100644 index d73443990..000000000 --- a/common/changes/@visactor/vrender-components/feat-label-callback-params_2025-01-26-07-07.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add instance to the callback of label\n\n", - "type": "none", - "packageName": "@visactor/vrender-components" - } - ], - "packageName": "@visactor/vrender-components", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-components/fix-title-vertical-align_2025-01-16-10-33.json b/common/changes/@visactor/vrender-components/fix-title-vertical-align_2025-01-16-10-33.json deleted file mode 100644 index 3756a84d6..000000000 --- a/common/changes/@visactor/vrender-components/fix-title-vertical-align_2025-01-16-10-33.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: fix layout of title when not set height\n\n", - "type": "none", - "packageName": "@visactor/vrender-components" - } - ], - "packageName": "@visactor/vrender-components", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/feat-label-callback-params_2025-01-26-07-07.json b/common/changes/@visactor/vrender-core/feat-label-callback-params_2025-01-26-07-07.json deleted file mode 100644 index c7c28495d..000000000 --- a/common/changes/@visactor/vrender-core/feat-label-callback-params_2025-01-26-07-07.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add instance to the callback of label\n\n", - "type": "none", - "packageName": "@visactor/vrender-core" - } - ], - "packageName": "@visactor/vrender-core", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/fix-inversify-optional_2025-01-27-04-55.json b/common/changes/@visactor/vrender-core/fix-inversify-optional_2025-01-27-04-55.json deleted file mode 100644 index f91a9b3dc..000000000 --- a/common/changes/@visactor/vrender-core/fix-inversify-optional_2025-01-27-04-55.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-core", - "comment": "fix: fix issue with inversify error when nobind", - "type": "none" - } - ], - "packageName": "@visactor/vrender-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/fix-label-increaseCount_2025-01-16-06-26.json b/common/changes/@visactor/vrender-core/fix-label-increaseCount_2025-01-16-06-26.json deleted file mode 100644 index c2e045c77..000000000 --- a/common/changes/@visactor/vrender-core/fix-label-increaseCount_2025-01-16-06-26.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-core", - "comment": "fix: fix the issue where the final text of the label increase count animation is incorrect", - "type": "none" - } - ], - "packageName": "@visactor/vrender-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/fix-title-vertical-align_2025-01-16-10-33.json b/common/changes/@visactor/vrender-core/fix-title-vertical-align_2025-01-16-10-33.json deleted file mode 100644 index a41dc4370..000000000 --- a/common/changes/@visactor/vrender-core/fix-title-vertical-align_2025-01-16-10-33.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: fix layout of title when not set height\n\n", - "type": "none", - "packageName": "@visactor/vrender-core" - } - ], - "packageName": "@visactor/vrender-core", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-kits/fix-inversify-optional_2025-01-27-04-55.json b/common/changes/@visactor/vrender-kits/fix-inversify-optional_2025-01-27-04-55.json deleted file mode 100644 index 4364581bd..000000000 --- a/common/changes/@visactor/vrender-kits/fix-inversify-optional_2025-01-27-04-55.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-kits", - "comment": "fix: fix issue with inversify error when nobind", - "type": "none" - } - ], - "packageName": "@visactor/vrender-kits" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender/fix-inversify-optional_2025-01-27-04-55.json b/common/changes/@visactor/vrender/fix-inversify-optional_2025-01-27-04-55.json deleted file mode 100644 index 0cc784b11..000000000 --- a/common/changes/@visactor/vrender/fix-inversify-optional_2025-01-27-04-55.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender", - "comment": "fix: fix issue with inversify error when nobind", - "type": "none" - } - ], - "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 25a4fb9e4..4b8ccb763 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -14,7 +14,7 @@ importers: '@types/react-dom': ^18.0.0 '@visactor/vchart': 1.3.0 '@visactor/vgrammar': ~0.5.7 - '@visactor/vrender': workspace:0.21.11 + '@visactor/vrender': workspace:0.21.12 '@visactor/vutils': ~0.19.3 '@vitejs/plugin-react': 3.1.0 axios: ^1.4.0 @@ -71,7 +71,7 @@ importers: '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 '@types/react-reconciler': ^0.28.2 - '@visactor/vrender': workspace:0.21.11 + '@visactor/vrender': workspace:0.21.12 '@visactor/vutils': ~0.19.3 '@vitejs/plugin-react': 3.1.0 cross-env: ^7.0.3 @@ -111,8 +111,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/react-vrender': workspace:0.21.11 - '@visactor/vrender': workspace:0.21.11 + '@visactor/react-vrender': workspace:0.21.12 + '@visactor/vrender': workspace:0.21.12 '@visactor/vutils': ~0.19.3 '@vitejs/plugin-react': 3.1.0 cross-env: ^7.0.3 @@ -153,8 +153,8 @@ importers: '@types/jest': ^26.0.0 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vrender-core': workspace:0.21.11 - '@visactor/vrender-kits': workspace:0.21.11 + '@visactor/vrender-core': workspace:0.21.12 + '@visactor/vrender-kits': workspace:0.21.12 '@visactor/vutils': ~0.19.3 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 @@ -200,8 +200,8 @@ importers: '@internal/ts-config': workspace:* '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ^26.0.0 - '@visactor/vrender-core': workspace:0.21.11 - '@visactor/vrender-kits': workspace:0.21.11 + '@visactor/vrender-core': workspace:0.21.12 + '@visactor/vrender-kits': workspace:0.21.12 '@visactor/vscale': ~0.19.3 '@visactor/vutils': ~0.19.3 cross-env: ^7.0.3 @@ -287,7 +287,7 @@ importers: '@types/node-fetch': 2.6.4 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vrender-core': workspace:0.21.11 + '@visactor/vrender-core': workspace:0.21.12 '@visactor/vutils': ~0.19.3 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 @@ -371,10 +371,10 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/node': '*' '@types/node-fetch': 2.6.4 - '@visactor/vrender': workspace:0.21.11 - '@visactor/vrender-components': workspace:0.21.11 - '@visactor/vrender-core': workspace:0.21.11 - '@visactor/vrender-kits': workspace:0.21.11 + '@visactor/vrender': workspace:0.21.12 + '@visactor/vrender-components': workspace:0.21.12 + '@visactor/vrender-core': workspace:0.21.12 + '@visactor/vrender-kits': workspace:0.21.12 cross-env: ^7.0.3 eslint: ~8.18.0 form-data: ~4.0.0 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 99fbf753b..5bd29e7c3 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.21.11","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.21.12","nextBump":"patch"}] diff --git a/docs/package.json b/docs/package.json index a92fbb445..f3508a043 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@visactor/vchart": "1.3.0", "@visactor/vutils": "~0.19.3", "@visactor/vgrammar": "~0.5.7", - "@visactor/vrender": "workspace:0.21.11", + "@visactor/vrender": "workspace:0.21.12", "markdown-it": "^13.0.0", "highlight.js": "^11.8.0", "axios": "^1.4.0", diff --git a/packages/react-vrender-utils/CHANGELOG.json b/packages/react-vrender-utils/CHANGELOG.json index fbabfac66..3b80592e8 100644 --- a/packages/react-vrender-utils/CHANGELOG.json +++ b/packages/react-vrender-utils/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/react-vrender-utils", "entries": [ + { + "version": "0.21.12", + "tag": "@visactor/react-vrender-utils_v0.21.12", + "date": "Wed, 05 Feb 2025 07:04:09 GMT", + "comments": {} + }, { "version": "0.21.11", "tag": "@visactor/react-vrender-utils_v0.21.11", diff --git a/packages/react-vrender-utils/CHANGELOG.md b/packages/react-vrender-utils/CHANGELOG.md index daf9b8d5b..c3c5605eb 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 Wed, 15 Jan 2025 12:13:28 GMT and should not be manually modified. +This log was last generated on Wed, 05 Feb 2025 07:04:09 GMT and should not be manually modified. + +## 0.21.12 +Wed, 05 Feb 2025 07:04:09 GMT + +_Version update only_ ## 0.21.11 Wed, 15 Jan 2025 12:13:28 GMT diff --git a/packages/react-vrender-utils/package.json b/packages/react-vrender-utils/package.json index 28cd77eaa..80062a225 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.21.11", + "version": "0.21.12", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.21.11", - "@visactor/react-vrender": "workspace:0.21.11", + "@visactor/vrender": "workspace:0.21.12", + "@visactor/react-vrender": "workspace:0.21.12", "@visactor/vutils": "~0.19.3", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/react-vrender/CHANGELOG.json b/packages/react-vrender/CHANGELOG.json index 32a1f856c..f6e02e49b 100644 --- a/packages/react-vrender/CHANGELOG.json +++ b/packages/react-vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/react-vrender", "entries": [ + { + "version": "0.21.12", + "tag": "@visactor/react-vrender_v0.21.12", + "date": "Wed, 05 Feb 2025 07:04:09 GMT", + "comments": {} + }, { "version": "0.21.11", "tag": "@visactor/react-vrender_v0.21.11", diff --git a/packages/react-vrender/CHANGELOG.md b/packages/react-vrender/CHANGELOG.md index b78820d42..df082e734 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 Wed, 15 Jan 2025 12:13:28 GMT and should not be manually modified. +This log was last generated on Wed, 05 Feb 2025 07:04:09 GMT and should not be manually modified. + +## 0.21.12 +Wed, 05 Feb 2025 07:04:09 GMT + +_Version update only_ ## 0.21.11 Wed, 15 Jan 2025 12:13:28 GMT diff --git a/packages/react-vrender/package.json b/packages/react-vrender/package.json index 557b4a910..5df1592b3 100644 --- a/packages/react-vrender/package.json +++ b/packages/react-vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender", - "version": "0.21.11", + "version": "0.21.12", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -23,7 +23,7 @@ "react": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.21.11", + "@visactor/vrender": "workspace:0.21.12", "@visactor/vutils": "~0.19.3", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/vrender-components/CHANGELOG.json b/packages/vrender-components/CHANGELOG.json index 4439c1d97..9b82294a8 100644 --- a/packages/vrender-components/CHANGELOG.json +++ b/packages/vrender-components/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@visactor/vrender-components", "entries": [ + { + "version": "0.21.12", + "tag": "@visactor/vrender-components_v0.21.12", + "date": "Wed, 05 Feb 2025 07:04:09 GMT", + "comments": { + "none": [ + { + "comment": "feat: add instance to the callback of label\n\n" + }, + { + "comment": "fix: fix layout of title when not set height\n\n" + } + ] + } + }, { "version": "0.21.11", "tag": "@visactor/vrender-components_v0.21.11", diff --git a/packages/vrender-components/CHANGELOG.md b/packages/vrender-components/CHANGELOG.md index 73a5931d0..7ef14c960 100644 --- a/packages/vrender-components/CHANGELOG.md +++ b/packages/vrender-components/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log - @visactor/vrender-components -This log was last generated on Wed, 15 Jan 2025 12:13:28 GMT and should not be manually modified. +This log was last generated on Wed, 05 Feb 2025 07:04:09 GMT and should not be manually modified. + +## 0.21.12 +Wed, 05 Feb 2025 07:04:09 GMT + +### Updates + +- feat: add instance to the callback of label + + +- fix: fix layout of title when not set height + + ## 0.21.11 Wed, 15 Jan 2025 12:13:28 GMT diff --git a/packages/vrender-components/package.json b/packages/vrender-components/package.json index 84cfdeaae..76f14bfb9 100644 --- a/packages/vrender-components/package.json +++ b/packages/vrender-components/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-components", - "version": "0.21.11", + "version": "0.21.12", "description": "components library for dp visualization", "sideEffects": false, "main": "cjs/index.js", @@ -27,8 +27,8 @@ "dependencies": { "@visactor/vutils": "~0.19.3", "@visactor/vscale": "~0.19.3", - "@visactor/vrender-core": "workspace:0.21.11", - "@visactor/vrender-kits": "workspace:0.21.11" + "@visactor/vrender-core": "workspace:0.21.12", + "@visactor/vrender-kits": "workspace:0.21.12" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vrender-core/CHANGELOG.json b/packages/vrender-core/CHANGELOG.json index 1a102ef58..96ad5a3bb 100644 --- a/packages/vrender-core/CHANGELOG.json +++ b/packages/vrender-core/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@visactor/vrender-core", "entries": [ + { + "version": "0.21.12", + "tag": "@visactor/vrender-core_v0.21.12", + "date": "Wed, 05 Feb 2025 07:04:09 GMT", + "comments": { + "none": [ + { + "comment": "feat: add instance to the callback of label\n\n" + }, + { + "comment": "fix: fix issue with inversify error when nobind" + }, + { + "comment": "fix: fix the issue where the final text of the label increase count animation is incorrect" + }, + { + "comment": "fix: fix layout of title when not set height\n\n" + } + ] + } + }, { "version": "0.21.11", "tag": "@visactor/vrender-core_v0.21.11", diff --git a/packages/vrender-core/CHANGELOG.md b/packages/vrender-core/CHANGELOG.md index 22ccc7912..1713fe8ee 100644 --- a/packages/vrender-core/CHANGELOG.md +++ b/packages/vrender-core/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log - @visactor/vrender-core -This log was last generated on Wed, 15 Jan 2025 12:13:28 GMT and should not be manually modified. +This log was last generated on Wed, 05 Feb 2025 07:04:09 GMT and should not be manually modified. + +## 0.21.12 +Wed, 05 Feb 2025 07:04:09 GMT + +### Updates + +- feat: add instance to the callback of label + + +- fix: fix issue with inversify error when nobind +- fix: fix the issue where the final text of the label increase count animation is incorrect +- fix: fix layout of title when not set height + + ## 0.21.11 Wed, 15 Jan 2025 12:13:28 GMT diff --git a/packages/vrender-core/package.json b/packages/vrender-core/package.json index 412c41247..06b47fc9d 100644 --- a/packages/vrender-core/package.json +++ b/packages/vrender-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-core", - "version": "0.21.11", + "version": "0.21.12", "description": "", "sideEffects": [ "./src/modules.ts", diff --git a/packages/vrender-kits/CHANGELOG.json b/packages/vrender-kits/CHANGELOG.json index 47b13d4ba..86cd53954 100644 --- a/packages/vrender-kits/CHANGELOG.json +++ b/packages/vrender-kits/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender-kits", "entries": [ + { + "version": "0.21.12", + "tag": "@visactor/vrender-kits_v0.21.12", + "date": "Wed, 05 Feb 2025 07:04:09 GMT", + "comments": { + "none": [ + { + "comment": "fix: fix issue with inversify error when nobind" + } + ] + } + }, { "version": "0.21.11", "tag": "@visactor/vrender-kits_v0.21.11", diff --git a/packages/vrender-kits/CHANGELOG.md b/packages/vrender-kits/CHANGELOG.md index 05373f818..f21d755c2 100644 --- a/packages/vrender-kits/CHANGELOG.md +++ b/packages/vrender-kits/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vrender-kits -This log was last generated on Wed, 15 Jan 2025 12:13:28 GMT and should not be manually modified. +This log was last generated on Wed, 05 Feb 2025 07:04:09 GMT and should not be manually modified. + +## 0.21.12 +Wed, 05 Feb 2025 07:04:09 GMT + +### Updates + +- fix: fix issue with inversify error when nobind ## 0.21.11 Wed, 15 Jan 2025 12:13:28 GMT diff --git a/packages/vrender-kits/package.json b/packages/vrender-kits/package.json index 952e4ea90..79b9c6b29 100644 --- a/packages/vrender-kits/package.json +++ b/packages/vrender-kits/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-kits", - "version": "0.21.11", + "version": "0.21.12", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@visactor/vutils": "~0.19.3", - "@visactor/vrender-core": "workspace:0.21.11", + "@visactor/vrender-core": "workspace:0.21.12", "@resvg/resvg-js": "2.4.1", "roughjs": "4.5.2", "gifuct-js": "2.1.2" diff --git a/packages/vrender/CHANGELOG.json b/packages/vrender/CHANGELOG.json index 1669400f0..3b70da580 100644 --- a/packages/vrender/CHANGELOG.json +++ b/packages/vrender/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender", "entries": [ + { + "version": "0.21.12", + "tag": "@visactor/vrender_v0.21.12", + "date": "Wed, 05 Feb 2025 07:04:09 GMT", + "comments": { + "none": [ + { + "comment": "fix: fix issue with inversify error when nobind" + } + ] + } + }, { "version": "0.21.11", "tag": "@visactor/vrender_v0.21.11", diff --git a/packages/vrender/CHANGELOG.md b/packages/vrender/CHANGELOG.md index e70a79a89..4ba706562 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 Wed, 15 Jan 2025 12:13:28 GMT and should not be manually modified. +This log was last generated on Wed, 05 Feb 2025 07:04:09 GMT and should not be manually modified. + +## 0.21.12 +Wed, 05 Feb 2025 07:04:09 GMT + +### Updates + +- fix: fix issue with inversify error when nobind ## 0.21.11 Wed, 15 Jan 2025 12:13:28 GMT diff --git a/packages/vrender/package.json b/packages/vrender/package.json index dfbdddca5..6288c7421 100644 --- a/packages/vrender/package.json +++ b/packages/vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender", - "version": "0.21.11", + "version": "0.21.12", "description": "", "sideEffects": true, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "test-watch": "cross-env DEBUG_MODE=1 jest --watch" }, "dependencies": { - "@visactor/vrender-core": "workspace:0.21.11", - "@visactor/vrender-kits": "workspace:0.21.11" + "@visactor/vrender-core": "workspace:0.21.12", + "@visactor/vrender-kits": "workspace:0.21.12" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/tools/bugserver-trigger/package.json b/tools/bugserver-trigger/package.json index 16772bf11..fc67ccac9 100644 --- a/tools/bugserver-trigger/package.json +++ b/tools/bugserver-trigger/package.json @@ -8,10 +8,10 @@ "ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts" }, "dependencies": { - "@visactor/vrender": "workspace:0.21.11", - "@visactor/vrender-core": "workspace:0.21.11", - "@visactor/vrender-kits": "workspace:0.21.11", - "@visactor/vrender-components": "workspace:0.21.11" + "@visactor/vrender": "workspace:0.21.12", + "@visactor/vrender-core": "workspace:0.21.12", + "@visactor/vrender-kits": "workspace:0.21.12", + "@visactor/vrender-components": "workspace:0.21.12" }, "devDependencies": { "@rushstack/eslint-patch": "~1.1.4",