Compare commits

..

2 Commits

Author SHA1 Message Date
Chromatic fd9f084892 v16.7.0 2026-05-04 17:05:35 +00:00
Chromatic 42839e8c28 v16.6.3 2026-04-29 19:50:53 +00:00
3 changed files with 1233 additions and 999 deletions
+32
View File
@@ -1,3 +1,35 @@
# 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
+1198 -998
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "16.6.2",
"version": "16.7.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",