Skip to content

Commit eeda9fb

Browse files
committed
🔖 Storybook plugin v0.4.0
1 parent 16faa16 commit eeda9fb

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

clients/storybook/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

clients/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)