Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84e0c70520 | |||
| a200f3ba3f |
@@ -1,3 +1,34 @@
|
||||
# v16.9.0 (Wed May 06 2026)
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- Allow skip without a project token [#1310](https://github.com/chromaui/chromatic-cli/pull/1310) ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
---
|
||||
|
||||
# v16.8.0 (Tue May 05 2026)
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- Add test for external storybook config changes and TS [#1316](https://github.com/chromaui/chromatic-cli/pull/1316) ([@tmeasday](https://github.com/tmeasday))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Move `xcodebuild` to shared executor [#1318](https://github.com/chromaui/chromatic-cli/pull/1318) ([@jmhobbs](https://github.com/jmhobbs))
|
||||
- Only build Android ABI for x86_64 [#1308](https://github.com/chromaui/chromatic-cli/pull/1308) ([@jmhobbs](https://github.com/jmhobbs))
|
||||
- Add output environment variable to RN builds [#1307](https://github.com/chromaui/chromatic-cli/pull/1307) ([@jmhobbs](https://github.com/jmhobbs))
|
||||
|
||||
#### Authors: 2
|
||||
|
||||
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
|
||||
- Tom Coleman ([@tmeasday](https://github.com/tmeasday))
|
||||
|
||||
---
|
||||
|
||||
# v16.7.0 (Mon May 04 2026)
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
+234
-232
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "16.7.0",
|
||||
"version": "16.9.0",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
|
||||
Reference in New Issue
Block a user