v15.3.1
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
# v15.3.1 (Mon Mar 23 2026)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Properly timeout process tree in shell commands [#1254](https://github.com/chromaui/chromatic-cli/pull/1254) ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
---
|
||||
|
||||
# v15.3.0 (Mon Mar 16 2026)
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
+585
-585
File diff suppressed because one or more lines are too long
+2
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "15.3.0",
|
||||
"version": "15.3.1",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -172,6 +172,7 @@
|
||||
"string-argv": "^0.3.1",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"tmp-promise": "3.0.2",
|
||||
"tree-kill": "^1.2.2",
|
||||
"ts-dedent": "^1.0.0",
|
||||
"ts-loader": "^9.2.5",
|
||||
"tsup": "^7.2.0",
|
||||
|
||||
Reference in New Issue
Block a user