Compare commits

...

1 Commits

Author SHA1 Message Date
Chromatic 7aca53e7aa v17.0.0 2026-05-19 16:40:50 +00:00
3 changed files with 150 additions and 125 deletions
+17
View File
@@ -1,3 +1,20 @@
# v17.0.0 (Tue May 19 2026)
#### 💥 Breaking Change
- Drop support for Node 20 and define supported Node engines [#1334](https://github.com/chromaui/chromatic-cli/pull/1334) ([@codykaup](https://github.com/codykaup))
#### 🐛 Bug Fix
- Promotes `prepare`, `build`, and `verify` tasks to modules [#1331](https://github.com/chromaui/chromatic-cli/pull/1331) ([@justin-thurman](https://github.com/justin-thurman))
#### Authors: 2
- Cody Kaup ([@codykaup](https://github.com/codykaup))
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
---
# v16.10.1 (Fri May 15 2026)
#### 🐛 Bug Fix
+129 -124
View File
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "16.10.1",
"version": "17.0.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -221,6 +221,9 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=22.0.0"
},
"docs": "https://www.chromatic.com/docs/cli",
"storybook": {
"icon": "https://user-images.githubusercontent.com/263385/101995175-2e087800-3c96-11eb-9a33-9860a1c3ce62.gif",