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
21 changes: 0 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,6 @@ jobs:
with:
path: packages/vchart

- name: BytePack CDN smoke test (release)
if: startsWith(github.ref_name, 'release/')
env:
BYTEPACK_SMOKE_ATTEMPTS: 12
BYTEPACK_SMOKE_DELAY_MS: 30000
run: node --experimental-network-imports common/scripts/bytepack-smoke-test.mjs ${{ steps.package_version_release.outputs.current_version }}

- name: Commit & Push changes (release)
if: startsWith(github.ref_name, 'release/')
run: |
Expand Down Expand Up @@ -414,13 +407,6 @@ jobs:
with:
path: packages/vchart

- name: BytePack CDN smoke test (hotfix)
if: startsWith(github.ref_name, 'hotfix/')
env:
BYTEPACK_SMOKE_ATTEMPTS: 12
BYTEPACK_SMOKE_DELAY_MS: 30000
run: node --experimental-network-imports common/scripts/bytepack-smoke-test.mjs ${{ steps.package_version_hotfix.outputs.current_version }}

- name: Commit & Push changes (hotfix)
if: startsWith(github.ref_name, 'hotfix/')
run: |
Expand Down Expand Up @@ -458,13 +444,6 @@ jobs:
with:
path: packages/vchart

- name: BytePack CDN smoke test (pre-release)
if: startsWith(github.ref_name, 'pre-release/')
env:
BYTEPACK_SMOKE_ATTEMPTS: 12
BYTEPACK_SMOKE_DELAY_MS: 30000
run: node --experimental-network-imports common/scripts/bytepack-smoke-test.mjs ${{ steps.package_version_prerelease.outputs.current_version }}

- name: Commit & Push changes (pre-release)
if: startsWith(github.ref_name, 'pre-release/')
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@visactor/openinula-vchart",
"comment": "chore: align VRender runtime dependencies with the VChart VRender 1.1.4 upgrade",
"type": "patch"
}
],
"packageName": "@visactor/openinula-vchart",
"email": "openai@example.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@visactor/react-vchart",
"comment": "chore: align VRender runtime dependencies with the VChart VRender 1.1.4 upgrade",
"type": "patch"
}
],
"packageName": "@visactor/react-vchart",
"email": "openai@example.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@visactor/vchart-extension",
"comment": "fix: keep 3D chart entries on narrow VChart and VRender subpaths for BytePack ESM loading",
"type": "patch"
}
],
"packageName": "@visactor/vchart-extension",
"email": "openai@example.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@visactor/vchart",
"comment": "fix: stabilize BytePack ESM VRender registration paths and preserve seriesStyle after theme updates",
"type": "patch"
}
],
"packageName": "@visactor/vchart",
"email": "openai@example.com"
}
Loading
Loading