Skip to content

Commit 16faa16

Browse files
committed
🔖 Static site plugin v0.2.0
1 parent 9a8e8bd commit 16faa16

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

clients/static-site/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.2.0] - 2026-01-30
9+
10+
## What's Changed
11+
12+
### Changed
13+
- Improved git detection in CI environments by using the new `services.git.detect()` plugin API
14+
- Replaced fragile dynamic imports with clean plugin API integration
15+
- Now correctly detects branch names and commit SHAs in GitHub Actions PR builds and other CI environments
16+
- Updated minimum CLI version requirement to `>=0.24.0` (graceful fallback for older versions with warning)
17+
18+
**Full Changelog**: https://github.com/vizzly-testing/cli/compare/static-site/v0.1.0...static-site/v0.2.0
19+
820
## [0.1.0] - 2026-01-30
921

1022
## What's Changed

clients/static-site/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/static-site",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Static site generator plugin for Vizzly - seamlessly integrate static sites (Gatsby, Astro, Jekyll, Next.js) into your visual development workflow",
55
"keywords": [
66
"vizzly",

0 commit comments

Comments
 (0)