File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.4.0] - 2026-01-30
9+
10+ ## What's Changed
11+
12+ ### Changed
13+ - Improved git detection in CI environments (GitHub Actions, GitLab, etc.) by using the CLI's plugin API instead of fragile dynamic imports
14+ - Updated peer dependency to ` @vizzly-testing/cli >= 0.24.0 ` for better git detection support
15+ - Better handling of PR builds - now correctly detects branch names and commit SHAs in merge commits
16+
17+ ### Fixed
18+ - Fixed incorrect git information (wrong branch, wrong commit SHA) in PR builds
19+ - Fixed plugin breaking in some environments due to failed dynamic imports
20+
21+ ** Full Changelog** : https://github.com/vizzly-testing/cli/compare/storybook/v0.3.0...storybook/v0.4.0
22+
823## [ 0.3.0] - 2026-01-30
924
1025## What's Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @vizzly-testing/storybook" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " Storybook plugin for Vizzly - seamlessly integrate Storybook stories into your visual development workflow" ,
55 "keywords" : [
66 " vizzly" ,
You can’t perform that action at this time.
0 commit comments