Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84e0c70520 | |||
| a200f3ba3f | |||
| fd9f084892 | |||
| 42839e8c28 |
@@ -1,3 +1,66 @@
|
||||
# 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
|
||||
|
||||
- Add React Native build stage [#1297](https://github.com/chromaui/chromatic-cli/pull/1297) ([@jmhobbs](https://github.com/jmhobbs))
|
||||
- Make Storybook metadata output generic [#1311](https://github.com/chromaui/chromatic-cli/pull/1311) ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Migrate `setStorybookInfo` task to typed inputs and outputs [#1306](https://github.com/chromaui/chromatic-cli/pull/1306) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Scaffolding for removing `Context` from CLI task bodies [#1302](https://github.com/chromaui/chromatic-cli/pull/1302) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
#### Authors: 3
|
||||
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
|
||||
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
---
|
||||
|
||||
# v16.6.3 (Wed Apr 29 2026)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Retry file upload if file deduplication fails [#1296](https://github.com/chromaui/chromatic-cli/pull/1296) ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
---
|
||||
|
||||
# v16.6.2 (Wed Apr 29 2026)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
+1257
-1055
File diff suppressed because one or more lines are too long
+3
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "16.6.2",
|
||||
"version": "16.9.0",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -83,6 +83,8 @@
|
||||
"@auto-it/slack": "^11.1.6",
|
||||
"@discoveryjs/json-ext": "^0.5.7",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
||||
"@expo/config-plugins": "55.0.8",
|
||||
"@expo/config-types": "55.0.5",
|
||||
"@sentry/cli": "^2.37.0",
|
||||
"@sentry/node": "^8.30.0",
|
||||
"@snyk/dep-graph": "^2.9.0",
|
||||
|
||||
Reference in New Issue
Block a user