This commit is contained in:
Chromatic
2026-03-23 15:24:49 +00:00
parent 0794e6939f
commit eea1606238
3 changed files with 599 additions and 586 deletions
+12
View File
@@ -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
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -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",