Skip to content

xhs-saas-console v0.5.2 (CI green)

Choose a tag to compare

@zhenyu666-debug zhenyu666-debug released this 04 Jul 23:04

Console frontend build, post-CI-fix release.

Build artifacts (identical to v0.5.1 since no source change since then):

  • 7 files, 235.9 KB zipped
  • Max chunk: 383 kB (vendor-charts, gzip 105 kB)
  • App code: 48 kB (gzip 13 kB)

What changed since v0.5.1:

  • PR #2 merged: xhs-saas-ci now passes (F401 ignore in pyproject.toml)
  • HEAD: db370a4 (Merge PR #2 ci/ignore-ruff-f401)

This release is mainly a marker that the CI is green and the build is reproducible.
For the actual chunk-split artifacts, v0.5.1-console is identical.

PRs merged into main:

  • 6c4a235 test(console): drop unused act import (TS6133 fix)
  • f36551b build(console): split vendor chunks via manualChunks (PR #1)
  • 7bd216c ci(ruff): ignore F401 unused-imports (PR #2)