From f16d448993ea17f5ae832604f250aa0baa80d554 Mon Sep 17 00:00:00 2001 From: zhouxinyu Date: Mon, 18 Nov 2024 18:28:13 +0800 Subject: [PATCH 1/3] chore: fix publish version issue --- docs/demos/package.json | 2 +- rush.json | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/demos/package.json b/docs/demos/package.json index 5e6a9f90..05a0474c 100644 --- a/docs/demos/package.json +++ b/docs/demos/package.json @@ -32,6 +32,6 @@ "dependencies": { "fast-xml-parser": "4.2.7", "inversify": "6.0.1", - "@visactor/vstory": "workspace:0.0.1" + "@visactor/vstory": "workspace:0.0.10" } } diff --git a/rush.json b/rush.json index 55746478..cfabb784 100644 --- a/rush.json +++ b/rush.json @@ -30,31 +30,36 @@ "packageName": "@visactor/vstory-core", "projectFolder": "packages/vstory-core", "tags": ["package"], - "shouldPublish": true + "shouldPublish": true, + "versionPolicyName": "vstoryMain" }, { "packageName": "@visactor/vstory-animate", "projectFolder": "packages/vstory-animate", "tags": ["package"], - "shouldPublish": true + "shouldPublish": true, + "versionPolicyName": "vstoryMain" }, { "packageName": "@visactor/vstory-editor", "projectFolder": "packages/vstory-editor", "tags": ["package"], - "shouldPublish": true + "shouldPublish": true, + "versionPolicyName": "vstoryMain" }, { "packageName": "@visactor/vstory-templates", "projectFolder": "packages/vstory-templates", "tags": ["package"], - "shouldPublish": true + "shouldPublish": true, + "versionPolicyName": "vstoryMain" }, { "packageName": "@visactor/vstory-player", "projectFolder": "packages/vstory-player", "tags": ["package"], - "shouldPublish": true + "shouldPublish": true, + "versionPolicyName": "vstoryMain" }, { "packageName": "@internal/bundler", From cdc31436d7425d68651e6107a0b6cb789906297b Mon Sep 17 00:00:00 2001 From: zhouxinyu Date: Mon, 18 Nov 2024 18:31:54 +0800 Subject: [PATCH 2/3] chore: fix publish version issue --- common/config/rush/pnpm-lock.yaml | 20 ++++++++++---------- docs/demos/package.json | 2 +- 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/CHANGELOG.json | 4 ++-- packages/vstory/package.json | 10 +++++----- 9 files changed, 28 insertions(+), 28 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index d09ed6f7..90dcf3b5 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.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/vstory-animate': workspace:0.0.11 + '@visactor/vstory-core': workspace:0.0.11 + '@visactor/vstory-editor': workspace:0.0.11 + '@visactor/vstory-player': workspace:0.0.11 + '@visactor/vstory-templates': workspace:0.0.11 '@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.10 + '@visactor/vstory-core': workspace:0.0.11 '@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.10 + '@visactor/vstory-core': workspace:0.0.11 '@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.10 - '@visactor/vstory-core': workspace:0.0.10 + '@visactor/vstory-animate': workspace:0.0.11 + '@visactor/vstory-core': workspace:0.0.11 '@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.10 + '@visactor/vstory-core': workspace:0.0.11 '@visactor/vtable': 1.10.1 '@visactor/vutils': ~0.18.17 '@vitejs/plugin-react': 3.1.0 diff --git a/docs/demos/package.json b/docs/demos/package.json index 05a0474c..37a749be 100644 --- a/docs/demos/package.json +++ b/docs/demos/package.json @@ -32,6 +32,6 @@ "dependencies": { "fast-xml-parser": "4.2.7", "inversify": "6.0.1", - "@visactor/vstory": "workspace:0.0.10" + "@visactor/vstory": "workspace:0.0.11" } } diff --git a/packages/vstory-animate/package.json b/packages/vstory-animate/package.json index 97d33f86..6a8563d2 100644 --- a/packages/vstory-animate/package.json +++ b/packages/vstory-animate/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-animate", - "version": "0.0.10", + "version": "0.0.11", "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.10" + "@visactor/vstory-core": "workspace:0.0.11" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory-core/package.json b/packages/vstory-core/package.json index 206c6749..f8757088 100644 --- a/packages/vstory-core/package.json +++ b/packages/vstory-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-core", - "version": "0.0.10", + "version": "0.0.11", "description": "", "sideEffects": true, "main": "cjs/index.js", diff --git a/packages/vstory-editor/package.json b/packages/vstory-editor/package.json index b75f0239..781d88bf 100644 --- a/packages/vstory-editor/package.json +++ b/packages/vstory-editor/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-editor", - "version": "0.0.10", + "version": "0.0.11", "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.10" + "@visactor/vstory-core": "workspace:0.0.11" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory-player/package.json b/packages/vstory-player/package.json index 10ccb73c..6c50296d 100644 --- a/packages/vstory-player/package.json +++ b/packages/vstory-player/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-player", - "version": "0.0.10", + "version": "0.0.11", "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.10", - "@visactor/vstory-animate": "workspace:0.0.10" + "@visactor/vstory-core": "workspace:0.0.11", + "@visactor/vstory-animate": "workspace:0.0.11" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory-templates/package.json b/packages/vstory-templates/package.json index d116454d..e4f99f60 100644 --- a/packages/vstory-templates/package.json +++ b/packages/vstory-templates/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-templates", - "version": "0.0.10", + "version": "0.0.11", "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.10" + "@visactor/vstory-core": "workspace:0.0.11" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory/CHANGELOG.json b/packages/vstory/CHANGELOG.json index ab5d6cbd..3ea5b66d 100644 --- a/packages/vstory/CHANGELOG.json +++ b/packages/vstory/CHANGELOG.json @@ -8,8 +8,8 @@ "comments": {} }, { - "version": "0.0.10", - "tag": "@visactor/vstory_v0.0.10", + "version": "0.0.11", + "tag": "@visactor/vstory_v0.0.11", "date": "Mon, 18 Nov 2024 09:27:07 GMT", "comments": {} }, diff --git a/packages/vstory/package.json b/packages/vstory/package.json index e20bf795..95ce1fef 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.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" + "@visactor/vstory-core": "workspace:0.0.11", + "@visactor/vstory-animate": "workspace:0.0.11", + "@visactor/vstory-editor": "workspace:0.0.11", + "@visactor/vstory-player": "workspace:0.0.11", + "@visactor/vstory-templates": "workspace:0.0.11" }, "devDependencies": { "@internal/bundler": "workspace:*", From 9e5d98233d40ba098127fd666b7070c1feb52b0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 10:39:25 +0000 Subject: [PATCH 3/3] build: prelease version 0.0.12 --- common/config/rush/pnpm-lock.yaml | 24 ++++++++++++------------ common/config/rush/version-policies.json | 2 +- docs/package.json | 2 +- packages/vstory-animate/CHANGELOG.json | 9 ++++++++- packages/vstory-animate/CHANGELOG.md | 9 +++++++++ packages/vstory-animate/package.json | 4 ++-- packages/vstory-core/CHANGELOG.json | 9 ++++++++- packages/vstory-core/CHANGELOG.md | 9 +++++++++ packages/vstory-core/package.json | 2 +- packages/vstory-editor/CHANGELOG.json | 9 ++++++++- packages/vstory-editor/CHANGELOG.md | 9 +++++++++ packages/vstory-editor/package.json | 4 ++-- packages/vstory-player/CHANGELOG.json | 9 ++++++++- packages/vstory-player/CHANGELOG.md | 9 +++++++++ packages/vstory-player/package.json | 6 +++--- packages/vstory-templates/CHANGELOG.json | 9 ++++++++- packages/vstory-templates/CHANGELOG.md | 9 +++++++++ packages/vstory-templates/package.json | 4 ++-- packages/vstory/CHANGELOG.json | 6 ++++++ packages/vstory/CHANGELOG.md | 9 +++++++-- packages/vstory/package.json | 12 ++++++------ tools/bugserver-trigger/package.json | 2 +- 22 files changed, 129 insertions(+), 38 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 90dcf3b5..2a4d3093 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.11 + '@visactor/vstory': workspace:0.0.12 '@visactor/vutils': ~0.18.17 '@vitejs/plugin-react': 3.1.0 axios: ^1.4.0 @@ -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.11 - '@visactor/vstory-core': workspace:0.0.11 - '@visactor/vstory-editor': workspace:0.0.11 - '@visactor/vstory-player': workspace:0.0.11 - '@visactor/vstory-templates': workspace:0.0.11 + '@visactor/vstory-animate': workspace:0.0.12 + '@visactor/vstory-core': workspace:0.0.12 + '@visactor/vstory-editor': workspace:0.0.12 + '@visactor/vstory-player': workspace:0.0.12 + '@visactor/vstory-templates': workspace:0.0.12 '@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.11 + '@visactor/vstory-core': workspace:0.0.12 '@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.11 + '@visactor/vstory-core': workspace:0.0.12 '@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.11 - '@visactor/vstory-core': workspace:0.0.11 + '@visactor/vstory-animate': workspace:0.0.12 + '@visactor/vstory-core': workspace:0.0.12 '@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.11 + '@visactor/vstory-core': workspace:0.0.12 '@visactor/vtable': 1.10.1 '@visactor/vutils': ~0.18.17 '@vitejs/plugin-react': 3.1.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.11 + '@visactor/vstory': workspace:0.0.12 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 fbfba27a..0ecdf1ce 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.11","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.12","nextBump":"patch"}] diff --git a/docs/package.json b/docs/package.json index 4c652139..189fd7e4 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.11", + "@visactor/vstory": "workspace:0.0.12", "@visactor/vutils": "~0.18.17", "markdown-it": "^13.0.0", "highlight.js": "^11.8.0", diff --git a/packages/vstory-animate/CHANGELOG.json b/packages/vstory-animate/CHANGELOG.json index 071be7d6..94e6676c 100644 --- a/packages/vstory-animate/CHANGELOG.json +++ b/packages/vstory-animate/CHANGELOG.json @@ -1,4 +1,11 @@ { "name": "@visactor/vstory-animate", - "entries": [] + "entries": [ + { + "version": "0.0.12", + "tag": "@visactor/vstory-animate_v0.0.12", + "date": "Mon, 18 Nov 2024 10:35:05 GMT", + "comments": {} + } + ] } diff --git a/packages/vstory-animate/CHANGELOG.md b/packages/vstory-animate/CHANGELOG.md index e69de29b..22d8c58f 100644 --- a/packages/vstory-animate/CHANGELOG.md +++ b/packages/vstory-animate/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @visactor/vstory-animate + +This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified. + +## 0.0.12 +Mon, 18 Nov 2024 10:35:05 GMT + +_Initial release_ + diff --git a/packages/vstory-animate/package.json b/packages/vstory-animate/package.json index 6a8563d2..175f8f03 100644 --- a/packages/vstory-animate/package.json +++ b/packages/vstory-animate/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-animate", - "version": "0.0.11", + "version": "0.0.12", "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.11" + "@visactor/vstory-core": "workspace:0.0.12" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory-core/CHANGELOG.json b/packages/vstory-core/CHANGELOG.json index 94b96811..0d0aa18d 100644 --- a/packages/vstory-core/CHANGELOG.json +++ b/packages/vstory-core/CHANGELOG.json @@ -1,4 +1,11 @@ { "name": "@visactor/vstory-core", - "entries": [] + "entries": [ + { + "version": "0.0.12", + "tag": "@visactor/vstory-core_v0.0.12", + "date": "Mon, 18 Nov 2024 10:35:05 GMT", + "comments": {} + } + ] } diff --git a/packages/vstory-core/CHANGELOG.md b/packages/vstory-core/CHANGELOG.md index e69de29b..5dd5c3ef 100644 --- a/packages/vstory-core/CHANGELOG.md +++ b/packages/vstory-core/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @visactor/vstory-core + +This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified. + +## 0.0.12 +Mon, 18 Nov 2024 10:35:05 GMT + +_Initial release_ + diff --git a/packages/vstory-core/package.json b/packages/vstory-core/package.json index f8757088..7d8b5492 100644 --- a/packages/vstory-core/package.json +++ b/packages/vstory-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-core", - "version": "0.0.11", + "version": "0.0.12", "description": "", "sideEffects": true, "main": "cjs/index.js", diff --git a/packages/vstory-editor/CHANGELOG.json b/packages/vstory-editor/CHANGELOG.json index 9e7493c4..aae4a958 100644 --- a/packages/vstory-editor/CHANGELOG.json +++ b/packages/vstory-editor/CHANGELOG.json @@ -1,4 +1,11 @@ { "name": "@visactor/vstory-editor", - "entries": [] + "entries": [ + { + "version": "0.0.12", + "tag": "@visactor/vstory-editor_v0.0.12", + "date": "Mon, 18 Nov 2024 10:35:05 GMT", + "comments": {} + } + ] } diff --git a/packages/vstory-editor/CHANGELOG.md b/packages/vstory-editor/CHANGELOG.md index e69de29b..cef5cbfb 100644 --- a/packages/vstory-editor/CHANGELOG.md +++ b/packages/vstory-editor/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @visactor/vstory-editor + +This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified. + +## 0.0.12 +Mon, 18 Nov 2024 10:35:05 GMT + +_Initial release_ + diff --git a/packages/vstory-editor/package.json b/packages/vstory-editor/package.json index 781d88bf..112d9fc0 100644 --- a/packages/vstory-editor/package.json +++ b/packages/vstory-editor/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-editor", - "version": "0.0.11", + "version": "0.0.12", "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.11" + "@visactor/vstory-core": "workspace:0.0.12" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory-player/CHANGELOG.json b/packages/vstory-player/CHANGELOG.json index c08da36a..aaf67921 100644 --- a/packages/vstory-player/CHANGELOG.json +++ b/packages/vstory-player/CHANGELOG.json @@ -1,4 +1,11 @@ { "name": "@visactor/vstory-player", - "entries": [] + "entries": [ + { + "version": "0.0.12", + "tag": "@visactor/vstory-player_v0.0.12", + "date": "Mon, 18 Nov 2024 10:35:05 GMT", + "comments": {} + } + ] } diff --git a/packages/vstory-player/CHANGELOG.md b/packages/vstory-player/CHANGELOG.md index e69de29b..71c26b5c 100644 --- a/packages/vstory-player/CHANGELOG.md +++ b/packages/vstory-player/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @visactor/vstory-player + +This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified. + +## 0.0.12 +Mon, 18 Nov 2024 10:35:05 GMT + +_Initial release_ + diff --git a/packages/vstory-player/package.json b/packages/vstory-player/package.json index 6c50296d..d7c23a40 100644 --- a/packages/vstory-player/package.json +++ b/packages/vstory-player/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-player", - "version": "0.0.11", + "version": "0.0.12", "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.11", - "@visactor/vstory-animate": "workspace:0.0.11" + "@visactor/vstory-core": "workspace:0.0.12", + "@visactor/vstory-animate": "workspace:0.0.12" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory-templates/CHANGELOG.json b/packages/vstory-templates/CHANGELOG.json index 97e00c72..bf4d3c20 100644 --- a/packages/vstory-templates/CHANGELOG.json +++ b/packages/vstory-templates/CHANGELOG.json @@ -1,4 +1,11 @@ { "name": "@visactor/vstory-templates", - "entries": [] + "entries": [ + { + "version": "0.0.12", + "tag": "@visactor/vstory-templates_v0.0.12", + "date": "Mon, 18 Nov 2024 10:35:05 GMT", + "comments": {} + } + ] } diff --git a/packages/vstory-templates/CHANGELOG.md b/packages/vstory-templates/CHANGELOG.md index e69de29b..32dc5025 100644 --- a/packages/vstory-templates/CHANGELOG.md +++ b/packages/vstory-templates/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log - @visactor/vstory-templates + +This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified. + +## 0.0.12 +Mon, 18 Nov 2024 10:35:05 GMT + +_Initial release_ + diff --git a/packages/vstory-templates/package.json b/packages/vstory-templates/package.json index e4f99f60..23191454 100644 --- a/packages/vstory-templates/package.json +++ b/packages/vstory-templates/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory-templates", - "version": "0.0.11", + "version": "0.0.12", "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.11" + "@visactor/vstory-core": "workspace:0.0.12" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vstory/CHANGELOG.json b/packages/vstory/CHANGELOG.json index 3ea5b66d..44e56695 100644 --- a/packages/vstory/CHANGELOG.json +++ b/packages/vstory/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vstory", "entries": [ + { + "version": "0.0.12", + "tag": "@visactor/vstory_v0.0.12", + "date": "Mon, 18 Nov 2024 10:35:05 GMT", + "comments": {} + }, { "version": "0.0.11", "tag": "@visactor/vstory_v0.0.11", diff --git a/packages/vstory/CHANGELOG.md b/packages/vstory/CHANGELOG.md index 2121aed9..1c5b85b3 100644 --- a/packages/vstory/CHANGELOG.md +++ b/packages/vstory/CHANGELOG.md @@ -1,13 +1,18 @@ # Change Log - @visactor/vstory -This log was last generated on Mon, 18 Nov 2024 10:02:15 GMT and should not be manually modified. +This log was last generated on Mon, 18 Nov 2024 10:35:05 GMT and should not be manually modified. + +## 0.0.12 +Mon, 18 Nov 2024 10:35:05 GMT + +_Version update only_ ## 0.0.11 Mon, 18 Nov 2024 10:02:15 GMT _Version update only_ -## 0.0.10 +## 0.0.11 Mon, 18 Nov 2024 09:27:07 GMT _Version update only_ diff --git a/packages/vstory/package.json b/packages/vstory/package.json index 95ce1fef..26e373be 100644 --- a/packages/vstory/package.json +++ b/packages/vstory/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vstory", - "version": "0.0.11", + "version": "0.0.12", "description": "", "sideEffects": true, "main": "cjs/index.js", @@ -24,11 +24,11 @@ "test-watch": "DEBUG_MODE=1 jest --watch" }, "dependencies": { - "@visactor/vstory-core": "workspace:0.0.11", - "@visactor/vstory-animate": "workspace:0.0.11", - "@visactor/vstory-editor": "workspace:0.0.11", - "@visactor/vstory-player": "workspace:0.0.11", - "@visactor/vstory-templates": "workspace:0.0.11" + "@visactor/vstory-core": "workspace:0.0.12", + "@visactor/vstory-animate": "workspace:0.0.12", + "@visactor/vstory-editor": "workspace:0.0.12", + "@visactor/vstory-player": "workspace:0.0.12", + "@visactor/vstory-templates": "workspace:0.0.12" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/tools/bugserver-trigger/package.json b/tools/bugserver-trigger/package.json index c8bb9bd6..6bbbf69c 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.11" + "@visactor/vstory": "workspace:0.0.12" }, "devDependencies": { "@rushstack/eslint-patch": "~1.1.4",