Skip to content

Recover the consolidated Components minor release - #172

Merged
woksin merged 2 commits into
mainfrom
fix/publish-main-releases
Aug 23, 2026
Merged

Recover the consolidated Components minor release#172
woksin merged 2 commits into
mainfrom
fix/publish-main-releases

Conversation

@woksin

@woksinwoksin commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Recover the intended Components 3 minor release from #171. Its merge did not trigger publication because the Publish workflow's push event had a paths: [main] filter, which means “only when a path named main changes.” The existing branches: [main] filter is the correct branch restriction.

This PR carries the combined release notes so the release action publishes the consolidated additions rather than losing them behind an infrastructure-only description.

Added

Changed

  • Make Components 3 Storybook discovery and Vite configuration clean under the current toolchain (Consolidate pre-major Components additions #171)
  • Verify the current Arc 22.1 release explicitly while retaining tested Arc 20 and 21 compatibility
  • Run JavaScript and Storybook gates when their workflow or package-build inputs change

Fixed

  • Trigger publication for labeled pull requests merged to main

@woksin
woksin merged commit 4ceca19 into mainAug 23, 2026
10 checks passed
@woksin
woksin deleted the fix/publish-main-releases branch August 23, 2026 15:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@woksin