Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate de89d8f6c5 Add renovate.json 2026-07-28 03:02:14 +00:00
Chromatic 94713c5442 v18.0.1 2026-07-02 17:42:13 +00:00
4 changed files with 21 additions and 3 deletions
+12
View File
@@ -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
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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",
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}