From 6be1013ab4121aa27025b7ae8f65a9579caa9eec Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Tue, 13 Jun 2023 14:51:46 +1000 Subject: [PATCH 1/7] Move all depenendencies to dev deps --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0fa694fbc..6f2f288eb 100644 --- a/package.json +++ b/package.json @@ -81,11 +81,7 @@ "resolutions": { "any-observable": "^0.5.1" }, - "dependencies": { - "@discoveryjs/json-ext": "^0.5.7", - "@storybook/csf-tools": "^7.0.12", - "snyk-nodejs-lockfile-parser": "^1.49.0" - }, + "dependencies": {}, "devDependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.0.0", @@ -96,8 +92,10 @@ "@babel/preset-env": "^7.15.0", "@babel/preset-typescript": "^7.15.0", "@babel/runtime": "^7.15.3", + "@discoveryjs/json-ext": "^0.5.7", "@storybook/addon-essentials": "^6.5.6", "@storybook/builder-webpack5": "^6.5.6", + "@storybook/csf-tools": "^7.0.12", "@storybook/eslint-config-storybook": "^3.1.2", "@storybook/linter-config": "^3.1.2", "@storybook/manager-webpack5": "^6.5.6", @@ -161,6 +159,7 @@ "read-pkg-up": "^7.0.1", "semver": "^7.3.5", "slash": "^3.0.0", + "snyk-nodejs-lockfile-parser": "^1.49.0", "sort-package-json": "1.50.0", "string-argv": "^0.3.1", "strip-ansi": "6.0.0", From 6e71d9d1b0c09729fdb6d5292c97d2385a3969ad Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Tue, 13 Jun 2023 14:51:59 +1000 Subject: [PATCH 2/7] 6.19.3-next.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f2f288eb..00efcfbfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromatic", - "version": "6.19.2", + "version": "6.19.3-next.0", "description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.", "keywords": [ "storybook-addon", From b4453afc9012298456a8bab18d9b3f428e2e597c Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Tue, 13 Jun 2023 14:53:23 +1000 Subject: [PATCH 3/7] 6.19.4-canary.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00efcfbfe..424973672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromatic", - "version": "6.19.3-next.0", + "version": "6.19.4-canary.0", "description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.", "keywords": [ "storybook-addon", From 75ac0944af2130c7f01948f673541c7e7dd70aa8 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Tue, 13 Jun 2023 15:01:26 +1000 Subject: [PATCH 4/7] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac21ac7e3..d2aa8f7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.19.3 - 2023-06-12 + +- [764](https://github.com/chromaui/chromatic-cli/pull/764) Move all depenendencies to dev deps + # 6.19.2 - 2023-06-12 - [756](https://github.com/chromaui/chromatic-cli/pull/756) Added onTaskComplete callback option From ec45e542cf56f730dcad4f666f944cc7f6e31f8a Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Tue, 13 Jun 2023 15:01:29 +1000 Subject: [PATCH 5/7] 6.19.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 424973672..434bc1b77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromatic", - "version": "6.19.4-canary.0", + "version": "6.19.3", "description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.", "keywords": [ "storybook-addon", From 59a84b467cd1f3398be73e1370de9fa4082b8c1d Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Tue, 13 Jun 2023 15:02:29 +1000 Subject: [PATCH 6/7] 6.19.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 434bc1b77..fce1f16b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromatic", - "version": "6.19.3", + "version": "6.19.4", "description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.", "keywords": [ "storybook-addon", From 3fef94a153e06e2137d47e90ca96b7ab53ce6609 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Tue, 13 Jun 2023 15:02:37 +1000 Subject: [PATCH 7/7] Update changelog again --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2aa8f7f7..3e15c5875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 6.19.3 - 2023-06-12 +# 6.19.4 - 2023-06-12 - [764](https://github.com/chromaui/chromatic-cli/pull/764) Move all depenendencies to dev deps