Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d92ea1ce50 | |||
| 8ad69a40de | |||
| 0b8c883861 |
@@ -1,3 +1,42 @@
|
||||
# v17.2.0 (Mon Jun 01 2026)
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- Join individual bail subreasons into a single field [#1357](https://github.com/chromaui/chromatic-cli/pull/1357) ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
---
|
||||
|
||||
# v17.1.0 (Wed May 27 2026)
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- Add additional bail details to `changedPackageFiles` [#1344](https://github.com/chromaui/chromatic-cli/pull/1344) ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
---
|
||||
|
||||
# v17.0.1 (Tue May 26 2026)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Delay check of `build-storybook` script validation [#1327](https://github.com/chromaui/chromatic-cli/pull/1327) ([@jmhobbs](https://github.com/jmhobbs))
|
||||
- Force `es-toolkit` version to avoid bundle error in Yarn classic smoke test [#1347](https://github.com/chromaui/chromatic-cli/pull/1347) ([@codykaup](https://github.com/codykaup))
|
||||
- Fix TurboSnap mis-categorizing static assets as Storybook config changes [#1340](https://github.com/chromaui/chromatic-cli/pull/1340) ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
#### Authors: 2
|
||||
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
|
||||
|
||||
---
|
||||
|
||||
# v17.0.0 (Tue May 19 2026)
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
+88
-80
File diff suppressed because one or more lines are too long
+2
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "17.0.0",
|
||||
"version": "17.2.0",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -70,6 +70,7 @@
|
||||
],
|
||||
"resolutions": {
|
||||
"any-observable": "^0.5.1",
|
||||
"es-toolkit": "1.46.0",
|
||||
"lodash": "4.17.21",
|
||||
"@types/minimatch": "5.1.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user