Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .changelog/en.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# v0.0.25
# v0.0.26

2026-03-11
2026-04-13

**🆕 New Features**

- TODO: Fill in change details for v0.0.25.
- TODO: Fill in change details for v0.0.26.

6 changes: 3 additions & 3 deletions .changelog/zh.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# v0.0.25
# v0.0.26

2026-03-11
2026-04-13

**🆕 新增功能**

- TODO:补充 v0.0.25 的更新内容。
- TODO:补充 v0.0.26 的更新内容。

32 changes: 16 additions & 16 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.25","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.26","nextBump":"patch"}]
2 changes: 1 addition & 1 deletion common/scripts/set-prerelease-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function writePrereleaseVersion(nextBump, preReleaseName, nextVersionStr) {

let nextVersion = nextVersionStr ? `${nextVersionStr}` : `${curVersion.major}.${curVersion.minor}.${curVersion.patch}`;

if (preReleaseName) {
if (preReleaseName && preReleaseName !== 'none') {
nextVersion = `${nextVersion}-${preReleaseName}`;
}
const published = projects.filter(project => project.shouldPublish).map(project => project.packageName);
Expand Down
8 changes: 8 additions & 0 deletions docs/assets/changelog/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.0.26

2026-04-13

**🆕 New Features**

- TODO: Fill in change details for v0.0.26.

# v0.0.25

2026-03-11
Expand Down
8 changes: 8 additions & 0 deletions docs/assets/changelog/en/changelog.md.bak
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.0.25

2026-03-11

**🆕 New Features**

- TODO: Fill in change details for v0.0.25.

# v0.0.23

2025-01-21
Expand Down
8 changes: 8 additions & 0 deletions docs/assets/changelog/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.0.26

2026-04-13

**🆕 新增功能**

- TODO:补充 v0.0.26 的更新内容。

# v0.0.25

2026-03-11
Expand Down
8 changes: 8 additions & 0 deletions docs/assets/changelog/zh/changelog.md.bak
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.0.25

2026-03-11

**🆕 新增功能**

- TODO:补充 v0.0.25 的更新内容。

# v0.0.23

2025-01-21
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vstory": "workspace:0.0.25-none",
"@visactor/vstory": "workspace:0.0.26",
"@visactor/vutils": "~1.0.22",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/vstory-animate/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vstory-animate",
"entries": [
{
"version": "0.0.26",
"tag": "@visactor/vstory-animate_v0.0.26",
"date": "Mon, 13 Apr 2026 03:36:29 GMT",
"comments": {}
},
{
"version": "0.0.25",
"tag": "@visactor/vstory-animate_v0.0.25",
Expand Down
7 changes: 6 additions & 1 deletion packages/vstory-animate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vstory-animate

This log was last generated on Wed, 11 Mar 2026 12:56:48 GMT and should not be manually modified.
This log was last generated on Mon, 13 Apr 2026 03:36:29 GMT and should not be manually modified.

## 0.0.26
Mon, 13 Apr 2026 03:36:29 GMT

_Version update only_

## 0.0.25
Wed, 11 Mar 2026 12:56:48 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vstory-animate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-animate",
"version": "0.0.25-none",
"version": "0.0.26",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@visactor/vchart-extension": "~2.0.19",
"@visactor/vdataset": "~1.0.22",
"@visactor/vscale": "~1.0.22",
"@visactor/vstory-core": "workspace:0.0.25-none"
"@visactor/vstory-core": "workspace:0.0.26"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/vstory-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vstory-core",
"entries": [
{
"version": "0.0.26",
"tag": "@visactor/vstory-core_v0.0.26",
"date": "Mon, 13 Apr 2026 03:36:29 GMT",
"comments": {}
},
{
"version": "0.0.25",
"tag": "@visactor/vstory-core_v0.0.25",
Expand Down
7 changes: 6 additions & 1 deletion packages/vstory-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vstory-core

This log was last generated on Wed, 11 Mar 2026 12:56:48 GMT and should not be manually modified.
This log was last generated on Mon, 13 Apr 2026 03:36:29 GMT and should not be manually modified.

## 0.0.26
Mon, 13 Apr 2026 03:36:29 GMT

_Version update only_

## 0.0.25
Wed, 11 Mar 2026 12:56:48 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vstory-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-core",
"version": "0.0.25-none",
"version": "0.0.26",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vstory-editor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vstory-editor",
"entries": [
{
"version": "0.0.26",
"tag": "@visactor/vstory-editor_v0.0.26",
"date": "Mon, 13 Apr 2026 03:36:29 GMT",
"comments": {}
},
{
"version": "0.0.25",
"tag": "@visactor/vstory-editor_v0.0.25",
Expand Down
7 changes: 6 additions & 1 deletion packages/vstory-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vstory-editor

This log was last generated on Wed, 11 Mar 2026 12:56:48 GMT and should not be manually modified.
This log was last generated on Mon, 13 Apr 2026 03:36:29 GMT and should not be manually modified.

## 0.0.26
Mon, 13 Apr 2026 03:36:29 GMT

_Version update only_

## 0.0.25
Wed, 11 Mar 2026 12:56:48 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vstory-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-editor",
"version": "0.0.25-none",
"version": "0.0.26",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@visactor/vchart-extension": "~2.0.19",
"@visactor/vdataset": "~1.0.22",
"@visactor/vscale": "~1.0.22",
"@visactor/vstory-core": "workspace:0.0.25-none"
"@visactor/vstory-core": "workspace:0.0.26"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/vstory-external/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vstory-external",
"entries": [
{
"version": "0.0.26",
"tag": "@visactor/vstory-external_v0.0.26",
"date": "Mon, 13 Apr 2026 03:36:29 GMT",
"comments": {}
},
{
"version": "0.0.25",
"tag": "@visactor/vstory-external_v0.0.25",
Expand Down
7 changes: 6 additions & 1 deletion packages/vstory-external/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vstory-external

This log was last generated on Wed, 11 Mar 2026 12:56:48 GMT and should not be manually modified.
This log was last generated on Mon, 13 Apr 2026 03:36:29 GMT and should not be manually modified.

## 0.0.26
Mon, 13 Apr 2026 03:36:29 GMT

_Version update only_

## 0.0.25
Wed, 11 Mar 2026 12:56:48 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/vstory-external/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-external",
"version": "0.0.25-none",
"version": "0.0.26",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
"@visactor/vchart-extension": "~2.0.19",
"@visactor/vdataset": "~1.0.22",
"@visactor/vscale": "~1.0.22",
"@visactor/vstory-core": "workspace:0.0.25-none",
"@visactor/vstory-animate": "workspace:0.0.25-none",
"@visactor/vstory-player": "workspace:0.0.25-none"
"@visactor/vstory-core": "workspace:0.0.26",
"@visactor/vstory-animate": "workspace:0.0.26",
"@visactor/vstory-player": "workspace:0.0.26"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/vstory-player/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vstory-player",
"entries": [
{
"version": "0.0.26",
"tag": "@visactor/vstory-player_v0.0.26",
"date": "Mon, 13 Apr 2026 03:36:29 GMT",
"comments": {}
},
{
"version": "0.0.25",
"tag": "@visactor/vstory-player_v0.0.25",
Expand Down
7 changes: 6 additions & 1 deletion packages/vstory-player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vstory-player

This log was last generated on Wed, 11 Mar 2026 12:56:48 GMT and should not be manually modified.
This log was last generated on Mon, 13 Apr 2026 03:36:29 GMT and should not be manually modified.

## 0.0.26
Mon, 13 Apr 2026 03:36:29 GMT

_Version update only_

## 0.0.25
Wed, 11 Mar 2026 12:56:48 GMT
Expand Down
Loading
Loading