Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de89d8f6c5 | |||
| 94713c5442 |
@@ -1,3 +1,15 @@
|
||||
# v18.0.1 (Thu Jul 02 2026)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Fix silent error swallowing early in CLI invocation [#1413](https://github.com/chromaui/chromatic-cli/pull/1413) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
---
|
||||
|
||||
# v18.0.0 (Wed Jul 01 2026)
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "18.0.0",
|
||||
"version": "18.0.1",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user