Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bbb581925 | |||
| e3eb8ec361 |
@@ -1,3 +1,38 @@
|
||||
# v16.10.1 (Fri May 15 2026)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Fix `getUncommittedHash` in Windows environments [#1332](https://github.com/chromaui/chromatic-cli/pull/1332) ([@codykaup](https://github.com/codykaup))
|
||||
- Increase flaky test timeout [#1326](https://github.com/chromaui/chromatic-cli/pull/1326) ([@codykaup](https://github.com/codykaup))
|
||||
- Refactor `initialize` task to use typed inputs and outputs [#1323](https://github.com/chromaui/chromatic-cli/pull/1323) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
#### Authors: 2
|
||||
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
---
|
||||
|
||||
# v16.10.0 (Mon May 11 2026)
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- Add `share()` to Node API [#1284](https://github.com/chromaui/chromatic-cli/pull/1284) ([@codykaup](https://github.com/codykaup) [@katiebayes](https://github.com/katiebayes))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Migrate `gitInfo` task to typed inputs and outputs [#1314](https://github.com/chromaui/chromatic-cli/pull/1314) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Add config option for building multiple Android architectures [#1321](https://github.com/chromaui/chromatic-cli/pull/1321) ([@jmhobbs](https://github.com/jmhobbs))
|
||||
|
||||
#### Authors: 4
|
||||
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
|
||||
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Katie Bayes ([@katiebayes](https://github.com/katiebayes))
|
||||
|
||||
---
|
||||
|
||||
# v16.9.1 (Thu May 07 2026)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
+166
-159
File diff suppressed because one or more lines are too long
+3
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "16.9.1",
|
||||
"version": "16.10.1",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -101,6 +101,7 @@
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/jsonfile": "^6.0.1",
|
||||
"@types/listr": "^0.14.4",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"@types/node": "18.x",
|
||||
"@types/path-browserify": "^1",
|
||||
"@types/picomatch": "^2.3.0",
|
||||
@@ -155,6 +156,7 @@
|
||||
"listr": "0.14.3",
|
||||
"listr-update-renderer": "^0.5.0",
|
||||
"meow": "^9.0.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"mock-fs": "^5.1.2",
|
||||
"no-proxy": "^1.0.3",
|
||||
"node-ask": "^1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user