From e560f9bd4ce1b91d0f1efb73044afdded0f42e39 Mon Sep 17 00:00:00 2001 From: zhouxinyu Date: Mon, 18 Nov 2024 17:58:34 +0800 Subject: [PATCH 1/2] fix: fix version issue --- common/config/rush/pnpm-lock.yaml | 20 ++++++++++---------- packages/vstory-animate/package.json | 4 ++-- packages/vstory-core/package.json | 2 +- packages/vstory-editor/package.json | 4 ++-- packages/vstory-player/package.json | 6 +++--- packages/vstory-templates/package.json | 4 ++-- packages/vstory/package.json | 10 +++++----- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 366c6588..4552719a 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -78,11 +78,11 @@ importers: '@types/jest': ^26.0.0 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vstory-animate': workspace:0.0.7 - '@visactor/vstory-core': workspace:0.0.7 - '@visactor/vstory-editor': workspace:0.0.7 - '@visactor/vstory-player': workspace:0.0.7 - '@visactor/vstory-templates': workspace:0.0.7 + '@visactor/vstory-animate': workspace:0.0.10 + '@visactor/vstory-core': workspace:0.0.10 + '@visactor/vstory-editor': workspace:0.0.10 + '@visactor/vstory-player': workspace:0.0.10 + '@visactor/vstory-templates': workspace:0.0.10 '@visactor/vutils': ~0.18.17 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 @@ -151,7 +151,7 @@ importers: '@visactor/vrender-core': 0.21.0-vstory.2 '@visactor/vrender-kits': 0.21.0-vstory.2 '@visactor/vscale': 0.18.5 - '@visactor/vstory-core': workspace:0.0.7 + '@visactor/vstory-core': workspace:0.0.10 '@visactor/vtable': 1.10.1 '@visactor/vutils': ~0.18.17 '@vitejs/plugin-react': 3.1.0 @@ -299,7 +299,7 @@ importers: '@visactor/vrender-core': 0.21.0-vstory.2 '@visactor/vrender-kits': 0.21.0-vstory.2 '@visactor/vscale': 0.18.5 - '@visactor/vstory-core': workspace:0.0.7 + '@visactor/vstory-core': workspace:0.0.10 '@visactor/vtable': 1.10.1 '@visactor/vutils': ~0.18.17 '@vitejs/plugin-react': 3.1.0 @@ -374,8 +374,8 @@ importers: '@visactor/vrender-core': 0.21.0-vstory.2 '@visactor/vrender-kits': 0.21.0-vstory.2 '@visactor/vscale': 0.18.5 - '@visactor/vstory-animate': workspace:0.0.7 - '@visactor/vstory-core': workspace:0.0.7 + '@visactor/vstory-animate': workspace:0.0.10 + '@visactor/vstory-core': workspace:0.0.10 '@visactor/vtable': 1.10.1 '@visactor/vutils': ~0.18.17 '@vitejs/plugin-react': 3.1.0 @@ -451,7 +451,7 @@ importers: '@visactor/vrender-core': 0.21.0-vstory.2 '@visactor/vrender-kits': 0.21.0-vstory.2 '@visactor/vscale': 0.18.5 - '@visactor/vstory-core': workspace:0.0.7 + '@visactor/vstory-core': workspace:0.0.10 '@visactor/vtable': 1.10.1 '@visactor/vutils': ~0.18.17 '@vitejs/plugin-react': 3.1.0 diff --git a/packages/vstory-animate/package.json b/packages/vstory-animate/package.json index a268cc53..97d33f86 100644 --- a/packages/vstory-animate/package.json +++ b/packages/vstory-animate/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-animate", - "version": "0.0.7", + "version": "0.0.10", "description": "", "sideEffects": true, "main": "cjs/index.js", @@ -34,7 +34,7 @@ "@visactor/vchart-extension": "0.0.3-vstory.2", "@visactor/vdataset": "~0.18.17", "@visactor/vscale": "~0.18.17", - "@visactor/vstory-core": "workspace:0.0.7" + "@visactor/vstory-core": "workspace:0.0.10" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory-core/package.json b/packages/vstory-core/package.json index caac6a78..206c6749 100644 --- a/packages/vstory-core/package.json +++ b/packages/vstory-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-core", - "version": "0.0.7", + "version": "0.0.10", "description": "", "sideEffects": true, "main": "cjs/index.js", diff --git a/packages/vstory-editor/package.json b/packages/vstory-editor/package.json index 6bf50127..b75f0239 100644 --- a/packages/vstory-editor/package.json +++ b/packages/vstory-editor/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-editor", - "version": "0.0.7", + "version": "0.0.10", "description": "", "sideEffects": true, "main": "cjs/index.js", @@ -34,7 +34,7 @@ "@visactor/vchart-extension": "0.0.3-vstory.2", "@visactor/vdataset": "~0.18.17", "@visactor/vscale": "~0.18.17", - "@visactor/vstory-core": "workspace:0.0.7" + "@visactor/vstory-core": "workspace:0.0.10" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory-player/package.json b/packages/vstory-player/package.json index da3b66df..10ccb73c 100644 --- a/packages/vstory-player/package.json +++ b/packages/vstory-player/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-player", - "version": "0.0.7", + "version": "0.0.10", "description": "", "sideEffects": true, "main": "cjs/index.js", @@ -34,8 +34,8 @@ "@visactor/vchart-extension": "0.0.3-vstory.2", "@visactor/vdataset": "~0.18.17", "@visactor/vscale": "~0.18.17", - "@visactor/vstory-core": "workspace:0.0.7", - "@visactor/vstory-animate": "workspace:0.0.7" + "@visactor/vstory-core": "workspace:0.0.10", + "@visactor/vstory-animate": "workspace:0.0.10" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory-templates/package.json b/packages/vstory-templates/package.json index 43eea312..d116454d 100644 --- a/packages/vstory-templates/package.json +++ b/packages/vstory-templates/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-templates", - "version": "0.0.7", + "version": "0.0.10", "description": "", "sideEffects": true, "main": "cjs/index.js", @@ -34,7 +34,7 @@ "@visactor/vchart-extension": "0.0.3-vstory.2", "@visactor/vdataset": "~0.18.17", "@visactor/vscale": "~0.18.17", - "@visactor/vstory-core": "workspace:0.0.7" + "@visactor/vstory-core": "workspace:0.0.10" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory/package.json b/packages/vstory/package.json index 9e2217e1..41cb3a34 100644 --- a/packages/vstory/package.json +++ b/packages/vstory/package.json @@ -24,11 +24,11 @@ "test-watch": "DEBUG_MODE=1 jest --watch" }, "dependencies": { - "@visactor/vstory-core": "workspace:0.0.7", - "@visactor/vstory-animate": "workspace:0.0.7", - "@visactor/vstory-editor": "workspace:0.0.7", - "@visactor/vstory-player": "workspace:0.0.7", - "@visactor/vstory-templates": "workspace:0.0.7" + "@visactor/vstory-core": "workspace:0.0.10", + "@visactor/vstory-animate": "workspace:0.0.10", + "@visactor/vstory-editor": "workspace:0.0.10", + "@visactor/vstory-player": "workspace:0.0.10", + "@visactor/vstory-templates": "workspace:0.0.10" }, "devDependencies": { "@internal/bundler": "workspace:*", From 32aea07011e72be85c985a79a954b8b568302306 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 10:06:43 +0000 Subject: [PATCH 2/2] build: prelease version 0.0.11 --- common/config/rush/pnpm-lock.yaml | 4 ++-- common/config/rush/version-policies.json | 2 +- docs/package.json | 2 +- packages/vstory/CHANGELOG.json | 6 ++++++ packages/vstory/CHANGELOG.md | 7 ++++++- packages/vstory/package.json | 2 +- tools/bugserver-trigger/package.json | 2 +- 7 files changed, 18 insertions(+), 7 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 4552719a..d09ed6f7 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -19,7 +19,7 @@ importers: '@types/markdown-it': ^13.0.0 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vstory': workspace:0.0.10 + '@visactor/vstory': workspace:0.0.11 '@visactor/vutils': ~0.18.17 '@vitejs/plugin-react': 3.1.0 axios: ^1.4.0 @@ -552,7 +552,7 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/node': '*' '@types/node-fetch': 2.6.4 - '@visactor/vstory': workspace:0.0.10 + '@visactor/vstory': workspace:0.0.11 eslint: ~8.18.0 form-data: ~4.0.0 node-fetch: 2.6.6 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index a0390e7a..fbfba27a 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.10","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.11","nextBump":"patch"}] diff --git a/docs/package.json b/docs/package.json index ffdcb411..4c652139 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@arco-design/web-react": "2.46.1", - "@visactor/vstory": "workspace:0.0.10", + "@visactor/vstory": "workspace:0.0.11", "@visactor/vutils": "~0.18.17", "markdown-it": "^13.0.0", "highlight.js": "^11.8.0", diff --git a/packages/vstory/CHANGELOG.json b/packages/vstory/CHANGELOG.json index e1fcec99..ab5d6cbd 100644 --- a/packages/vstory/CHANGELOG.json +++ b/packages/vstory/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vstory", "entries": [ + { + "version": "0.0.11", + "tag": "@visactor/vstory_v0.0.11", + "date": "Mon, 18 Nov 2024 10:02:15 GMT", + "comments": {} + }, { "version": "0.0.10", "tag": "@visactor/vstory_v0.0.10", diff --git a/packages/vstory/CHANGELOG.md b/packages/vstory/CHANGELOG.md index cd4ce171..2121aed9 100644 --- a/packages/vstory/CHANGELOG.md +++ b/packages/vstory/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vstory -This log was last generated on Mon, 18 Nov 2024 09:27:07 GMT and should not be manually modified. +This log was last generated on Mon, 18 Nov 2024 10:02:15 GMT and should not be manually modified. + +## 0.0.11 +Mon, 18 Nov 2024 10:02:15 GMT + +_Version update only_ ## 0.0.10 Mon, 18 Nov 2024 09:27:07 GMT diff --git a/packages/vstory/package.json b/packages/vstory/package.json index 41cb3a34..e20bf795 100644 --- a/packages/vstory/package.json +++ b/packages/vstory/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory", - "version": "0.0.10", + "version": "0.0.11", "description": "", "sideEffects": true, "main": "cjs/index.js", diff --git a/tools/bugserver-trigger/package.json b/tools/bugserver-trigger/package.json index e20237a6..c8bb9bd6 100644 --- a/tools/bugserver-trigger/package.json +++ b/tools/bugserver-trigger/package.json @@ -8,7 +8,7 @@ "ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts" }, "dependencies": { - "@visactor/vstory": "workspace:0.0.10" + "@visactor/vstory": "workspace:0.0.11" }, "devDependencies": { "@rushstack/eslint-patch": "~1.1.4",