Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic 552f8207d7 v10.6.0 2024-01-26 03:29:40 +00:00
2 changed files with 13 additions and 7 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+12 -6
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "10.6.1",
"version": "10.6.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -206,14 +206,14 @@
"zod": "^3.22.2"
},
"peerDependencies": {
"chromatic-cypress": "^0.4.0 || ^1.0.0",
"chromatic-playwright": "^0.4.0 || ^1.0.0"
"chromatic-playwright": "^0.4.0 || ^1.0.0",
"chromatic-cypress": "^0.4.0 || ^1.0.0"
},
"peerDependenciesMeta": {
"chromatic-cypress": {
"chromatic-playwright": {
"optional": true
},
"chromatic-playwright": {
"chromatic-cypress": {
"optional": true
}
},
@@ -228,7 +228,13 @@
},
"plugins": [
"npm",
"released"
"released",
[
"exec",
{
"afterShipIt": "yarn run publish-action"
}
]
]
},
"docs": "https://www.chromatic.com/docs/cli",